dirkv 2004/03/09 11:09:01
Modified: configuration build.xml
Log:
fix daily build
Revision Changes Path
1.4 +13 -6 jakarta-commons/configuration/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/configuration/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 15 Feb 2004 12:01:57 -0000 1.3
+++ build.xml 9 Mar 2004 19:09:01 -0000 1.4
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--build.xml generated by maven from project.xml version 1.0-dev-3
- on date February 15 2004, time 1259-->
+<!-- build.xml generated by maven from project.xml -->
+
+<!--
+ =========================================================================
+ WARNING: Some path information is missing in the generated file
+ and the simple-jndi jar should be downloaded from www.osjava.org
+ Compare with existing version before checking in the update!
+ =========================================================================
+-->
<project default="jar" name="commons-configuration" basedir=".">
<property name="defaulttargetdir" value="target">
@@ -57,7 +64,7 @@
</include>
</fileset>
</copy>
- <copy todir="${testclassesdir}">
+ <copy todir="${testclassesdir}/org/apache/commons/configuration">
<fileset dir="conf">
<include name="*.properties">
</include>
@@ -65,7 +72,7 @@
</exclude>
</fileset>
</copy>
- <copy todir="${testclassesdir}">
+ <copy todir="${testclassesdir}/config">
<fileset dir="conf/config">
<include name="*.properties">
</include>
@@ -159,7 +166,7 @@
</property>
<property name="title" value="commons-configuration 1.0-dev-3 API">
</property>
- <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="C:\java\commons\configuration\src\java"
packagenames="org.apache.commons.configuration.*">
+ <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="org.apache.commons.configuration.*">
<classpath>
<fileset dir="${libdir}">
<include name="*.jar">
@@ -214,4 +221,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]