Browse Source

aspectjweaver.jar now built from loadtime5-all.jar (UNTESTED merged manifest)

tags/PRE_ANDY
wisberg 19 years ago
parent
commit
f30900cda2
2 changed files with 9 additions and 0 deletions
  1. BIN
      lib/build/build.jar
  2. 9
    0
      loadtime5/loadtime5.mf.txt

BIN
lib/build/build.jar View File


+ 9
- 0
loadtime5/loadtime5.mf.txt View File

@@ -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

Loading…
Cancel
Save