1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
# Description: Debian specific build changes
Index: segment-1.2.2~svn44+dfsg+1/build.xml
===================================================================
--- segment-1.2.2~svn44+dfsg+1.orig/build.xml 2009-05-27 15:42:20.000000000 -0400
+++ segment-1.2.2~svn44+dfsg+1/build.xml 2009-08-30 10:36:49.000000000 -0400
@@ -14,7 +14,6 @@
<pathelement path="${java.class.path}"/>
<pathelement location="build/classes"/>
<pathelement location="res"/>
- <fileset dir="lib" includes="**/*.jar" />
</path>
<filterset id="filter.version">
@@ -50,7 +49,6 @@
<target name="jardist" depends="compile" description="generate binary jar archive">
- <buildnumber/>
<mkdir dir="build/dist"/>
<delete file="build/dist/${project.name}-*.jar" failonerror="false"/>
<jar destfile="build/dist/${project.fullname}.jar">
@@ -76,7 +74,6 @@
<copy todir="build/dist/${project.fullname}">
<fileset dir=".">
- <include name="lib/**"/>
<include name="bin/**"/>
<include name="example/**"/>
</fileset>
@@ -137,4 +134,4 @@
</target>
-</project>
\ No newline at end of file
+</project>
|