Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-11-28 22:07:47 +0000
committerspingel2009-11-28 22:07:47 +0000
commit5f3e456d9cc7797057423cc803b807b3f2a79f2b (patch)
treeb5b2d5a403bbc5d171726987c64c7c6b386e7f2b /org.eclipse.mylyn.oslc.tests
parente489e555eb4514d4a1b8f1e5f8e6c39f4fcd9ea0 (diff)
downloadorg.eclipse.mylyn.tasks-5f3e456d9cc7797057423cc803b807b3f2a79f2b.tar.gz
org.eclipse.mylyn.tasks-5f3e456d9cc7797057423cc803b807b3f2a79f2b.tar.xz
org.eclipse.mylyn.tasks-5f3e456d9cc7797057423cc803b807b3f2a79f2b.zip
RESOLVED - bug 296077: [releng][oslc] update team project sets and features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296077
Diffstat (limited to 'org.eclipse.mylyn.oslc.tests')
-rw-r--r--org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.mylyn.oslc.tests/plugin.properties13
2 files changed, 16 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF
index 33fccd266..36d52ac4e 100644
--- a/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Tests
+Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.oslc.tests
Bundle-Version: 0.0.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
@@ -14,3 +14,5 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.oslc.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.oslc.cm.tests;x-internal:=true
+Bundle-Localization: plugin
+Bundle-Vendor: %Bundle-Provider
diff --git a/org.eclipse.mylyn.oslc.tests/plugin.properties b/org.eclipse.mylyn.oslc.tests/plugin.properties
new file mode 100644
index 000000000..a98ffd0d6
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.tests/plugin.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2009 Tasktop Technologies 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:
+# Tasktop Technologies - initial API and implementation
+###############################################################################
+#Properties file for org.eclipse.mylyn.oslc.ui
+Bundle-Vendor = Eclipse Mylyn
+Bundle-Name = Mylyn OSLC Tests

Back to the top