mpoeschl 02/03/01 06:21:15
Modified: . build-om.xml build.xml default.properties deps.list
Log:
commons-lang is needed by torque
Revision Changes Path
1.13 +5 -4 jakarta-turbine-fulcrum/build-om.xml
Index: build-om.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build-om.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build-om.xml 9 Feb 2002 21:33:01 -0000 1.12
+++ build-om.xml 1 Mar 2002 14:21:14 -0000 1.13
@@ -28,6 +28,7 @@
<pathelement location="${torque.jar}"/>
<pathelement location="${xerces.jar}"/>
<pathelement location="${commons-collections.jar}"/>
+ <pathelement location="${commons-lang.jar}"/>
<pathelement location="${commons-util.jar}"/>
<pathelement location="${stratum.jar}"/>
</classpath>
@@ -51,10 +52,10 @@
<filter token="DATABASE_DEFAULT" value="${security.database.name}"/>
<!-- is there a way to load this from an xml file? -->
<filter token="EXTRA_USER_COLUMNS" value="${security.extra.user.columns}"/>
- <copy
+ <copy
todir="${build.src}"
file="${schemaDirectory}/turbine-schema.xml"
- filtering="yes"
+ filtering="yes"
/>
<torque-om
@@ -74,10 +75,10 @@
<target name="scheduler-om" depends="init">
<filter token="DATABASE_DEFAULT" value="${scheduler.database.name}"/>
- <copy
+ <copy
todir="${build.src}"
file="${schemaDirectory}/scheduler-schema.xml"
- filtering="yes"
+ filtering="yes"
/>
<torque-om
1.43 +2 -0 jakarta-turbine-fulcrum/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- build.xml 4 Feb 2002 11:40:18 -0000 1.42
+++ build.xml 1 Mar 2002 14:21:14 -0000 1.43
@@ -14,6 +14,7 @@
<pathelement location="${bsf.jar}"/>
<pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-email.jar}"/>
+ <pathelement location="${commons-lang.jar}"/>
<pathelement location="${commons-util.jar}"/>
<pathelement location="${jaf.jar}"/>
<pathelement location="${javamail.jar}"/>
@@ -76,6 +77,7 @@
<echo message="bsf.jar = ${bsf.jar}"/>
<echo message="commons-collections.jar = ${commons-collections.jar}"/>
+ <echo message="commons-lang.jar = ${commons-lang.jar}"/>
<echo message="commons-util.jar = ${commons-util.jar}"/>
<echo message="dom4j.jar = ${dom4j.jar}"/>
<echo message="dvsl.jar = ${dvsl.jar}"/>
1.19 +3 -2 jakarta-turbine-fulcrum/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/default.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- default.properties 4 Feb 2002 11:40:18 -0000 1.18
+++ default.properties 1 Mar 2002 14:21:14 -0000 1.19
@@ -29,7 +29,7 @@
year = 1999-2002
debug = on
optimize = off
-deprecation = off
+deprecation = on
# Testing
test.reportsDirectory = test-reports
@@ -44,9 +44,10 @@
bsf.jar = ${lib.repo}/bsf.jar
commons-collections.jar = ${lib.repo}/commons-collections.jar
commons-email.jar = ${lib.repo}/commons-email-0.1-dev.jar
+commons-lang.jar = ${lib.repo}/commons-lang-0.1-dev.jar
commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
dom4j.jar = ${lib.repo}/dom4j-1.1.jar
-dvsl.jar = ${lib.repo}/velocity-dvsl-0.31.jar
+dvsl.jar = ${lib.repo}/velocity-dvsl-0.40.jar
jaf.jar = ${lib.repo}/activation-1.0.1.jar
javamail.jar = ${lib.repo}/mail-1.2.jar
jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
1.5 +1 -0 jakarta-turbine-fulcrum/deps.list
Index: deps.list
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/deps.list,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- deps.list 16 Feb 2002 16:06:00 -0000 1.4
+++ deps.list 1 Mar 2002 14:21:14 -0000 1.5
@@ -2,6 +2,7 @@
bsf.jar
commons-collections.jar
commons-email-0.1-dev.jar
+commons-lang-0.1-dev.jar
commons-util-0.1-dev.jar
dom4j-1.1.jar
jakarta-regexp-1.3-dev.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>