diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2011-10-19 18:45:13 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2011-10-19 18:45:13 +0000 |
commit | d67c5327c8d302eb675372c2990c2b415be41c76 (patch) | |
tree | 76192bb7f549998bb757332b799c9a25fd106f0b /dev-java/ant-eclipse-ecj/files | |
parent | move back to linuxtv-dvb-header; stable x86, #384733 #387313 (diff) | |
download | gentoo-2-d67c5327c8d302eb675372c2990c2b415be41c76.tar.gz gentoo-2-d67c5327c8d302eb675372c2990c2b415be41c76.tar.bz2 gentoo-2-d67c5327c8d302eb675372c2990c2b415be41c76.zip |
dev-java/ant-eclipse-ecj: fixed bug #378985
(Portage version: 2.1.10.29/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/ant-eclipse-ecj/files')
-rw-r--r-- | dev-java/ant-eclipse-ecj/files/ecj-3.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/ant-eclipse-ecj/files/ecj-3.6 b/dev-java/ant-eclipse-ecj/files/ecj-3.6 index a15e7705d7a5..966b78449e90 100644 --- a/dev-java/ant-eclipse-ecj/files/ecj-3.6 +++ b/dev-java/ant-eclipse-ecj/files/ecj-3.6 @@ -1,7 +1,7 @@ -JAVAC="/usr/bin/ecj-3.5" -PACKAGE="=dev-java/ant-eclipse-ecj-3.5*" +JAVAC="/usr/bin/ecj-3.6" +PACKAGE="=dev-java/ant-eclipse-ecj-3.6*" SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7" SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7" ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter" -ANT_BUILD_COMPILER_DEPS="eclipse-ecj-3.5,ant-eclipse-ecj-3.5" +ANT_BUILD_COMPILER_DEPS="eclipse-ecj-3.6,ant-eclipse-ecj-3.6" GENERATION="2" |