[pkg-java] r16460 - trunk/commons-io/debian/patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Sat Mar 30 23:26:42 UTC 2013


Author: ebourg-guest
Date: 2013-03-30 23:26:42 +0000 (Sat, 30 Mar 2013)
New Revision: 16460

Added:
   trunk/commons-io/debian/patches/fix-ant-build-version.patch
Log:
Added a patch fixing the revision number in the build file

Added: trunk/commons-io/debian/patches/fix-ant-build-version.patch
===================================================================
--- trunk/commons-io/debian/patches/fix-ant-build-version.patch	                        (rev 0)
+++ trunk/commons-io/debian/patches/fix-ant-build-version.patch	2013-03-30 23:26:42 UTC (rev 16460)
@@ -0,0 +1,11 @@
+--- a/build.xml
++++ b/build.xml
+@@ -55,7 +55,7 @@
+   <property name="component.title"         value="Commons IO"/>
+ 
+   <!-- The current version number of this component -->
+-  <property name="component.version"       value="2.2-SNAPSHOT"/>
++  <property name="component.version"       value="2.4"/>
+ 
+   <!-- The base directory for component sources -->
+   <property name="source.home"             value="src/main/java"/>




More information about the pkg-java-commits mailing list