Author: ekoneil
Date: Tue Oct 12 15:20:08 2004
New Revision: 54705
Modified:
incubator/beehive/trunk/external/xmlbeans/apache-xbean.jar
incubator/beehive/trunk/netui/src/util/build.xml
incubator/beehive/trunk/netui/test/src/testRecorder/build.xml
Log:
Update XMLBean build.
This change takes a load of XMLBeans as of today from the xbean v2 line.
Changed two NetUI build files to reflect a new dependence from some XMLBean
code path on a JSR 173 API; this isn't a big change -- just needed to at the
173 API JAR to classpath.
BB: self
DRT: Beehive pass
BVT: NetUI pass
Modified: incubator/beehive/trunk/external/xmlbeans/apache-xbean.jar
==============================================================================
Binary files. No diff available.
Modified: incubator/beehive/trunk/netui/src/util/build.xml
==============================================================================
--- incubator/beehive/trunk/netui/src/util/build.xml (original)
+++ incubator/beehive/trunk/netui/src/util/build.xml Tue Oct 12 15:20:08 2004
@@ -2,7 +2,7 @@
<project name="NetUI/Util" default="compile" basedir=".">
- <property name="module.classpath"
location="${servlet24.jar};${struts.jar};${log4j.jar};${commons-logging.jar};${xbean.jar}"/>
+ <property name="module.classpath"
location="${servlet24.jar};${struts.jar};${log4j.jar};${commons-logging.jar};${xbean.jar};${jsr173.jar}"/>
<target name="compile">
<echo>compile module: ${module.name}</echo>
Modified: incubator/beehive/trunk/netui/test/src/testRecorder/build.xml
==============================================================================
--- incubator/beehive/trunk/netui/test/src/testRecorder/build.xml
(original)
+++ incubator/beehive/trunk/netui/test/src/testRecorder/build.xml Tue Oct
12 15:20:08 2004
@@ -2,7 +2,8 @@
<project name="Beehive/NetUI/testRecorder" default="compile" basedir=".">
- <property name="module.classpath"
location=";${deployed.httpClient.jar};${deployed.commons-logging.jar};${log4j.jar};${servlet24.jar};${jsp20.jar};${xbean.jar};${junit.jar}"/>
+ <property name="module.classpath"
+
location=";${deployed.httpClient.jar};${deployed.commons-logging.jar};${log4j.jar};${servlet24.jar};${jsp20.jar};${xbean.jar};${junit.jar};${jsr173.jar}"/>
<property name="module.classes.dir"
location="${qa.classes.dir}/${module.name}"/>
<property name="module.jar.name" value="${test-recorder.jar.name}"/>
<property name="module.jar" location="${qa.lib.dir}/${module.jar.name}"/>