mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-08-29 05:20:38 +00:00
Compile for java 7
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<project default="all" name="Create Runnable Jar for Limelight">
|
<project default="all" name="Create Runnable Jar for Limelight">
|
||||||
|
<property name="ant.build.javac.target" value="1.7"/>
|
||||||
|
<property name="ant.build.javac.source" value="1.7"/>
|
||||||
|
|
||||||
<property name="src.dir" location="${basedir}/src"/>
|
<property name="src.dir" location="${basedir}/src"/>
|
||||||
<property name="libs.dir" location="${basedir}/libs"/>
|
<property name="libs.dir" location="${basedir}/libs"/>
|
||||||
|
|
||||||
@@ -104,7 +107,8 @@
|
|||||||
<target name="compile-common" depends="init">
|
<target name="compile-common" depends="init">
|
||||||
<!-- compile limelight -->
|
<!-- compile limelight -->
|
||||||
<javac includeantruntime="false" destdir="${classes.dir}/common">
|
<javac includeantruntime="false" destdir="${classes.dir}/common">
|
||||||
<src path="${common.src.dir}"/>
|
<src path="${common.src.dir}"/>java
|
||||||
|
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${common.libs.dir}" includes="*.jar"/>
|
<fileset dir="${common.libs.dir}" includes="*.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user