[pkg-java] r2747 - branches/tomcat5.5/feature/debian/build

Marcus Better marcusb-guest at alioth.debian.org
Tue Nov 14 16:42:55 CET 2006


Author: marcusb-guest
Date: 2006-11-14 16:42:55 +0100 (Tue, 14 Nov 2006)
New Revision: 2747

Modified:
   branches/tomcat5.5/feature/debian/build/build.xml
Log:
Don't use included jasper compiler.


Modified: branches/tomcat5.5/feature/debian/build/build.xml
===================================================================
--- branches/tomcat5.5/feature/debian/build/build.xml	2006-11-14 15:41:03 UTC (rev 2746)
+++ branches/tomcat5.5/feature/debian/build/build.xml	2006-11-14 15:42:55 UTC (rev 2747)
@@ -163,7 +163,6 @@
 
     <!-- <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
     <copy todir="${tomcat.build}/common/lib" file="${ant-launcher.jar}"/> -->
-    <copy todir="${tomcat.build}/common/lib" file="${jasper-compiler-jdt.jar}"/>
   </target>
 
   <!-- ====================== Build all components =================== -->
@@ -668,13 +667,6 @@
     </antcall>
 
     <antcall target="build-tomcat-dbcp" />
-
-    <antcall target="downloadzip">
-      <param name="sourcefile" value="${jdt.loc}"/>
-      <param name="destfile" value="${jdt.jar}"/>
-      <param name="destdir" value="${base.path}"/>
-    </antcall>
-    <antcall target="build-jasper-compiler-jdt" />
   </target>
 
   <target name="build-tomcat-dbcp">




More information about the pkg-java-commits mailing list