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:
@@ -73,7 +73,6 @@
|
||||
<javac srcdir="src/java" destdir="${classes.dir}" includeAntRuntime="false"
|
||||
debug="on" optimize="${build.optimize}" deprecation="on" source="1.5" target="1.5">
|
||||
<classpath refid="classpath"/>
|
||||
<exclude name="com/threerings/jme/**" unless="build.jme"/>
|
||||
<exclude name="com/threerings/openal/**" unless="build.openal"/>
|
||||
<exclude name="com/threerings/**/tools/xml/**" unless="build.xml"/>
|
||||
<exclude name="**/OggPlayer.java"/>
|
||||
@@ -219,10 +218,6 @@
|
||||
<jar destfile="${deploy.dir}/${lib.name}-chat.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/chat/**"/>
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${lib.name}-jme.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/jme/**"/>
|
||||
<fileset dir="${classes.dir}" includes="rsrc/**/jme/**"/>
|
||||
</jar>
|
||||
<jar destfile="${deploy.dir}/${lib.name}-openal.jar">
|
||||
<fileset dir="${classes.dir}" includes="com/threerings/openal/**"/>
|
||||
</jar>
|
||||
|
||||
Reference in New Issue
Block a user