File: java1.5.diff

package info (click to toggle)
libjgraphx-java 1.2.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,440 kB
  • ctags: 10,767
  • sloc: java: 34,710; xml: 228; sh: 13; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: libjgraphx-java-1.1.0.2/build.xml
===================================================================
--- libjgraphx-java-1.1.0.2.orig/build.xml	2009-11-30 09:52:40.000000000 +0100
+++ libjgraphx-java-1.1.0.2/build.xml	2009-11-30 09:53:13.000000000 +0100
@@ -51,6 +51,7 @@
 			debug="${compile.debug}"
 			deprecation="${compile.deprecation}"
 			optimize="${compile.optimize}"
+			target="1.5"
 			destdir="${basedir}/classes">
 			<classpath>
 				<pathelement path="${basedir}/classes"/>
@@ -100,7 +101,7 @@
 
     <target name="example" depends="build" description="Compiles the examples">
 		<javac srcdir="${example.home}" debug="${compile.debug}" deprecation="${compile.deprecation}"
-			optimize="${compile.optimize}" destdir="${example.home}">
+			optimize="${compile.optimize}" destdir="${example.home}" target="1.5">
 			<classpath>
 				<pathelement path="${basedir}/lib/${all.jar}"/>
 			</classpath>