From 1bf099a386c5fadcd7dc35cbfa7e25760dfe412c Mon Sep 17 00:00:00 2001 From: jhugunin Date: Thu, 16 Jan 2003 04:56:21 +0000 Subject: [PATCH] need this or there won't be a manifest in aspectjrt.jar --- runtime/runtime.mf.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 runtime/runtime.mf.txt 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@ + + + -- 2.39.5