diff build.xml @ 68:302d5e9ad120

adjust format
author Robert McIntyre <rlm@mit.edu>
date Thu, 19 Jul 2012 12:28:55 -0500
parents 0d7347b916ae
children dd97f65f940c
line wrap: on
line diff
     1.1 --- a/build.xml	Tue Feb 28 11:17:04 2012 -0600
     1.2 +++ b/build.xml	Thu Jul 19 12:28:55 2012 -0500
     1.3 @@ -16,10 +16,12 @@
     1.4      <pathelement path="${lib}/jME3-core.jar"/>
     1.5      <pathelement path="${lib}/jME3-desktop.jar"/>
     1.6      <pathelement path="${lib}/jME3-lwjgl.jar"/>
     1.7 +    <pathelement path="${lib}/lwjgl.jar"/>
     1.8 +<!--
     1.9      <pathelement path="${lib}/logback-classic.jar"/>
    1.10      <pathelement path="${lib}/logback-core.jar"/>
    1.11 -    <pathelement path="${lib}/lwjgl.jar"/>
    1.12      <pathelement path="${lib}/slf4j-api.jar"/>
    1.13 +-->
    1.14      <pathelement path="${lib}/xuggle-xuggler.jar"/>
    1.15      <pathelement path="${lib}/tritonus_aos-0.3.6.jar"/>
    1.16      <pathelement path="${lib}/tritonus_share-0.3.6.jar"/>
    1.17 @@ -54,6 +56,9 @@
    1.18      
    1.19    </target>
    1.20  
    1.21 +
    1.22 +  <target name="all" depends="dist"/>
    1.23 +
    1.24    <target name="clean"> 
    1.25      <delete dir="${build}"/> 
    1.26      <delete dir="${dist}"/>