File: 0030-eclipse-jdt-classpath.patch

package info (click to toggle)
tomcat11 11.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 47,028 kB
  • sloc: java: 366,244; xml: 55,681; jsp: 4,783; sh: 1,304; perl: 324; makefile: 25; ansic: 14
file content (13 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
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>