orlikowski 2004/06/14 10:21:12 Modified: . build.xml Removed: src/org/apache/bsf/engines/jpython JPythonEngine.java Log: Jython long ago obsoleted JPython. No sense in maintaining two engines. Revision Changes Path 1.8 +0 -5 jakarta-bsf/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-bsf/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 26 Apr 2004 17:46:17 -0000 1.7 +++ build.xml 14 Jun 2004 17:21:12 -0000 1.8 @@ -16,7 +16,6 @@ Rhino -> http://www.mozilla.org/rhino/ NetRexx -> http://www2.hursley.ibm.com/netrexx/ - JPython -> http://www.jpython.org/ Jython -> http://www.jython.org/ Jacl -> http://www.scriptics.com/java/ Xalan -> http://xml.apache.org/xalan/ @@ -182,9 +181,6 @@ <target name="checkJacl" unless="jacl.present"> <echo message="Warning: Jacl dependencies were not resolved."/> </target> - <target name="checkJPython" unless="jpython.present"> - <echo message="Warning: JPython dependencies were not resolved."/> - </target> <target name="checkJython" unless="jython.present"> <echo message="Warning: Jython dependencies were not resolved."/> </target> @@ -211,7 +207,6 @@ <target name="checkDependencies" unless="javac.notRequired"> <antcall target="checkJacl"/> - <antcall target="checkJPython"/> <antcall target="checkJython"/> <antcall target="checkNetRexx"/> <antcall target="checkRhino"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]