sanders 01/04/16 16:06:28
Modified: digester build.xml
Log:
moved conf to src/conf
Revision Changes Path
1.3 +2 -4 jakarta-commons-sandbox/digester/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/digester/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 2001/04/16 22:29:24 1.2
+++ build.xml 2001/04/16 23:06:28 1.3
@@ -3,7 +3,7 @@
<!--
"Digester" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.2 2001/04/16 22:29:24 sanders Exp $
+ $Id: build.xml,v 1.3 2001/04/16 23:06:28 sanders Exp $
-->
@@ -53,7 +53,7 @@
<property name="build.home" value="target"/>
<!-- The base directory for component configuration files -->
- <property name="conf.home" value="conf"/>
+ <property name="conf.home" value="src/conf"/>
<!-- The base directory for distribution targets -->
<property name="dist.home" value="build"/>
@@ -234,8 +234,6 @@
<classpath refid="test.classpath"/>
</java>
</target>
-
-
</project>