Update Requ to 1.7 java

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2014-06-23 11:48:08 +02:00
parent 76e64b4db5
commit b505adddd6
4 changed files with 10 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
</path>
<!-- Compile the java code -->
<javac compiler="javac1.6" target="1.6" source="1.6" srcdir="${isfreetype.src.dir}" destdir="${isfreetype.build.dir}" debug="true" encoding="iso-8859-1">
<javac compiler="javac1.7" target="1.7" source="1.7" srcdir="${isfreetype.src.dir}" destdir="${isfreetype.build.dir}" debug="true" encoding="iso-8859-1">
<classpath refid="isfreetype.classpath"/>
</javac>
</target>