Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjfogell2006-01-05 18:24:47 +0000
committerjfogell2006-01-05 18:24:47 +0000
commite7d9a9ea62b31c0c5c35cac10ed959b88338b8e8 (patch)
treefdfd580d6a5d0c1342653307e59f3bdca3e57787
parentf02e8b0d1c8bc41005d80503e94f154dcc0897a4 (diff)
downloadrt.equinox.bundles-e7d9a9ea62b31c0c5c35cac10ed959b88338b8e8.tar.gz
rt.equinox.bundles-e7d9a9ea62b31c0c5c35cac10ed959b88338b8e8.tar.xz
rt.equinox.bundles-e7d9a9ea62b31c0c5c35cac10ed959b88338b8e8.zip
seperate log messages into seperate file
-rw-r--r--bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/ExternalMessages.properties8
-rw-r--r--bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogMessages.properties15
-rw-r--r--bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTrackerMsg.java2
-rw-r--r--bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/ExternalMessages.properties7
-rw-r--r--bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/HttpMsg.java2
-rw-r--r--bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogMessages.properties16
-rw-r--r--bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogTrackerMsg.java2
7 files changed, 36 insertions, 16 deletions
diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/ExternalMessages.properties b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/ExternalMessages.properties
index 380f8f015..4bdd34be3 100644
--- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/ExternalMessages.properties
+++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/ExternalMessages.properties
@@ -9,7 +9,6 @@
# IBM Corporation - initial API and implementation
###############################################################################
# NLS_MESSAGEFORMAT_ALL
-
DeviceManager_started=DeviceManager started
Device_service_unregistered=Device service unregistered
Device_noDriverFound_called=No matching driver found for device
@@ -29,9 +28,4 @@ Unable_to_uninstall_driver_bundle_number=Unable to uninstall driver bundle: {0}
DriverSelector_error_during_match=DriverSelector error during match
Driver_service_has_no_DRIVER_ID=Driver service has no DRIVER_ID property. Using bundle location as DRIVER_ID.
Driver_error_during_match=Driver error during match
-Driver_error_during_attach=Driver error during attach
-
-Unknown_Log_level=Unknown Log Level
-Info=Log Info
-Warning=Log Warning
-Error=Log Error \ No newline at end of file
+Driver_error_during_attach=Driver error during attach \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogMessages.properties b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogMessages.properties
new file mode 100644
index 000000000..20ad44185
--- /dev/null
+++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogMessages.properties
@@ -0,0 +1,15 @@
+###############################################################################
+# Copyright (c) 2000, 2005 IBM Corporation.
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# NLS_MESSAGEFORMAT_ALL
+Unknown_Log_level=Unknown Log Level
+Info=Log Info
+Warning=Log Warning
+Error=Log Error \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTrackerMsg.java b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTrackerMsg.java
index 75c1b48d4..ad023bff4 100644
--- a/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTrackerMsg.java
+++ b/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTrackerMsg.java
@@ -13,7 +13,7 @@ package org.eclipse.equinox.device;
import org.eclipse.osgi.util.NLS;
public class LogTrackerMsg extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.equinox.device.ExternalMessages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.equinox.device.LogMessages"; //$NON-NLS-1$
public static String Unknown_Log_level;
public static String Info;
diff --git a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/ExternalMessages.properties b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/ExternalMessages.properties
index 185c4f9cc..31f47d9f7 100644
--- a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/ExternalMessages.properties
+++ b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/ExternalMessages.properties
@@ -56,9 +56,4 @@ Thu_17=Thu
Fri_18=Fri
Sat_19=Sat
HTTP_DEFAULT_PORT_FORMAT_EXCEPTION={0} value is not an integer
-HTTP_THREAD_POOL_CREATE_NUMBER_ERROR=Failed to create thread number {0}
-
-Unknown_Log_level=Unknown Log Level
-Info=Log Info
-Warning=Log Warning
-Error=Log Error \ No newline at end of file
+HTTP_THREAD_POOL_CREATE_NUMBER_ERROR=Failed to create thread number {0} \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/HttpMsg.java b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/HttpMsg.java
index 0b403d962..96a571666 100644
--- a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/HttpMsg.java
+++ b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/HttpMsg.java
@@ -14,7 +14,7 @@ package org.eclipse.equinox.http;
import org.eclipse.osgi.util.NLS;
public class HttpMsg extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.equinox.log.ExternalMessages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.equinox.http.ExternalMessages"; //$NON-NLS-1$
public static String HTTP_ALIAS_ALREADY_REGISTERED_EXCEPTION;
public static String HTTP_SERVLET_ALREADY_REGISTERED_EXCEPTION;
diff --git a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogMessages.properties b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogMessages.properties
new file mode 100644
index 000000000..cf6028be3
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogMessages.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2005 IBM Corporation.
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# NLS_MESSAGEFORMAT_ALL
+
+Unknown_Log_level=Unknown Log Level
+Info=Log Info
+Warning=Log Warning
+Error=Log Error \ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogTrackerMsg.java b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogTrackerMsg.java
index d38c4dbc1..35311045b 100644
--- a/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogTrackerMsg.java
+++ b/bundles/org.eclipse.equinox.http/src/org/eclipse/equinox/http/LogTrackerMsg.java
@@ -13,7 +13,7 @@ package org.eclipse.equinox.http;
import org.eclipse.osgi.util.NLS;
public class LogTrackerMsg extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.equinox.http.ExternalMessages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.equinox.http.LogMessages"; //$NON-NLS-1$
public static String Unknown_Log_level;
public static String Info;

Back to the top