diff options
author | acolyer <acolyer> | 2004-09-07 10:47:45 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-09-07 10:47:45 +0000 |
commit | 536d08ac4c44c180e99826469b28b53532be4b51 (patch) | |
tree | 523f7f31fc05e984e04614f4d9c9438a0d877300 /runtime | |
parent | 7f6e0878db939c6bf43e23919ff11fdf72b7204b (diff) | |
download | aspectj-536d08ac4c44c180e99826469b28b53532be4b51.tar.gz aspectj-536d08ac4c44c180e99826469b28b53532be4b51.zip |
fix for enh 73360 Extend aspectjrt.jar manifest with OSGi attributes
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/runtime.mf.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/runtime.mf.txt b/runtime/runtime.mf.txt index fabf21ab1..9c4212aa8 100644 --- a/runtime/runtime.mf.txt +++ b/runtime/runtime.mf.txt @@ -1,5 +1,4 @@ Manifest-Version: 1.0 - Name: org/aspectj/lang/ Specification-Title: AspectJ Runtime Classes Specification-Version: @build.version.base@ @@ -7,6 +6,14 @@ Specification-Vendor: @company.name@ Implementation-Title: org.aspectj.tools Implementation-Version: @build.version@ Implementation-Vendor: @company.name@ +Bundle-Name: AspectJ +Bundle-Version: @build.version.base@ +Import-Package: org.aspectj.lang,org.aspectj.lang.reflect,org.aspectj. + runtime +Bundle-Copyright: (C) Copyright 1999-2001 Xerox Corporation, 2002 Palo + Alto Research Center, Incorporated (PARC), 2003-2004 Contributors. + All Rights Reserved. + |