Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 74a96fe5 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- added Java target and source properties for downgrading Java version

parent cb2021cf
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,9 @@
<property name="libdir" value="lib" />
<property name="classpath" value="classes"/>
<property name="tempdir" value="/tmp"/>
<!-- for downgrading -->
<!--property name="ant.build.javac.source" value="1.7"/>
<property name="ant.build.javac.target" value="1.7"/-->
<!-- when using logback -->
<property name="logback.configurationFile" value="logback.xml"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment