niclas 2004/03/01 14:54:25
Modified: buildsystem/gump-integration/project avalon.xml
Log:
Applied patch sent in by Stefan Bodewig.
Revision Changes Path
1.6 +9 -6 avalon/buildsystem/gump-integration/project/avalon.xml
Index: avalon.xml
===================================================================
RCS file: /home/cvs/avalon/buildsystem/gump-integration/project/avalon.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- avalon.xml 27 Feb 2004 20:59:11 -0000 1.5
+++ avalon.xml 1 Mar 2004 22:54:25 -0000 1.6
@@ -15,7 +15,10 @@
descriptor. -->
<package>org.apache.avalon</package>
- <mkdir dir="framework/target/classes"/>
+ <mkdir dir="framework/api/target/classes"/>
+ <mkdir dir="framework/api/target/test-classes"/>
+ <mkdir dir="framework/impl/target/classes"/>
+ <mkdir dir="framework/impl/target/test-classes"/>
<ant target="dist" basedir="framework">
<property name="project.version" value="@@DATE@@"></property>
</ant>
@@ -28,14 +31,14 @@
<depend runtime="true" project="jakarta-log4j"/>
<depend runtime="true" project="avalon-logkit"/>
- <work nested="framework/target/classes"/>
- <work nested="framework/target/api-classes"/>
- <work nested="framework/target/impl-classes"/>
- <work nested="framework/target/test-classes"/>
+ <work nested="framework/api/target/classes"/>
+ <work nested="framework/api/target/test-classes"/>
+ <work nested="framework/impl/target/classes"/>
+ <work nested="framework/impl/target/test-classes"/>
<home nested="framework"/>
<jar name="target/avalon-framework-@@DATE@@.jar" id="combined"/>
- <javadoc nested="framework/target/docs/apidocs"/>
+ <javadoc nested="framework/api/target/docs/apidocs"/>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"/>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]