Bug 488629 - DLTK bundles have incorrect "Provider Name" Change-Id: I7ac39b7c6323d9f6745f73fd44519a565503ca88 Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/features/org.eclipse.dltk.python-feature/feature.properties b/features/org.eclipse.dltk.python-feature/feature.properties index fc93159..b6298cb 100644 --- a/features/org.eclipse.dltk.python-feature/feature.properties +++ b/features/org.eclipse.dltk.python-feature/feature.properties
@@ -10,7 +10,7 @@ featureName=Dynamic Languages Toolkit - Python IDE # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse DLTK # "updateSiteName" property - label for the update site updateSiteName=Dynamic Languages Toolkit Update Site
diff --git a/features/org.eclipse.dltk.python-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.dltk.python-feature/sourceTemplateFeature/feature.properties index 5838d0f..e17bc47 100644 --- a/features/org.eclipse.dltk.python-feature/sourceTemplateFeature/feature.properties +++ b/features/org.eclipse.dltk.python-feature/sourceTemplateFeature/feature.properties
@@ -10,7 +10,7 @@ featureName=Dynamic Languages Toolkit - Python IDE Source Code # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse DLTK # "updateSiteName" property - label for the update site updateSiteName=Dynamic Languages Toolkit Update Site
diff --git a/features/org.eclipse.dltk.python-feature/sourceTemplatePlugin/plugin.properties b/features/org.eclipse.dltk.python-feature/sourceTemplatePlugin/plugin.properties index 1b62947..dc8924c 100644 --- a/features/org.eclipse.dltk.python-feature/sourceTemplatePlugin/plugin.properties +++ b/features/org.eclipse.dltk.python-feature/sourceTemplatePlugin/plugin.properties
@@ -33,7 +33,7 @@ # ============================================================================== pluginName=Dynamic Languages Toolkit (DLTK) TCL IDE Source -providerName=Eclipse.org +providerName=Eclipse DLTK # ============================================================================== # %%% END OF TRANSLATED PROPERTIES %%%
diff --git a/features/org.eclipse.dltk.python.sdk/feature.properties b/features/org.eclipse.dltk.python.sdk/feature.properties index 0c9b70f..2fa89ea 100644 --- a/features/org.eclipse.dltk.python.sdk/feature.properties +++ b/features/org.eclipse.dltk.python.sdk/feature.properties
@@ -10,7 +10,7 @@ featureName=Dynamic Languages Toolkit - Python IDE SDK # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse DLTK # "updateSiteName" property - label for the update site updateSiteName=Dynamic Languages Toolkit Update Site
diff --git a/features/org.eclipse.dltk.python.tests/feature.properties b/features/org.eclipse.dltk.python.tests/feature.properties index 05a79c3..6b37c1a 100644 --- a/features/org.eclipse.dltk.python.tests/feature.properties +++ b/features/org.eclipse.dltk.python.tests/feature.properties
@@ -18,7 +18,7 @@ featureName=DLTK Python Tests # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse DLTK # "updateSiteName" property - label for the update site updateSiteName=The Eclipse Dynamic Languages Toolkit (DLTK) Project update site
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/plugin.properties b/plugins/org.eclipse.dltk.python.activestatedebugger/plugin.properties index c5f1e11..7c8ff9a 100644 --- a/plugins/org.eclipse.dltk.python.activestatedebugger/plugin.properties +++ b/plugins/org.eclipse.dltk.python.activestatedebugger/plugin.properties
@@ -8,7 +8,7 @@ ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python ActiveState debugging engine PythonActiveStateDebuggerPreferencePage.name = ActiveState
diff --git a/plugins/org.eclipse.dltk.python.core/plugin.properties b/plugins/org.eclipse.dltk.python.core/plugin.properties index 233765b..0d3056b 100644 --- a/plugins/org.eclipse.dltk.python.core/plugin.properties +++ b/plugins/org.eclipse.dltk.python.core/plugin.properties
@@ -7,7 +7,7 @@ # ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python Core pythonContentType=Python Source File
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/plugin.properties b/plugins/org.eclipse.dltk.python.debug.ui/plugin.properties index 9a49dfe..07134de 100644 --- a/plugins/org.eclipse.dltk.python.debug.ui/plugin.properties +++ b/plugins/org.eclipse.dltk.python.debug.ui/plugin.properties
@@ -7,7 +7,7 @@ # ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python Debug UI Interpreters.PreferencePage = Interpreters
diff --git a/plugins/org.eclipse.dltk.python.debug/plugin.properties b/plugins/org.eclipse.dltk.python.debug/plugin.properties index 749f967..eb65cd3 100644 --- a/plugins/org.eclipse.dltk.python.debug/plugin.properties +++ b/plugins/org.eclipse.dltk.python.debug/plugin.properties
@@ -8,5 +8,5 @@ ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python Core \ No newline at end of file
diff --git a/plugins/org.eclipse.dltk.python.launching/plugin.properties b/plugins/org.eclipse.dltk.python.launching/plugin.properties index bded202..626da3b 100644 --- a/plugins/org.eclipse.dltk.python.launching/plugin.properties +++ b/plugins/org.eclipse.dltk.python.launching/plugin.properties
@@ -7,7 +7,7 @@ # ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python Launching Core PythonLaunchConfigurationType.name = Python Script
diff --git a/plugins/org.eclipse.dltk.python.ui/plugin.properties b/plugins/org.eclipse.dltk.python.ui/plugin.properties index 4e8dc9f..b48840d 100644 --- a/plugins/org.eclipse.dltk.python.ui/plugin.properties +++ b/plugins/org.eclipse.dltk.python.ui/plugin.properties
@@ -8,7 +8,7 @@ ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python UI documentSetupParticipantName=Python Document Setup Participant
diff --git a/tests/org.eclipse.dltk.python.tests/plugin.properties b/tests/org.eclipse.dltk.python.tests/plugin.properties index 330e4c1..4fd93a8 100644 --- a/tests/org.eclipse.dltk.python.tests/plugin.properties +++ b/tests/org.eclipse.dltk.python.tests/plugin.properties
@@ -7,5 +7,5 @@ # ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python Tests \ No newline at end of file
diff --git a/tests/org.eclipse.dltk.python.ui.tests/plugin.properties b/tests/org.eclipse.dltk.python.ui.tests/plugin.properties index 3ffe3f4..50e105e 100644 --- a/tests/org.eclipse.dltk.python.ui.tests/plugin.properties +++ b/tests/org.eclipse.dltk.python.ui.tests/plugin.properties
@@ -7,5 +7,5 @@ # ############################################################################### -pluginProvider=Eclipse.org +pluginProvider=Eclipse DLTK pluginName=Dynamic Languages Toolkit Python UI Tests \ No newline at end of file