diff options
author | Andy Clement <aclement@pivotal.io> | 2019-02-07 13:01:40 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-02-07 13:01:40 -0800 |
commit | 0f08737d9e960b1e40c9504f66a312d80f1178a3 (patch) | |
tree | a22420936e4c9dd5480c2b15489d2a5f602d2424 /runtime | |
parent | f90f899aa718fe326cbe98fc6f3e30b7aa516524 (diff) | |
download | aspectj-0f08737d9e960b1e40c9504f66a312d80f1178a3.tar.gz aspectj-0f08737d9e960b1e40c9504f66a312d80f1178a3.zip |
removed manifest templates
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/aspectj5rt.mf.txt | 15 | ||||
-rw-r--r-- | runtime/runtime.mf.txt | 8 |
2 files changed, 0 insertions, 23 deletions
diff --git a/runtime/aspectj5rt.mf.txt b/runtime/aspectj5rt.mf.txt deleted file mode 100644 index dcc05a161..000000000 --- a/runtime/aspectj5rt.mf.txt +++ /dev/null @@ -1,15 +0,0 @@ -Manifest-Version: 1.0 -Automatic-Module-Name: org.aspectj.runtime - -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@ -Bundle-Name: AspectJ Runtime -Bundle-Version: @build.version@ -Bundle-Copyright: (C) Copyright 1999-2001 Xerox Corporation, 2002 Palo - Alto Research Center, Incorporated (PARC), 2003-2009 Contributors. - All Rights Reserved. diff --git a/runtime/runtime.mf.txt b/runtime/runtime.mf.txt deleted file mode 100644 index eb7a77fda..000000000 --- a/runtime/runtime.mf.txt +++ /dev/null @@ -1,8 +0,0 @@ -Manifest-Version: 1.0 - -Name: ignored/see/aspectj5rt/mf - - - - - |