From 7ea4f33028b727a4285267e73dedf3d9dd910fb6 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 22 Dec 2001 05:14:16 +0000 Subject: [PATCH] forgot to update the zip git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@878 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/makemakebuild.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/makemakebuild.pl b/tests/makemakebuild.pl index 371a132d7..454940ca8 100644 --- a/tests/makemakebuild.pl +++ b/tests/makemakebuild.pl @@ -3,7 +3,7 @@ # Write out a Makefile and a build.xml file based on the *.inputs files # in the current directory. Steve Wainstead, April 2001. -# $Id: makemakebuild.pl,v 1.2 2001-12-22 03:56:29 rurban Exp $ +# $Id: makemakebuild.pl,v 1.3 2001-12-22 05:14:16 rurban Exp $ # read in all the input files, loop over each one and build up # text blocks that we will subsitute into the skeletons for Makefile @@ -102,13 +102,13 @@ all: buildtests classes.zip dotest dotest: \$(classes) \texport CLASSPATH=\$(CLASSPATH) \tant -#\tjava -classpath "httpunit.jar:classes.zip:\${ANT_HOME}\\lib\\ant.jar" -Dant.home="\${ANT_HOME}" org.apache.tools.ant.Main \$(<:.class=) +#\tjava -classpath "\$(CLASSPATH):\${ANT_HOME}\\lib\\ant.jar" -Dant.home="\${ANT_HOME}" org.apache.tools.ant.Main \$(<:.class=) + +buildtests: \$(javas) classes.zip classes.zip: \$(classes) \tzip \$@ \$? -buildtests: \$(javas) - clean: \t-rm -f \$(javas) \$(classes) classes.zip -- 2.45.0