Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-04-27 20:01:12 +0000
committerSimon Kaegi2008-04-27 20:01:12 +0000
commit8ec2891df924d26e81c6df45603aef3913ac9a46 (patch)
tree0dfd36e6cfd4e36a77f7015ce7feafc9f0148282 /bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
parent12123d085e50591909bcd3b3e36551cab7a7ded7 (diff)
downloadrt.equinox.p2-8ec2891df924d26e81c6df45603aef3913ac9a46.tar.gz
rt.equinox.p2-8ec2891df924d26e81c6df45603aef3913ac9a46.tar.xz
rt.equinox.p2-8ec2891df924d26e81c6df45603aef3913ac9a46.zip
Bug 228998 Support osgi.shared.configuration.area in frameworkadmin
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties b/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
index 1eb78cf51..3b9b8afcb 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
+++ b/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/messages.properties
@@ -18,5 +18,9 @@ log_configFile= Configuration file ({0}) has been read successfully.
log_configProps= Configuration properties is empty.
log_renameSuccessful= Successfully renamed {0} to {1}.
log_fwConfigSave= Framework Configuration was saved successfully in {0}.
+log_shared_config_url=Failed creating shared configuration url for {0}.
+log_shared_config_relative_url=Failed creating shared configuration url for root: {0} and sharedConfiguration: {1}.
+log_shared_config_file_missing=Failed creating shared configuration. File missing: {0}.
+log_failed_reading_properties=Failed reading properties from file: {0}.
msg_ConfigFileHeader= This configuration file was written by {0}. \ No newline at end of file

Back to the top