diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-04 16:13:00 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-04 16:13:00 +0000 |
commit | e2756cb8359659a62a4b5b44143af8d741b3fae2 (patch) | |
tree | 8db06bea383aeba6a65868bf99a46c3ba12cd8ec /java/classpath/files/ecj.sh.in | |
parent | lower a bit more the minimal version to install it. (diff) |
- Reset maintainership. See ports/164941.
- Fix conflicts with java/classpath. Note security provider configuration
is moved to ${PREFIX}/lib/security/SableVM.security. This file is always
loaded first because the short vendor name is SableVM. If it does not
exist, then classpath.security is loaded (java/security/Security.java).
- Reduce Makefile headers, add licenses, and convert to optionsNG.
Notes
Notes:
svn path=/head/; revision=305262
Diffstat (limited to 'java/classpath/files/ecj.sh.in')
-rw-r--r-- | java/classpath/files/ecj.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/classpath/files/ecj.sh.in b/java/classpath/files/ecj.sh.in deleted file mode 100644 index c2562fbcc4fd..000000000000 --- a/java/classpath/files/ecj.sh.in +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -"%%JAVA%%" -classpath "%%ECJ_JAR%%" org.eclipse.jdt.internal.compiler.batch.Main "${@:--help}" |