dlr 02/04/24 12:23:41
Modified: . build.xml
Log:
Commons Configuration is necessary for the build to function.
Revision Changes Path
1.49 +1 -0 jakarta-turbine-fulcrum/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -u -r1.48 -r1.49
--- build.xml 1 Apr 2002 23:10:17 -0000 1.48
+++ build.xml 24 Apr 2002 19:23:41 -0000 1.49
@@ -12,6 +12,7 @@
<!-- Construct compile classpath -->
<path id="classpath">
<pathelement location="${bsf.jar}"/>
+ <pathelement location="${commons-configuration.jar}"/>
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-email.jar}"/>
<pathelement location="${commons-lang.jar}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>