Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/ProxyRemoteUIMessages.java')
-rw-r--r--plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/ProxyRemoteUIMessages.java35
1 files changed, 0 insertions, 35 deletions
diff --git a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/ProxyRemoteUIMessages.java b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/ProxyRemoteUIMessages.java
deleted file mode 100644
index 822126caa..000000000
--- a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/ProxyRemoteUIMessages.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
- * 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
- *******************************************************************************/
-package org.eclipse.jem.internal.ui.proxy.remote;
-
-import org.eclipse.osgi.util.NLS;
-
-public final class ProxyRemoteUIMessages extends NLS {
-
- private static final String BUNDLE_NAME = "org.eclipse.jem.internal.ui.proxy.remote.messages";//$NON-NLS-1$
-
- private ProxyRemoteUIMessages() {
- // Do not instantiate
- }
-
- public static String LocalLaunchProjectTab_name;
- public static String LocalLaunchProjectTab_Project;
- public static String LocalLaunchProjectTab_Browse;
- public static String LocalLaunchProjectTab_Project_Selection;
- public static String LocalLaunchProjectTab_ChooseProject;
- public static String LocalLaunchProjectTab_ProjectNotExist_ERROR_;
- public static String LocalLaunchProjectTab_ProjectNotOpen_ERROR_;
- public static String LocalLaunchProjectTab_ProjectValidateError_ERROR_;
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, ProxyRemoteUIMessages.class);
- }
-} \ No newline at end of file

Back to the top