diff options
author | aclement <aclement> | 2009-01-07 03:23:59 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-01-07 03:23:59 +0000 |
commit | 242fbc2fdfa1698cdea07b3f505f19c12c15a3be (patch) | |
tree | 3c4eb201dc64306ac56305b568cea7f9275bc741 /aspectj5rt | |
parent | 1a92cf08b50d3117d3b0de3a7adcf9d0b63f6271 (diff) | |
download | aspectj-242fbc2fdfa1698cdea07b3f505f19c12c15a3be.tar.gz aspectj-242fbc2fdfa1698cdea07b3f505f19c12c15a3be.zip |
first fixes
Diffstat (limited to 'aspectj5rt')
-rw-r--r-- | aspectj5rt/aspectj5rt.mf.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aspectj5rt/aspectj5rt.mf.txt b/aspectj5rt/aspectj5rt.mf.txt index abaa3f768..520425909 100644 --- a/aspectj5rt/aspectj5rt.mf.txt +++ b/aspectj5rt/aspectj5rt.mf.txt @@ -1,13 +1,13 @@ Manifest-Version: 1.0 -Name: org/aspectj/lang/ +Name: org.aspectj.runtime 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@ -Bundle-Name: AspectJ -Bundle-Version: @build.version.base@ +Bundle-Name: AspectJ Runtime +Bundle-Version: @build.version@ Bundle-Copyright: (C) Copyright 1999-2001 Xerox Corporation, 2002 Palo - Alto Research Center, Incorporated (PARC), 2003-2005 Contributors. + Alto Research Center, Incorporated (PARC), 2003-2008 Contributors. All Rights Reserved. |