diff options
author | wisberg <wisberg> | 2002-12-16 22:10:34 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 22:10:34 +0000 |
commit | 2e8ba6687e9fe50e87bf091af223aa28a386853c (patch) | |
tree | 785267aab8017d92b0a0c36085a76c17c771f65e /testing-drivers | |
parent | 31b7d84b2b4dc4ba29088947d8872027830e8fe4 (diff) | |
download | aspectj-2e8ba6687e9fe50e87bf091af223aa28a386853c.tar.gz aspectj-2e8ba6687e9fe50e87bf091af223aa28a386853c.zip |
bcweaver -> weaver
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/.classpath | 2 | ||||
-rw-r--r-- | testing-drivers/.project | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing-drivers/.classpath b/testing-drivers/.classpath index e7dfb2a5f..4e26b55a7 100644 --- a/testing-drivers/.classpath +++ b/testing-drivers/.classpath @@ -4,7 +4,7 @@ <classpathentry kind="src" path="testsrc"/> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/bcweaver"/> + <classpathentry kind="src" path="/weaver"/> <classpathentry kind="src" path="/testing"/> <classpathentry kind="src" path="/testing-client"/> <classpathentry kind="src" path="/util"/> diff --git a/testing-drivers/.project b/testing-drivers/.project index 7a151fc62..3681e786f 100644 --- a/testing-drivers/.project +++ b/testing-drivers/.project @@ -4,7 +4,7 @@ <comment></comment> <projects> <project>asm</project> - <project>bcweaver</project> + <project>weaver</project> <project>bridge</project> <project>org.aspectj.ajdt.core</project> <project>org.eclipse.jdt.core</project> |