File: 04_fix_jarname.patch

package info (click to toggle)
libcommons-logging-java 1.1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,300 kB
  • sloc: java: 5,405; xml: 3,887; makefile: 22
file content (18 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Upstream has named the JARs as commons-logging-<name>-SNAPSHOT.jar
this time. We don't really want the snapshot, as the JAR should be the
same as the upstream version.

Kumar Appaiah <akumar@ee.iitm.ac.in>

diff -Nur libcommons-logging-java-1.1.1/build.xml libcommons-logging-java-1.1.1.new/build.xml
--- libcommons-logging-java-1.1.1/build.xml	2007-12-29 18:33:28.000000000 +0530
+++ libcommons-logging-java-1.1.1.new/build.xml	2007-12-29 18:33:36.000000000 +0530
@@ -94,7 +94,7 @@
   <property name="component.title"         value="Logging Wrapper Library"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="1.1.1-SNAPSHOT"/>
+  <property name="component.version"       value="1.1.1"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="${basedir}/target"/>