Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2021-01-20 15:28:14 +0000
committerAlexander Kurtakov2021-01-21 11:29:19 +0000
commitd61590666055fec14394b0e07e63a8a17582567e (patch)
tree602698dbe55f2e40eeff99fc3b173ef1adbe2e52
parentd56bcd12662d4183855dabd13a79fa4aa08a9eaa (diff)
downloadeclipse.pde.ui-d61590666055fec14394b0e07e63a8a17582567e.tar.gz
eclipse.pde.ui-d61590666055fec14394b0e07e63a8a17582567e.tar.xz
eclipse.pde.ui-d61590666055fec14394b0e07e63a8a17582567e.zip
Bug 570433 - Improve Package Visibility text in PDE editor
The current text refer to the strict mode which is not supported by Equinox anymore. Also improve the text. Change-Id: Idbd15034847146583b31bd089567b5e356689fc5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index 0d9320b7e7..beff0a8281 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -48,7 +48,7 @@ PluginModelManager_outOfSync = (out of sync)
###### Status text #####################################
ExportDestinationTab_InstallIntoCurrentPlatform=&Install into host. Repository:
-ExportPackageVisibilitySection_unconditional=visible to downstream plug-ins
+ExportPackageVisibilitySection_unconditional=public API
Errors_CreationError = Wizard Creation Error
Errors_CreationError_NoWizard = Wizard could not be created.
@@ -2210,8 +2210,8 @@ ExportPackageSection_findReferences=Find References
ExportOptionsTab_antReservedMessage=build.xml is a file name reserved for PDE
ExportOptionsTab_allowBinaryCycles=A&llow for binary cycles in target platform
ExportOptionsTab_use_workspace_classfiles=&Use class files compiled in the workspace
-ExportPackageVisibilitySection_default=When the runtime is in strict mode, the selected package is:
-ExportPackageVisibilitySection_hideAll=hidden from all plug-ins except:
+ExportPackageVisibilitySection_default=The select package is:
+ExportPackageVisibilitySection_hideAll=provisional API, generating warnings, except for:
CrossPlatformExportPage_available=&Available platforms:
CrossPlatformExportPage_title=Cross-platform export
CrossPlatformExportPage_desc=Select the platforms to which you want to deploy your product.

Back to the top