Blame SOURCES/bsh-build.patch

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