Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > cc7b80a1eb2e2ab2209506f0c901e88b > files > 1

taglibs-standard-1.1.2-2ark.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}"