bodewig 2003/01/20 23:11:11
Modified: project jelly-tags.xml jakarta-commons.xml
Log:
Add jelly-tags-junit, is going to fail as there is no build.xml yet
Revision Changes Path
1.29 +31 -0 jakarta-gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jelly-tags.xml 16 Jan 2003 16:31:30 -0000 1.28
+++ jelly-tags.xml 21 Jan 2003 07:11:10 -0000 1.29
@@ -82,6 +82,8 @@
<depend project="commons-jelly" inherit="all"/>
<depend project="beanshell"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
+
<work nested="jelly/jelly-tags/beanshell/target/classes"/>
<work nested="jelly/jelly-tags/beanshell/target/test-classes"/>
@@ -102,6 +104,7 @@
<depend project="commons-jelly" inherit="all"/>
<depend project="commons-betwixt"/>
<depend project="commons-digester"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<work nested="jelly/jelly-tags/betwixt/target/classes"/>
<work nested="jelly/jelly-tags/betwixt/target/test-classes"/>
@@ -165,6 +168,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<work nested="jelly/jelly-tags/fmt/target/classes"/>
<work nested="jelly/jelly-tags/fmt/target/test-classes"/>
@@ -307,6 +311,27 @@
to="[EMAIL PROTECTED]"/>
</project>
+ <project name="commons-jelly-tags-junit">
+ <package>org.apache.commons.jelly.tags.junit</package>
+ <description>The Jelly Unit Test Tags</description>
+
+ <ant basedir="jelly/jelly-tags/junit" target="jar">
+ <property name="final.name" value="commons-jelly-tags-junit-@@DATE@@"/>
+ </ant>
+
+ <depend project="commons-jelly" inherit="all"/>
+
+ <depend project="junit" runtime="true"/>
+
+ <work nested="jelly/jelly-tags/junit/target/classes"/>
+ <work nested="jelly/jelly-tags/junit/target/test-classes"/>
+
+ <jar
name="jelly/jelly-tags/junit/target/commons-jelly-tags-junit-@@DATE@@.jar"/>
+
+ <nag from="Morgan Delagrange <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]"/>
+ </project>
+
<project name="commons-jelly-tags-ojb">
<package>org.apache.commons.jelly.tags.ojb</package>
<description>A variety of tags for working with the ObjectBridge persistence
engine</description>
@@ -389,6 +414,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<!-- also depends on JDBC 2.0 -->
@@ -453,6 +479,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<work nested="jelly/jelly-tags/threads/target/classes"/>
<work nested="jelly/jelly-tags/threads/target/test-classes"/>
@@ -472,6 +499,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<work nested="jelly/jelly-tags/util/target/classes"/>
<work nested="jelly/jelly-tags/util/target/test-classes"/>
@@ -491,6 +519,7 @@
</ant>
<depend project="commons-jelly" inherit="all"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<depend project="iso-relax"/>
<depend project="msv"/>
@@ -543,6 +572,8 @@
<depend project="commons-jelly" inherit="all"/>
<depend project="xml-xalan2"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
+
<work nested="jelly/jelly-tags/xml/target/classes"/>
<work nested="jelly/jelly-tags/xml/target/test-classes"/>
1.100 +1 -0 jakarta-gump/project/jakarta-commons.xml
Index: jakarta-commons.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jakarta-commons.xml,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- jakarta-commons.xml 15 Jan 2003 09:16:59 -0000 1.99
+++ jakarta-commons.xml 21 Jan 2003 07:11:10 -0000 1.100
@@ -253,6 +253,7 @@
<depend project="junit"/>
<depend project="dom4j"/>
<depend project="commons-jelly" inherit="runtime"/>
+ <depend project="commons-jelly-tags-junit" inherit="runtime"/>
<option project="jaxen" inherit="runtime"/>
<work nested="latka/target/classes"/>
<work nested="latka/target/test-classes"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>