morgand 2003/02/04 19:15:26
Modified: project jelly-tags.xml
Log:
replacing explicit grant import with implicit import via ant tag inheritance
Revision Changes Path
1.47 +2 -3 jakarta-gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- jelly-tags.xml 4 Feb 2003 12:52:17 -0000 1.46
+++ jelly-tags.xml 5 Feb 2003 03:15:26 -0000 1.47
@@ -244,9 +244,8 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
- <depend project="commons-jelly-tags-junit" inherit="runtime"/>
- <depend project="commons-jelly-tags-ant" inherit="runtime"/>
- <depend project="commons-grant" inherit="runtime"/>
+ <depend project="commons-jelly-tags-junit" inherit="all"/>
+ <depend project="commons-jelly-tags-ant" inherit="all"/>
<work nested="fmt/target/classes"/>
<work nested="fmt/target/test-classes"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]