diff options
author | wisberg <wisberg> | 2005-05-11 10:51:57 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-11 10:51:57 +0000 |
commit | f30900cda23368231337c714dfda2747d021e80e (patch) | |
tree | 27ec464a84e23a546b7ceabe6fe8090c75448d9b /loadtime5 | |
parent | abc20e94de4173a6f548b2886d185e25ea505718 (diff) | |
download | aspectj-f30900cda23368231337c714dfda2747d021e80e.tar.gz aspectj-f30900cda23368231337c714dfda2747d021e80e.zip |
aspectjweaver.jar now built from loadtime5-all.jar (UNTESTED merged manifest)
Diffstat (limited to 'loadtime5')
-rw-r--r-- | loadtime5/loadtime5.mf.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/loadtime5/loadtime5.mf.txt b/loadtime5/loadtime5.mf.txt index fa19c87cc..1fb897555 100644 --- a/loadtime5/loadtime5.mf.txt +++ b/loadtime5/loadtime5.mf.txt @@ -1,2 +1,11 @@ +Manifest-Version: 1.0 + +Name: org/aspectj/weaver/ +Specification-Title: AspectJ Weaver Classes +Specification-Version: @build.version.short@ +Specification-Vendor: @company.name@ +Implementation-Title: org.aspectj.weaver +Implementation-Version: @build.version.short@ +Implementation-Vendor: @company.name@ Premain-Class: org.aspectj.weaver.loadtime.Agent Can-Redefine-Classes: true |