Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.oslc.core/build.properties3
-rw-r--r--org.eclipse.mylyn.oslc.core/plugin.properties13
-rw-r--r--org.eclipse.mylyn.oslc.tests/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.mylyn.oslc.tests/plugin.properties13
-rw-r--r--org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.mylyn.oslc.ui/build.properties3
-rw-r--r--org.eclipse.mylyn.oslc.ui/plugin.properties13
8 files changed, 48 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
index 9c21be418..e1b3fe41e 100644
--- a/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.oslc.core/META-INF/MANIFEST.MF
@@ -14,3 +14,4 @@ Export-Package: org.eclipse.mylyn.internal.oslc.core;x-friends:="org.eclipse.myl
org.eclipse.mylyn.internal.oslc.core.client;x-friends:="org.eclipse.mylyn.oslc.ui",
org.eclipse.mylyn.internal.oslc.core.cm;x-friends:="org.eclipse.mylyn.oslc.ui"
Bundle-ClassPath: .
+Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.oslc.core/build.properties b/org.eclipse.mylyn.oslc.core/build.properties
index a364e8f22..bdb461af2 100644
--- a/org.eclipse.mylyn.oslc.core/build.properties
+++ b/org.eclipse.mylyn.oslc.core/build.properties
@@ -12,6 +12,7 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
diff --git a/org.eclipse.mylyn.oslc.core/plugin.properties b/org.eclipse.mylyn.oslc.core/plugin.properties
new file mode 100644
index 000000000..bd0b3661a
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.core/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 Core
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
diff --git a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
index a50678303..47e029eb9 100644
--- a/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.oslc.ui/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.mylyn.oslc.core;bundle-version="[3.2.0,3.4.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.oslc.ui; x-internal:=true
+Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.oslc.ui/build.properties b/org.eclipse.mylyn.oslc.ui/build.properties
index d525e3fcc..3ca78a28d 100644
--- a/org.eclipse.mylyn.oslc.ui/build.properties
+++ b/org.eclipse.mylyn.oslc.ui/build.properties
@@ -12,5 +12,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- about.html
+ about.html,\
+ plugin.properties
src.includes = about.html
diff --git a/org.eclipse.mylyn.oslc.ui/plugin.properties b/org.eclipse.mylyn.oslc.ui/plugin.properties
new file mode 100644
index 000000000..3de220d59
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.ui/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 UI

Back to the top