blob: 48c050eb25db647297b4460d388ad65b863d383d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff -Nur statsvn-0.4.1/build.xml statsvn-0.4.1_patched/build.xml
--- statsvn-0.4.1/build.xml 2007-03-14 03:33:20.000000000 +0200
+++ statsvn-0.4.1_patched/build.xml 2008-09-19 05:45:40.000000000 +0300
@@ -130,15 +130,6 @@
</target>
<target name="dist" depends="compile,copyfiles">
- <!-- Creates an executable jar file for the project -->
- <unjar src="${lib}/${statcvs.jar}" dest="${build}" />
- <!-- Expand and use the concurrent JAR -->
- <unjar src="${lib}/${concurrent.jar}" dest="${build}" />
-
- <!-- Now included in statcvs.jar -->
- <!--<unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
- <unjar src="${lib}/${jcommon.jar}" dest="${build}" />-->
-
<mkdir dir="${dist}" />
<jar jarfile="${dist}/${project.jar}" basedir="${build}">
<manifest>
|