]> source.dussan.org Git - aspectj.git/commit
From The Branch: Alex's changes in the weaver module to avoid use of the default...
authoraclement <aclement>
Wed, 13 Apr 2005 15:45:12 +0000 (15:45 +0000)
committeraclement <aclement>
Wed, 13 Apr 2005 15:45:12 +0000 (15:45 +0000)
commitbd786b079b05d0dccd7bbe4ee871b06ddd84fb48
tree1e1dc04139e05197e159ab43f8f3f3e8834015d6
parentd697649e6dbd11209d2ac9d31f6c0031dec338e0
From The Branch: Alex's changes in the weaver module to avoid use of the default package where inappropriate.
22 files changed:
weaver/testsrc/Aspect.java [deleted file]
weaver/testsrc/BcweaverModuleTests.java
weaver/testsrc/DynamicHelloWorld.java [deleted file]
weaver/testsrc/FancyHelloWorld.java [deleted file]
weaver/testsrc/FieldyHelloWorld.java [deleted file]
weaver/testsrc/HelloWorld.java [deleted file]
weaver/testsrc/LocaleTest.java [deleted file]
weaver/testsrc/MultiArgHelloWorld.java [deleted file]
weaver/testsrc/Test.java [deleted file]
weaver/testsrc/TestSwitchy.java [deleted file]
weaver/testsrc/org/aspectj/weaver/LocaleTest.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/bcel/AroundWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/test/Aspect.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/DynamicHelloWorld.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/FancyHelloWorld.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/FieldyHelloWorld.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/HelloWorld.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/MultiArgHelloWorld.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/Test.java [new file with mode: 0644]
weaver/testsrc/org/aspectj/weaver/test/TestSwitchy.java [new file with mode: 0644]