bodewig 2002/07/04 02:10:42
Modified: proposal/gump/project checkstyle.xml
Log:
checkstyle has changed directory layout
Revision Changes Path
1.8 +4 -4 jakarta-alexandria/proposal/gump/project/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/checkstyle.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- checkstyle.xml 24 Mar 2002 20:35:14 -0000 1.7
+++ checkstyle.xml 4 Jul 2002 09:10:42 -0000 1.8
@@ -10,7 +10,7 @@
<project name="checkstyle">
<package>com.puppycrawl.tools.checkstyle</package>
- <mkdir dir="classes/checkstyle"/>
+ <mkdir dir="target/checkstyle"/>
<ant target="gump">
<property name="version" value="@@DATE@@"/>
</ant>
@@ -21,9 +21,9 @@
<depend project="junit"/>
<depend project="antlr" inherit="jars"/>
<depend project="jakarta-regexp" inherit="jars"/>
- <work nested="classes/checkstyle"/>
- <work nested="classes/tests"/>
+ <work nested="target/checkstyle"/>
+ <work nested="target/tests"/>
- <jar name="dist/checkstyle-@@DATE@@/checkstyle-@@DATE@@.jar"/>
+ <jar name="target/dist/checkstyle-@@DATE@@/checkstyle-@@DATE@@.jar"/>
</project>
</module>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>