[104622] Automatically add required Cactus jars to project
diff --git a/thirdparty/org.apache.cactus/META-INF/MANIFEST.MF b/thirdparty/org.apache.cactus/META-INF/MANIFEST.MF index 6aead37..8d9cb68 100644 --- a/thirdparty/org.apache.cactus/META-INF/MANIFEST.MF +++ b/thirdparty/org.apache.cactus/META-INF/MANIFEST.MF
@@ -2,6 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name.0 Bundle-SymbolicName: org.apache.cactus -Bundle-Version: 1.7.2 +Bundle-Version: 1.7.2.qualifier Bundle-Localization: plugin Eclipse-LazyStart: true +Bundle-Vendor: %Bundle-Vendor.0
diff --git a/thirdparty/org.apache.cactus/plugin.properties b/thirdparty/org.apache.cactus/plugin.properties index 456f489..dcb1708 100644 --- a/thirdparty/org.apache.cactus/plugin.properties +++ b/thirdparty/org.apache.cactus/plugin.properties
@@ -1,2 +1,3 @@ # properties file for org.apache.cactus -Bundle-Name.0 = Cactus Resource Plug-in \ No newline at end of file +Bundle-Name.0 = Cactus Resource Plug-in +Bundle-Vendor.0 = Eclipse.org \ No newline at end of file