File: 0030-eclipse-jdt-classpath.patch

package info (click to toggle)
tomcat11 11.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 47,312 kB
  • sloc: java: 369,227; xml: 56,275; jsp: 4,787; sh: 1,412; perl: 324; makefile: 25; ansic: 14
file content (13 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Updates the Eclipse Compiler classpath
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -233,6 +233,7 @@
   <path id="compile.classpath">
     <pathelement location="${bnd.jar}"/>
     <pathelement location="${jdt.jar}"/>
+    <pathelement location="/usr/share/java/eclipse-jdt-core-compiler-batch.jar"/>
     <pathelement location="${migration-lib.jar}"/>
   </path>