[pkg-java] r3522 - trunk/eclipse/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sat May 19 10:38:43 UTC 2007


Author: mkoch
Date: 2007-05-19 10:38:43 +0000 (Sat, 19 May 2007)
New Revision: 3522

Modified:
   trunk/eclipse/debian/changelog
   trunk/eclipse/debian/rules
Log:
Don't force empty bootclasspath.


Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog	2007-05-18 22:26:43 UTC (rev 3521)
+++ trunk/eclipse/debian/changelog	2007-05-19 10:38:43 UTC (rev 3522)
@@ -2,10 +2,11 @@
 
   [ Michael Koch ]
   * Sparc build fixes.
-  * debian/extras/java_home: Added paths for SUN JDK 6.
+  * debian/extra/java_home: Added paths for SUN JDK 6.
     Closes: #415712, #418877.
+  * debian/rules: Don't force empty bootclasspath.
 
- -- Michael Koch <konqueror at gmx.de>  Sun, 15 Apr 2007 11:09:43 +0200
+ -- Michael Koch <konqueror at gmx.de>  Sat, 19 May 2007 12:36:42 +0200
 
 eclipse (3.2.2-0ubuntu2) feisty; urgency=low
 

Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules	2007-05-18 22:26:43 UTC (rev 3521)
+++ trunk/eclipse/debian/rules	2007-05-19 10:38:43 UTC (rev 3522)
@@ -83,7 +83,7 @@
 # use ecj-bootstrap as compiler
 ANT_CLASSPATH=/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ecj.jar
 ANT_CLASS=org.apache.tools.ant.Main
-ANT_OPTS=-DjavacFailOnError=true -DjavacVerbose=false -DjavacSource=1.3 -DjavacTarget=1.3 -Dbootclasspath=
+ANT_OPTS=-DjavacFailOnError=true -DjavacVerbose=false -DjavacSource=1.3 -DjavacTarget=1.3
 ANT_DEP := ant-optional (>= 1.6.5-3)
 BUILD_DEPS += , ant-optional (>= 1.6.5-3)
 




More information about the pkg-java-commits mailing list