evenisse 2003/08/21 01:19:06 Modified: xdocs/reference project-descriptor.xml xdocs/start integrate.xml Log: revert modification. Relative path works fine with Brett patch, and it's the prefer way. Revision Changes Path 1.25 +0 -2 maven/xdocs/reference/project-descriptor.xml Index: project-descriptor.xml =================================================================== RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project-descriptor.xml 20 Aug 2003 11:42:17 -0000 1.24 +++ project-descriptor.xml 21 Aug 2003 08:19:06 -0000 1.25 @@ -764,7 +764,6 @@ 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. - <source><![CDATA[<sourceDirectory>${basedir}/src/java</sourceDirectory>]]></source> </td> </tr> <tr> @@ -781,7 +780,6 @@ 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> 1.23 +2 -2 maven/xdocs/start/integrate.xml Index: integrate.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/integrate.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- integrate.xml 20 Aug 2003 11:10:12 -0000 1.22 +++ integrate.xml 21 Aug 2003 08:19:06 -0000 1.23 @@ -198,9 +198,9 @@ [EMAIL PROTECTED] </nagEmailAddress> - <sourceDirectory>${basedir}/src/java</sourceDirectory> + <sourceDirectory>src/java</sourceDirectory> - <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> + <unitTestSourceDirectory>src/test</unitTestSourceDirectory> <aspectSourceDirectory/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]