File: dont-increment-build-number.patch

package info (click to toggle)
naga 3.0%2Bsvn80-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: java: 3,829; xml: 70; sh: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
--- a/build.xml
+++ b/build.xml
@@ -63,7 +63,6 @@
 	</target>
 
 	<target name="build" depends="compile, javadoc, create_manifest" description="Build jar">
-		<buildnumber file="version.properties"/>
 		<jar destfile="${dist.dir}/naga-no-em-${major.version}_${minor.version}.jar"
 		     excludes="**/examples/**,**/eventmachine/**"
 		     basedir="${build.classes.dir}" manifest="${build.classes.dir}/META-INF/MANIFEST.MF"/>