SHA256
1
0
forked from pool/ecj

- Update to ecj 4.2.1 (expected by tomcat 7.0.34+)

(no changelog provided, but it's normal for eclipse)
- sync with fedora 4.2.1-3

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ecj?expand=0&rev=5
This commit is contained in:
2013-01-21 13:45:09 +00:00
committed by Git OBS Bridge
parent 96b3f2c16d
commit 4787e4fc46
14 changed files with 258 additions and 76 deletions

4
ecj.sh.in Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
CLASSPATH=@JAVADIR@/ecj.jar:${CLASSPATH=.} \
java org.eclipse.jdt.internal.compiler.batch.Main "$@"