Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Fantato2009-01-29 17:19:16 +0000
committerFabio Fantato2009-01-29 17:19:16 +0000
commitd0f0aa23b5f7adc7c1ccccdeceeb3942aaf98804 (patch)
tree3e5fc59e2910f63ea81edb1a2fa590c433363f21 /proctools
parent1bc9a1e1b8d91f4df6c7a34f8b70337bc9944eb6 (diff)
downloadorg.eclipse.linuxtools-d0f0aa23b5f7adc7c1ccccdeceeb3942aaf98804.tar.gz
org.eclipse.linuxtools-d0f0aa23b5f7adc7c1ccccdeceeb3942aaf98804.tar.xz
org.eclipse.linuxtools-d0f0aa23b5f7adc7c1ccccdeceeb3942aaf98804.zip
fixing build scripts
Diffstat (limited to 'proctools')
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/META-INF/MANIFEST.MF1
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/plugin.properties6
-rw-r--r--proctools/plugins/org.eclipse.sequoyah.device.linuxtools/plugin.properties2
3 files changed, 5 insertions, 4 deletions
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/META-INF/MANIFEST.MF b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/META-INF/MANIFEST.MF
index ecdfabfaad..2ebd789c7c 100644
--- a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/META-INF/MANIFEST.MF
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/META-INF/MANIFEST.MF
@@ -6,6 +6,7 @@ Bundle-Version: 0.1.0
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
Export-Package: org.eclipse.tml.linuxtools.network,
org.eclipse.tml.linuxtools.tools,
org.eclipse.tml.linuxtools.ui,
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/plugin.properties b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/plugin.properties
index 0db3ea49cf..d5b69c8031 100644
--- a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/plugin.properties
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools.base/plugin.properties
@@ -1,5 +1,5 @@
################################################################################
-# Copyright (c) 2008, 2009 Motorola Inc.
+# Copyright (c) 2008 Motorola Inc.
# 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
@@ -9,14 +9,14 @@
# Otávio Ferranti (Motorola)
#
# Contributors:
-# Mauren Brenner (Eldorado) - [257585] Update provider name
+# {Name} (company) - description of contribution.
################################################################################
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
pluginName=Linux Tools Base Plugin (Incubation)
-providerName=Eclipse.org - DSDP
+providerName=Eclipse.org
category.name=Linux Tools
diff --git a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/plugin.properties b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/plugin.properties
index 6457c85413..d7a7e78e83 100644
--- a/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/plugin.properties
+++ b/proctools/plugins/org.eclipse.sequoyah.device.linuxtools/plugin.properties
@@ -15,7 +15,7 @@
# NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8
-pluginName=Linux Tools Plugin
+pluginName=Linux Tools Plugin (Incubation)
providerName=Eclipse.org
category.name=Linux Tools

Back to the top