From c3472c7ced31834873429a8688607e0460432686 Mon Sep 17 00:00:00 2001 From: ehilsdal Date: Mon, 16 Dec 2002 21:17:56 +0000 Subject: Changing string constant for classDir, since the package changed names (correctly) to "weaver" --- org.aspectj.ajdt.core/scripts/makeparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.aspectj.ajdt.core/scripts') diff --git a/org.aspectj.ajdt.core/scripts/makeparser.py b/org.aspectj.ajdt.core/scripts/makeparser.py index 1b2af4191..56ed3cf89 100644 --- a/org.aspectj.ajdt.core/scripts/makeparser.py +++ b/org.aspectj.ajdt.core/scripts/makeparser.py @@ -3,7 +3,7 @@ eclipseWorkspace = "c:/eclipse/workspace" workingDir = "c:/apps/jikespg/jdt/tmp" jikespg = "c:/apps/jikespg/src/a.exe" -makersc = "c:/jdk1.4/bin/java -classpath c:/eclipse/workspace/org.eclipse.jdt.core/bin;c:/apps/jikespg/jdt;c:/eclipse/workspace/bcweaver/bin UpdateParserFiles" +makersc = "c:/jdk1.4/bin/java -classpath c:/eclipse/workspace/org.eclipse.jdt.core/bin;c:/apps/jikespg/jdt;c:/eclipse/workspace/weaver/bin UpdateParserFiles" # the rest of this should never change ajCompilerHomeRel = "org.aspectj.ajdt.core/src/" -- cgit v1.2.3