From d311a3c50556ec76501f7b60f29cb50f4a60b3a6 Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Wed, 25 Oct 2006 12:35:02 +0000
Subject: [PATCH] Change Provider: Eclipse.org --> Eclipse DSDP Project as per
Bjorns suggestion
---
.../plugin.properties | 2 +-
.../org.eclipse.rse.discovery/plugin.xml | 2 +-
.../feature.properties | 7 ++--
.../feature.xml | 36 +++++++++----------
.../sourceTemplatePlugin/about.properties | 2 +-
.../sourceTemplatePlugin/plugin.properties | 2 +-
.../about.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
.../plugin.properties | 2 +-
16 files changed, 36 insertions(+), 35 deletions(-)
diff --git a/discovery/org.eclipse.rse.discovery/plugin.properties b/discovery/org.eclipse.rse.discovery/plugin.properties
index f02bb4ad437..53125d38872 100644
--- a/discovery/org.eclipse.rse.discovery/plugin.properties
+++ b/discovery/org.eclipse.rse.discovery/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = Service Discovery RSE Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.rse.discovery/plugin.xml b/discovery/org.eclipse.rse.discovery/plugin.xml
index 640bc298731..662782aa97d 100644
--- a/discovery/org.eclipse.rse.discovery/plugin.xml
+++ b/discovery/org.eclipse.rse.discovery/plugin.xml
@@ -37,7 +37,7 @@ Contributors:
iconlive=""
icon=""
class="org.eclipse.rse.discovery.ServiceDiscoverySubSystemConfiguration"
- vendor="Eclipse.org"
+ vendor="%providerName"
priority="100"
id="Discovery">
diff --git a/discovery/org.eclipse.tm.discovery-feature/feature.properties b/discovery/org.eclipse.tm.discovery-feature/feature.properties
index ab24c8b4ed3..f70f6b82dad 100644
--- a/discovery/org.eclipse.tm.discovery-feature/feature.properties
+++ b/discovery/org.eclipse.tm.discovery-feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Experimental Remote Service Discovery
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse DSDP Project
# "updateSiteName" property - label for the update site
updateSiteName=Target Management Project Updates
@@ -26,13 +26,14 @@ testUpdateSiteName=Target Management Project Pre-release Test Updates
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2006 Symbian Software Ltd. All rights reserved.\n\
+Copyright (c) 2006 Symbian Software Ltd. and others. All rights reserved.\n\
This program and the accompanying materials are made available under the terms\n\
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\
available at http://www.eclipse.org/legal/epl-v10.html\n\
\n\
Contributors:\n\
- Javier Montalvo Orús (Symbian) - initial API and implementation\n
+Javier Montalvo Orús (Symbian) - initial API and implementation\n\
+Martin Oberhuber (Wind River) - externalized strings, fixed build.properties, feature.xml\n
################ end of copyright property ####################################
# "description" property - description of the feature
diff --git a/discovery/org.eclipse.tm.discovery-feature/feature.xml b/discovery/org.eclipse.tm.discovery-feature/feature.xml
index f62343adb67..915d1a9a6d4 100644
--- a/discovery/org.eclipse.tm.discovery-feature/feature.xml
+++ b/discovery/org.eclipse.tm.discovery-feature/feature.xml
@@ -43,64 +43,64 @@
diff --git a/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/about.properties b/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/about.properties
index 46407c03a53..fd1c87bed54 100644
--- a/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/about.properties
+++ b/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/about.properties
@@ -21,5 +21,5 @@ blurb=Experimental Remote Service Discovery Source\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2006. All rights reserved.\n\
+(c) Copyright Symbian Software Ltd. and others 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm
diff --git a/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/plugin.properties b/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/plugin.properties
index 335b813ea89..5a32d838dcd 100644
--- a/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# Martin Oberhuber - initial API and implementation
################################################################################
pluginName=Experimental Remote Service Discovery Source
-providerName=Eclipse.org
+providerName=Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.engine/about.properties b/discovery/org.eclipse.tm.discovery.engine/about.properties
index 46407c03a53..fd1c87bed54 100644
--- a/discovery/org.eclipse.tm.discovery.engine/about.properties
+++ b/discovery/org.eclipse.tm.discovery.engine/about.properties
@@ -21,5 +21,5 @@ blurb=Experimental Remote Service Discovery Source\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2006. All rights reserved.\n\
+(c) Copyright Symbian Software Ltd. and others 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm
diff --git a/discovery/org.eclipse.tm.discovery.engine/plugin.properties b/discovery/org.eclipse.tm.discovery.engine/plugin.properties
index 3f2459eab7a..5a528f921ea 100644
--- a/discovery/org.eclipse.tm.discovery.engine/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.engine/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = Service Discovery Engine Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.model.edit/plugin.properties b/discovery/org.eclipse.tm.discovery.model.edit/plugin.properties
index 75fdf4f4108..0f0035732fc 100644
--- a/discovery/org.eclipse.tm.discovery.model.edit/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.model.edit/plugin.properties
@@ -22,7 +22,7 @@
# ====================================================================
pluginName = Service Discovery Edit Support
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
diff --git a/discovery/org.eclipse.tm.discovery.model/plugin.properties b/discovery/org.eclipse.tm.discovery.model/plugin.properties
index aee76c0ff2c..d314af6cda8 100644
--- a/discovery/org.eclipse.tm.discovery.model/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.model/plugin.properties
@@ -22,5 +22,5 @@
# ====================================================================
pluginName = Service Discovery Model
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties b/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties
index 36e8ff66ade..61ddb33311e 100644
--- a/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = DNS Service Discovery Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties b/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties
index 078f5031c8f..20f2bf76134 100644
--- a/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = UDP Transport Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.view/plugin.properties b/discovery/org.eclipse.tm.discovery.view/plugin.properties
index b6005710f41..8564b566ea4 100644
--- a/discovery/org.eclipse.tm.discovery.view/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.view/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = Service Discovery View Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/discovery/org.eclipse.tm.discovery.wizard/plugin.properties b/discovery/org.eclipse.tm.discovery.wizard/plugin.properties
index 46f58bddd5c..f88828a2b66 100644
--- a/discovery/org.eclipse.tm.discovery.wizard/plugin.properties
+++ b/discovery/org.eclipse.tm.discovery.wizard/plugin.properties
@@ -10,4 +10,4 @@
################################################################################
pluginName = Service Discovery Wizard Pages Plug-in
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
diff --git a/rse/tests/org.eclipse.rse.tests.framework.examples/plugin.properties b/rse/tests/org.eclipse.rse.tests.framework.examples/plugin.properties
index b40665e5e08..f3ae08810a1 100644
--- a/rse/tests/org.eclipse.rse.tests.framework.examples/plugin.properties
+++ b/rse/tests/org.eclipse.rse.tests.framework.examples/plugin.properties
@@ -10,5 +10,5 @@
################################################################################
pluginName = RSE Test Framework Examples
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
\ No newline at end of file
diff --git a/rse/tests/org.eclipse.rse.tests.framework/plugin.properties b/rse/tests/org.eclipse.rse.tests.framework/plugin.properties
index f4e97e6a950..cbba63f76f2 100644
--- a/rse/tests/org.eclipse.rse.tests.framework/plugin.properties
+++ b/rse/tests/org.eclipse.rse.tests.framework/plugin.properties
@@ -10,5 +10,5 @@
################################################################################
pluginName = RSE Test Framework
-providerName = Eclipse.org
+providerName = Eclipse DSDP Project
\ No newline at end of file