Update build.xml
This commit is contained in:
parent
3ec24c0ef8
commit
8dd145ca6f
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
<!--
|
<!--
|
||||||
fork="true" seems to be absolutely
|
fork="true" seems to be absolutely
|
||||||
necessary for the setting of java.library.path
|
necessary for the setting of java.library.path
|
||||||
to be effective. -->
|
to be effective.
|
||||||
|
|
||||||
<java fork="true" classname="mrdev023/Main">
|
<java fork="true" classname="mrdev023/Main">
|
||||||
<classpath>
|
<classpath>
|
||||||
|
@ -33,6 +33,6 @@
|
||||||
</classpath>
|
</classpath>
|
||||||
<sysproperty key="java.library.path"
|
<sysproperty key="java.library.path"
|
||||||
value="${lwjgl_natives.dir}"/>
|
value="${lwjgl_natives.dir}"/>
|
||||||
</java>
|
</java> -->
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Reference in a new issue