Blob Blame History Raw
--- standard/build.xml.orig	2004-07-19 17:06:08.000000000 -0400
+++ standard/build.xml	2007-04-16 17:56:48.000000000 -0400
@@ -164,18 +164,16 @@
   <!-- Build the tag library itself -->
   <target name="library-build" depends="prepare-build">  
     
-    <!-- Compile the taglib.
-         Need to override xalan classes if using J2SE 1.4, that's why we
-         use bootclasspath. Works with J2SE 1.3 as well. -->
+    <!-- Compile the taglib.  -->
     <javac 
       srcdir="${library.src}" 
       destdir="${build.library}/classes"
-      bootclasspath="${xalan.jar}:${java.home}/lib/rt.jar"
-      classpath="${servlet24.jar}:${jsp20.jar}:${jdbc2_0-stdext.jar}:${jaxp-api.jar}:${dom.jar}:${sax.jar}"
+      classpath="${xalan.jar}:${servlet24.jar}:${jsp20.jar}:${jdbc2_0-stdext.jar}:${jaxp-api.jar}:${dom.jar}:${sax.jar}"
       excludes="org/apache/taglibs/standard/lang/jstl/parser/jsp20/* org/apache/taglibs/standard/lang/jpath/** org/apache/taglibs/standard/lang/spel/**"
       debug="${compile.debug}"
       deprecation="${compile.deprecation}"
-      optimize="${compile.optimize}"/> 
+      optimize="${compile.optimize}"
+      source="1.4"/> 
       
     <!-- copy the TLDs in META-INF -->
     <copy todir="${build.library}/META-INF">
@@ -277,7 +275,8 @@
            classpath="${servlet24.jar}:${jsp20.jar}:${build.library}/classes"
            debug="${compile.debug}"
            deprecation="${compile.deprecation}"
-           optimize="${compile.optimize}"/>
+           optimize="${compile.optimize}"
+           source="1.4"/>
   
     <!-- Copy web.xml + examples TLD -->
     <copy todir="${build.examples}/WEB-INF">