Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-25 15:41:59 +0000
committerAlexander Kurtakov2018-04-25 15:41:59 +0000
commitcc2fe43d7a625579ebb0e97ec7014633b4a6dec5 (patch)
tree422b2eec54603e76b8e3df4f36cac13d41866b87 /bundles
parentd845db730981824a66af2e524ec44e6a09ba4dc6 (diff)
downloadrt.equinox.p2-cc2fe43d7a625579ebb0e97ec7014633b4a6dec5.tar.gz
rt.equinox.p2-cc2fe43d7a625579ebb0e97ec7014633b4a6dec5.tar.xz
rt.equinox.p2-cc2fe43d7a625579ebb0e97ec7014633b4a6dec5.zip
Add bundle vendor to o.e.equinox.frameworkadmin.test bundle.
And externalize the strings. Change-Id: I746bf1f6f437f517007bfc8b60af1bbad9e94940 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles')
-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