diff options
Diffstat (limited to 'loadtime/loadtime5.mf.txt')
-rw-r--r-- | loadtime/loadtime5.mf.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/loadtime/loadtime5.mf.txt b/loadtime/loadtime5.mf.txt new file mode 100644 index 000000000..cea0e5eda --- /dev/null +++ b/loadtime/loadtime5.mf.txt @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Automatic-Module-Name: org.aspectj.weaver +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 +Agent-Class: org.aspectj.weaver.loadtime.Agent +Can-Redefine-Classes: true |