diff options
author | aclement <aclement> | 2008-06-04 17:38:58 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-06-04 17:38:58 +0000 |
commit | 4f91c7ee4bb1bec78360e3c851d68202edd69c49 (patch) | |
tree | a9a7e886cdb0391b29f7f6d08b18b0fa0b062fbb /lib | |
parent | 14714d87d8e6822bb980c6fe6e3f5ef0a26537f7 (diff) | |
download | aspectj-4f91c7ee4bb1bec78360e3c851d68202edd69c49.tar.gz aspectj-4f91c7ee4bb1bec78360e3c851d68202edd69c49.zip |
removed unused stuff
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asm/README | 9 | ||||
-rw-r--r-- | lib/asm/asm-aj.jar.unused | bin | 36328 -> 0 bytes | |||
-rw-r--r-- | lib/asm/build.xml | 12 |
3 files changed, 0 insertions, 21 deletions
diff --git a/lib/asm/README b/lib/asm/README deleted file mode 100644 index eb7e73dde..000000000 --- a/lib/asm/README +++ /dev/null @@ -1,9 +0,0 @@ -asm-aj.jar is a processed version of an asm jar with the package prefix org.aspectj added. -We add the prefix to avoid clashing with other versions of asm that may be on a users -classpath. - -To pick up a new version of asm and use it in AspectJ, use the build.xml script. It -requires jarjar (which you will have to download). - ---- -22-Feb-06: asm-aj.jar is the packaged prefixed version of asm-2.2.1.jar diff --git a/lib/asm/asm-aj.jar.unused b/lib/asm/asm-aj.jar.unused Binary files differdeleted file mode 100644 index 16b46f6e2..000000000 --- a/lib/asm/asm-aj.jar.unused +++ /dev/null diff --git a/lib/asm/build.xml b/lib/asm/build.xml deleted file mode 100644 index 96e9f383f..000000000 --- a/lib/asm/build.xml +++ /dev/null @@ -1,12 +0,0 @@ -<project name="asm-packaging" default="rename" basedir="."> - - <target name="rename"> - <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="jarjar-0.6.jar"/> - <jarjar jarfile="asm-aj.jar"> - <!--fileset dir="build/main"/--> - <zipfileset src="asm-2.2.1.jar"/> - <rule pattern="org.objectweb.**" result="org.aspectj.org.objectweb.@1"/> - </jarjar> - </target> - -</project> |