File: change-jar-name.patch

package info (click to toggle)
simple-http 4.1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,324 kB
  • ctags: 3,618
  • sloc: java: 16,228; xml: 176; sh: 9; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/build.xml
+++ b/build.xml
@@ -22,7 +22,7 @@
 
    <target name="build" depends="prepare">
        <javac target="1.5" srcdir="${source.path}" destdir="${build.path}" debug="true" debuglevel="lines,vars,source" encoding="UTF-8"/>
-      <jar jarfile="${jar.path}/simple-${version}.jar" basedir="${build.path}"/>
+      <jar jarfile="${jar.path}/simple-http.jar" basedir="${build.path}"/>
       <delete dir="${build.path}"/>
    </target>