diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 11:44:47 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 11:44:47 +0700 |
commit | 2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a (patch) | |
tree | 77953c7def10804f25f7aea0294cb5723257e4f0 /lib/ext | |
parent | 1664dbf1fc27e59e0783f8956dae3f09739988ad (diff) | |
download | aspectj-2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a.tar.gz aspectj-2b0b1a98959bd0d569f1d04bd3b25dac8ef0bb7a.zip |
Move lib/ext/jrockit to just lib/jrockit
It was the only subdirectory under lib/ext anyway and somehow always
irritating and difficult to find when just using a directory browser in
the IDE.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'lib/ext')
-rw-r--r-- | lib/ext/jrockit/LICENSE.TXT | 8 | ||||
-rw-r--r-- | lib/ext/jrockit/jrockit-src.zip | bin | 2570 -> 0 bytes | |||
-rw-r--r-- | lib/ext/jrockit/jrockit.jar | bin | 1969 -> 0 bytes | |||
-rw-r--r-- | lib/ext/jrockit/managementapi-jrockit81.jar | bin | 7796 -> 0 bytes |
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/ext/jrockit/LICENSE.TXT b/lib/ext/jrockit/LICENSE.TXT deleted file mode 100644 index 6bbc97c40..000000000 --- a/lib/ext/jrockit/LICENSE.TXT +++ /dev/null @@ -1,8 +0,0 @@ -The managementapi-jrockit81.jar jar file in this folder is an excerpt of the BEA JRockit Management API -as per JRockit 8.1 (Java 1.4) (supports also for JRockit 7 ie Java 1.3). - -It contains only the class file needed at build time for AspectJ -and must not be used by the end-user. - -http://www.jrockit.com -http://www.bea.com
\ No newline at end of file diff --git a/lib/ext/jrockit/jrockit-src.zip b/lib/ext/jrockit/jrockit-src.zip Binary files differdeleted file mode 100644 index dce223db8..000000000 --- a/lib/ext/jrockit/jrockit-src.zip +++ /dev/null diff --git a/lib/ext/jrockit/jrockit.jar b/lib/ext/jrockit/jrockit.jar Binary files differdeleted file mode 100644 index 0395fceb0..000000000 --- a/lib/ext/jrockit/jrockit.jar +++ /dev/null diff --git a/lib/ext/jrockit/managementapi-jrockit81.jar b/lib/ext/jrockit/managementapi-jrockit81.jar Binary files differdeleted file mode 100644 index f95129592..000000000 --- a/lib/ext/jrockit/managementapi-jrockit81.jar +++ /dev/null |