JME is kind of an evolutionary dead end, so we're going to move all the JME
code into the Bang project directly so as to confine the dependencies on JME libraries to the only thing that will ever need them. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1035 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
classname="org.lwjgl.LWJGLException" classpathref="classpath"/>
|
||||
<echo level="info" message="Have LWJGL: ${lwjgl.present}"/>
|
||||
|
||||
<available property="jme.present"
|
||||
classname="com.jme.scene.Node" classpathref="classpath"/>
|
||||
<echo level="info" message="Have JME: ${jme.present}"/>
|
||||
|
||||
<available property="jme-bui.present"
|
||||
classname="com.jmex.bui.BWindow" classpathref="classpath"/>
|
||||
<echo level="info" message="Have JME-BUI: ${jme-bui.present}"/>
|
||||
|
||||
<available property="jorbis.present"
|
||||
classname="com.jcraft.jorbis.Info" classpathref="classpath"/>
|
||||
<echo level="info" message="Have JOrbis: ${jorbis.present}"/>
|
||||
@@ -29,13 +21,6 @@
|
||||
classname="com.megginson.sax.DataWriter" classpathref="classpath"/>
|
||||
<echo level="info" message="Have XML Writer: ${xml-writer.present}"/>
|
||||
|
||||
<condition property="build.jme">
|
||||
<and>
|
||||
<isset property="jme.present"/>
|
||||
<isset property="jme-bui.present"/>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<condition property="build.openal">
|
||||
<and>
|
||||
<isset property="lwjgl.present"/>
|
||||
|
||||
Reference in New Issue
Block a user