jvanzyl 02/02/17 22:20:23
Modified: project Tag: rundata_security_changes jakarta-turbine-3.xml
Log:
- adding the little configuration bits to the project descriptor, let it
sit figure out how insert this information into the project object model.
Revision Changes Path
No revision
No revision
1.1.2.2 +39 -28 jakarta-turbine-3/project/Attic/jakarta-turbine-3.xml
Index: jakarta-turbine-3.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-3/project/Attic/jakarta-turbine-3.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- jakarta-turbine-3.xml 18 Feb 2002 06:09:54 -0000 1.1.2.1
+++ jakarta-turbine-3.xml 18 Feb 2002 06:20:23 -0000 1.1.2.2
@@ -9,6 +9,8 @@
<repository id="jakarta"/>
+ <!-- Need to mark these as compile-time/run-time -->
+
<dependencies>
<dependency>
@@ -171,31 +173,40 @@
</build>
</project>
----------------------------------------------------
--- J A R R E S O U R C E S
----------------------------------------------------
-include = conf/*pipeline.xml
-include = conf/*valve.xml
-
-- rt.test.set
-include = **/*Test.class
-exclude = **/*ServletTest.class
-
-- src.aspect.set
-src/java/org
-src/tool/org
-src/aspect/org
-
-- src.set
-src/java/org
-src/tool/org
-
-- test.src.set
-src/java/org
-src/tool/org
-src/test/org
-src/rttest/org
-
-- unit.test.set
-include = **/*Test.class
-exclude = **/*ServletTest.class
+
+<!-- J A R R E S O U R C E S -->
+<!-- Resources that are packaged up inside the JAR file -->
+
+<jar-resources>
+ <jar-resource>include = conf/*pipeline.xml</jar-resource>
+ <jar-resource>include = conf/*valve.xml</jar-resource>
+</jar-resources>
+
+<!-- Runtime unit test classes -->
+<rt-test-set>
+ <entry>include = **/*Test.class</entry>
+ <entry>exclude = **/*ServletTest.class</entry>
+</rt-test-set>
+
+<src-aspect-set>
+ <entry>src/java/org</entry>
+ <entry>src/tool/org</entry>
+ <entry>src/aspect/org</entry>
+</src-aspect-set>
+
+<src-set>
+ <entry>src/java/org</entry>
+ <entry>src/tool/org</entry>
+</src>
+
+<test-src-set>
+ <entry>src/java/org</entry>
+ <entry>src/tool/org</entry>
+ <entry>src/test/org</entry>
+ <entry>src/rttest/org</entry>
+</test-src-set>
+
+<unit-test-set>
+ <entry>include = **/*Test.class</entry>
+ <entry>exclude = **/*ServletTest.class</entry>
+</unit-test-set>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>