Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 67bf19b812a4168be1dc3473e9c3c660 > files > 1

jakarta-taglibs-standard-1.1.2-6mdv2008.0.src.rpm

--- standard/build.xml.orig	2004-10-22 11:16:21.000000000 -0400
+++ standard/build.xml	2004-10-22 11:17:53.000000000 -0400
@@ -164,14 +164,11 @@
   <!-- 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}"