diff options
author | aclement <aclement> | 2009-04-02 15:53:51 +0000 |
---|---|---|
committer | aclement <aclement> | 2009-04-02 15:53:51 +0000 |
commit | df5127eb48ca10ae10014c5a05dfcce9bf5839ff (patch) | |
tree | abf6abf0b9d390a2c61c860de49587e84ae919f7 /aspectj5rt | |
parent | e611286da100fa40e132fccdd3797cda49654cc9 (diff) | |
download | aspectj-df5127eb48ca10ae10014c5a05dfcce9bf5839ff.tar.gz aspectj-df5127eb48ca10ae10014c5a05dfcce9bf5839ff.zip |
reverted the change - the builder looks actively in here for the version of rtV1_6_4
Diffstat (limited to 'aspectj5rt')
-rw-r--r-- | aspectj5rt/aspectj5rt.mf.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/aspectj5rt/aspectj5rt.mf.txt b/aspectj5rt/aspectj5rt.mf.txt index 520425909..5092d4233 100644 --- a/aspectj5rt/aspectj5rt.mf.txt +++ b/aspectj5rt/aspectj5rt.mf.txt @@ -1,5 +1,6 @@ Manifest-Version: 1.0 -Name: org.aspectj.runtime + +Name: org/aspectj/lang/ Specification-Title: AspectJ Runtime Classes Specification-Version: @build.version.base@ Specification-Vendor: @company.name@ @@ -9,5 +10,5 @@ Implementation-Vendor: @company.name@ Bundle-Name: AspectJ Runtime Bundle-Version: @build.version@ Bundle-Copyright: (C) Copyright 1999-2001 Xerox Corporation, 2002 Palo - Alto Research Center, Incorporated (PARC), 2003-2008 Contributors. + Alto Research Center, Incorporated (PARC), 2003-2009 Contributors. All Rights Reserved. |