rubys 02/03/24 05:33:05
Modified: proposal/gump/project checkstyle.xml
Log:
Make sure that projects which use checkstyle have access to regexp and
antlr
Revision Changes Path
1.5 +2 -2 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- checkstyle.xml 4 Mar 2002 14:34:16 -0000 1.4
+++ checkstyle.xml 24 Mar 2002 13:33:05 -0000 1.5
@@ -18,8 +18,8 @@
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<depend project="junit"/>
- <depend project="antlr"/>
- <depend project="jakarta-regexp"/>
+ <depend project="antlr" inherit="jars"/>
+ <depend project="jakarta-regexp" inherit="jars"/>
<work nested="classes/checkstyle"/>
<work nested="classes/tests"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>