[pkg-java] r3252 - in trunk/bcel/debian: . patches

Paul Cager paulcager-guest at alioth.debian.org
Sun Apr 15 20:49:39 UTC 2007


Author: paulcager-guest
Date: 2007-04-15 20:49:38 +0000 (Sun, 15 Apr 2007)
New Revision: 3252

Modified:
   trunk/bcel/debian/changelog
   trunk/bcel/debian/patches/build.xml.patch
Log:
Remove downloading of a Jar from build.xml.

Modified: trunk/bcel/debian/changelog
===================================================================
--- trunk/bcel/debian/changelog	2007-04-15 20:10:52 UTC (rev 3251)
+++ trunk/bcel/debian/changelog	2007-04-15 20:49:38 UTC (rev 3252)
@@ -1,8 +1,9 @@
 bcel (5.2-2) unstable; urgency=low
 
   * Migrate experimental version to unstable.
+  * Remove downloading of a Jar from build.xml.
 
- -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 15 Apr 2007 18:53:03 +0100
+ -- Paul Cager <paul-debian at home.paulcager.org>  Sun, 15 Apr 2007 21:49:05 +0100
 
 bcel (5.2-1) experimental; urgency=low
 

Modified: trunk/bcel/debian/patches/build.xml.patch
===================================================================
--- trunk/bcel/debian/patches/build.xml.patch	2007-04-15 20:10:52 UTC (rev 3251)
+++ trunk/bcel/debian/patches/build.xml.patch	2007-04-15 20:49:38 UTC (rev 3252)
@@ -1,6 +1,6 @@
 --- build.xml	2006-06-03 04:48:22.000000000 +0100
 +++ build.xml.patched	2007-01-09 11:12:59.000000000 +0000
-@@ -108,10 +108,6 @@
+@@ -108,10 +108,4 @@
      </javadoc>
    </target>
    <target name="get-deps" unless="noget" depends="init">
@@ -8,8 +8,8 @@
 -
 -    <setproxy>
 -    </setproxy>
-     <get dest="${libdir}/regexp-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/regexp/jars/regexp-1.2.jar">
-     </get>
+-    <get dest="${libdir}/regexp-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/regexp/jars/regexp-1.2.jar">
+-    </get>
    </target>
 --- build.xml	2007-01-14 22:11:59.000000000 +0000
 +++ build.xml.patched	2007-01-14 22:21:35.000000000 +0000




More information about the pkg-java-commits mailing list