diff options
author | ehilsdal <ehilsdal> | 2002-12-16 21:17:56 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2002-12-16 21:17:56 +0000 |
commit | c3472c7ced31834873429a8688607e0460432686 (patch) | |
tree | 6b5a2b8c1490bf2370714458e4c567476e7c136e /org.aspectj.ajdt.core/scripts | |
parent | 2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4 (diff) | |
download | aspectj-c3472c7ced31834873429a8688607e0460432686.tar.gz aspectj-c3472c7ced31834873429a8688607e0460432686.zip |
Changing string constant for classDir, since the package changed names (correctly) to "weaver"
Diffstat (limited to 'org.aspectj.ajdt.core/scripts')
-rw-r--r-- | org.aspectj.ajdt.core/scripts/makeparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |