psteitz 2004/02/12 21:32:58
Modified: id build.xml
Log:
Eliminated local file references.
Revision Changes Path
1.2 +5 -5 jakarta-commons-sandbox/id/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/id/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 7 Feb 2004 17:43:18 -0000 1.1
+++ build.xml 13 Feb 2004 05:32:58 -0000 1.2
@@ -33,7 +33,7 @@
</mkdir>
<javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false"
excludes="**/package.html">
<src>
- <pathelement location="/home/phil/jakarta-commons-sandbox/id/src/java">
+ <pathelement location="src/java">
</pathelement>
</src>
<classpath>
@@ -89,7 +89,7 @@
</pathelement>
</classpath>
<batchtest todir="${testreportdir}">
- <fileset dir="/home/phil/jakarta-commons-sandbox/id/src/test">
+ <fileset dir="src/test">
<include name="**/*Test*">
</include>
</fileset>
@@ -101,7 +101,7 @@
</mkdir>
<javac destdir="${testclassesdir}" deprecation="true" debug="true"
optimize="false" excludes="**/package.html">
<src>
- <pathelement location="/home/phil/jakarta-commons-sandbox/id/src/test">
+ <pathelement location="src/test">
</pathelement>
</src>
<classpath>
@@ -125,7 +125,7 @@
</property>
<property name="title" value="Commons Id 0.1-dev API">
</property>
- <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="/home/phil/jakarta-commons-sandbox/id/src/java"
packagenames="org.apache.commons.id.*.*">
+ <javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="org.apache.commons.id.*.*">
<classpath>
<fileset dir="${libdir}">
<include name="*.jar">
@@ -156,4 +156,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]