805852
--- BeanShell/build.xml.orig	2004-01-20 19:12:20.888557245 -0500
805852
+++ BeanShell/build.xml	2004-01-20 19:13:36.150184282 -0500
805852
@@ -103,50 +103,7 @@
805852
 		value="docs/manual/bshcommands-bshdoc.xml"/>
805852
 
805852
 
805852
-
805852
-	
805852
-	<target name="checkjjt">
805852
-		
805852
-				targetfile="${src-dir}/bsh/bsh.jj"
805852
-		>
805852
-			<srcfiles dir="${src-dir}/bsh" includes="bsh.jjt"/>
805852
-		</uptodate>
805852
-	</target>
805852
-	<target name="checkjj">
805852
-		
805852
-				targetfile="${src-dir}/bsh/Parser.java"
805852
-		>
805852
-			<srcfiles dir="${src-dir}/bsh" includes="bsh.jj"/>
805852
-		</uptodate>
805852
-	</target>
805852
-
805852
-	
805852
-	<target name="jjtree" unless="jjtree.notRequired" depends="checkjjt">
805852
-		
805852
-			fork="yes"
805852
-			failonerror="yes" >
805852
-			
805852
-				line="-OUTPUT_DIRECTORY=${src-dir}/bsh ${src-dir}/bsh/bsh.jjt"/>
805852
-			<classpath>
805852
-				<fileset refid="lib-fileset"/>
805852
-			</classpath>
805852
-		</java>
805852
-	</target>
805852
-
805852
-	
805852
-	<target name="javacc" unless="javacc.notRequired" depends="checkjj">
805852
-		
805852
-			fork="yes"
805852
-			failonerror="yes" >
805852
-			
805852
-			<arg line="-OUTPUT_DIRECTORY=${src-dir}/bsh ${src-dir}/bsh/bsh.jj"/>
805852
-			<classpath>
805852
-				<fileset refid="lib-fileset"/>
805852
-			</classpath>
805852
-		</java>
805852
-	</target>
805852
-
805852
-	<target name="compile" depends="jjtree,javacc,builddir">
805852
+	<target name="compile" depends="builddir">
805852
 		
805852
 		
805852