remm 01/08/27 06:44:34
Modified: . build.xml
Log:
- The util classpath should also contain JAXP.
Revision Changes Path
1.107 +3 -2 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- build.xml 2001/08/25 13:06:12 1.106
+++ build.xml 2001/08/27 13:44:34 1.107
@@ -24,7 +24,7 @@
<!-- Project Properties -->
<!-- =================================================================== -->
<property name="name" value="Jakarta-Slide" />
- <property name="year" value="2000" />
+ <property name="year" value="2001" />
<property name="version" value="1.0.13" />
<property name="project" value="jakarta-slide" />
<property name="final.name" value="${project}-${version}" />
@@ -36,7 +36,7 @@
<!-- =================================================================== -->
<property name="catalina.build"
value="../jakarta-tomcat-40/catalina/build" />
- <property name="catalina.dist" value="../jakarta-tomcat-40/dist" />
+ <property name="catalina.dist" value="../jakarta-tomcat-4.0/dist" />
<property name="servletapi.home"
value="../jakarta-servletapi/" />
<property name="servlet.jar"
@@ -115,6 +115,7 @@
<!-- Classpaths -->
<!-- =================================================================== -->
<path id="util.classpath">
+ <pathelement location="${jaxp.jar}"/>
<pathelement location="${xmlapi.jar}"/>
</path>