2002/11/26 21:29:19
[org.ibex.core.git] / build.xml
index 7e30af2..e4a4bf8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -57,9 +57,6 @@
 
             </classpath>
         </javac>
-        <taskdef name="bash" classname="org.xwt.tasks.BashTask">
-            <classpath path="bin/"/>
-        </taskdef>
         <echo message="updating     .xwt -> .xwar"/>
         <zip update="true" zipfile="bin/org/xwt/builtin.xwar" basedir="src" includes="org/xwt/builtin/*.png,org/xwt/builtin/*.xwt,org/xwt/builtin/*.xwf"/>
     </target>
     </target>
 
 </project>
-
-
-       <!-- old javago optimization code - - reintegrate at some point
-          lib/javago.`uname` -threshold 300 -not-inline-constructor -not-use-invokespecial org/xwt/Box.class
-          lib/javago.`uname` -threshold 300 -not-inline-constructor -not-use-invokespecial org/xwt/Box.class
-          lib/javago.`uname` -threshold 200 -not-inline-constructor -not-use-invokespecial org/xwt/Surface.class
-          lib/javago.`uname` -threshold 50 -not-inline-constructor -not-use-invokespecial org/xwt/GetPutHandler*
-          lib/javago.`uname` -threshold 200 -not-inline-constructor -not-use-invokespecial org/xwt/util/DirtyList.class
-       -->