diff options
author | jhugunin <jhugunin> | 2003-01-16 04:56:21 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-16 04:56:21 +0000 |
commit | 1bf099a386c5fadcd7dc35cbfa7e25760dfe412c (patch) | |
tree | 0478441dde17cea1b8a90546366ec6fcbeeaf63f /runtime/runtime.mf.txt | |
parent | e3051a20928096cad2e780530d914a8c2ab0c124 (diff) | |
download | aspectj-1bf099a386c5fadcd7dc35cbfa7e25760dfe412c.tar.gz aspectj-1bf099a386c5fadcd7dc35cbfa7e25760dfe412c.zip |
need this or there won't be a manifest in aspectjrt.jar
Diffstat (limited to 'runtime/runtime.mf.txt')
-rw-r--r-- | runtime/runtime.mf.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/runtime.mf.txt b/runtime/runtime.mf.txt new file mode 100644 index 000000000..fabf21ab1 --- /dev/null +++ b/runtime/runtime.mf.txt @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 + +Name: org/aspectj/lang/ +Specification-Title: AspectJ Runtime Classes +Specification-Version: @build.version.base@ +Specification-Vendor: @company.name@ +Implementation-Title: org.aspectj.tools +Implementation-Version: @build.version@ +Implementation-Vendor: @company.name@ + + + |