Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-04-29 16:05:36 +0000
committerJohn Arthorne2009-04-29 16:05:36 +0000
commit9b0ba7594421f916f33b1bd8640295be1b91177e (patch)
treeceaa4c7203763b504dad56e2fc3dabd8c813ed38 /bundles/org.eclipse.equinox.p2.publisher/src/org
parentc298e4d5926e21374d15a7c49c35a55d791b9246 (diff)
downloadrt.equinox.p2-9b0ba7594421f916f33b1bd8640295be1b91177e.tar.gz
rt.equinox.p2-9b0ba7594421f916f33b1bd8640295be1b91177e.tar.xz
rt.equinox.p2-9b0ba7594421f916f33b1bd8640295be1b91177e.zip
Bug 274319 Remove unused strings
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher/src/org')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/Messages.java4
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties2
2 files changed, 1 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/Messages.java b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/Messages.java
index 7f9ba28cb..ed027a03f 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/Messages.java
+++ b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/Messages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2008 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2007, 2009 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
@@ -15,8 +15,6 @@ public class Messages extends NLS {
public static String exception_errorConverting;
public static String exception_stateAddition;
- public static String exception_artifactRepoNotWritable;
- public static String exception_metadataRepoNotWritable;
public static String exception_errorReadingManifest;
public static String exception_errorLoadingManifest;
public static String exception_noPluginConverter;
diff --git a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
index 85e07de98..caa619101 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
@@ -10,8 +10,6 @@
###############################################################################
exception_errorConverting = An error occurred while generating manifest for {0}.
exception_stateAddition = An error has occurred while adding the bundle {0}.
-exception_artifactRepoNotWritable = Artifact repository is not writable: {0}.
-exception_metadataRepoNotWritable = Metadata repository not writable: {0}.
exception_errorReadingManifest = An error occurred while parsing the bundle manifest {0}: {1}.
exception_errorLoadingManifest = An error occurred while loading the manifest {0}.
exception_noBundlesOrLocations=No bundles or locations provided.

Back to the top