evenisse 2003/08/20 04:42:17
Modified: xdocs/reference project-descriptor.xml
Log:
Add ${basedir} in sourceDirectory and unitTestSourceDirectory
Revision Changes Path
1.24 +5 -3 maven/xdocs/reference/project-descriptor.xml
Index: project-descriptor.xml
===================================================================
RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- project-descriptor.xml 19 Aug 2003 23:19:53 -0000 1.23
+++ project-descriptor.xml 20 Aug 2003 11:42:17 -0000 1.24
@@ -762,8 +762,9 @@
<td><a name="sourceDirectory">sourceDirectory</a></td>
<td>
This element specifies a directory containing the source
- of the project. The generated build system will compile
- the source in this directory when the project is built.
+ of the project. The generated build system will compile
+ the source in this directory when the project is built.
+
<source><![CDATA[<sourceDirectory>${basedir}/src/java</sourceDirectory>]]></source>
</td>
</tr>
<tr>
@@ -777,9 +778,10 @@
<td>unitTestSourceDirectory</td>
<td>
This element specifies a directory containing the unit test
- source of the project. The generated build system will
+ source of the project. The generated build system will
compile these directories when the project is being tested.
The unit tests must use the JUnit test framework.
+
<source><![CDATA[<unitTestSourceDirectory>${basedir}/src/java</unitTestSourceDirectory>]]></source>
</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]