Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF3
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/OSGI-INF/l10n/bundle.properties12
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/build.properties4
3 files changed, 17 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index ba3631d75..989e40fd7 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -1,8 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Test Plug-in for Framework Admin
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.test
Bundle-Version: 1.2.0.qualifier
+Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.equinox.frameworkadmin,
org.eclipse.equinox.frameworkadmin.equinox;bundle-version="1.0.100",
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.equinox.frameworkadmin.test/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 000000000..b06abe0af
--- /dev/null
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2018 Red Hat Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Red Hat Inc. - initial API and implementation
+###############################################################################
+Bundle-Vendor = Eclipse.org - Equinox
+Bundle-Name = Test Plug-in for Framework Admin \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/build.properties b/bundles/org.eclipse.equinox.frameworkadmin.test/build.properties
index 7023dcdbf..3570b74bc 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/build.properties
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/build.properties
@@ -13,5 +13,7 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
dataFile/,\
- about.html
+ about.html,\
+ OSGI-INF/l10n/bundle.properties,\
+ OSGI-INF/
src.includes = about.html

Back to the top