File: 02_jikes_target_1_3.patch

package info (click to toggle)
libcommons-discovery-java 0.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 948 kB
  • ctags: 864
  • sloc: java: 4,044; xml: 260; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- discovery/build.xml.orig	2004-08-14 16:15:48.241580576 +0200
+++ discovery/build.xml	2004-08-14 16:15:00.145892232 +0200
@@ -120,6 +120,7 @@
            destdir="${build.home}/classes"
              debug="${compile.debug}"
        deprecation="${compile.deprecation}"
+            target="1.3"
           optimize="${compile.optimize}">
       <classpath refid="compile.classpath"/>
     </javac>