Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-02-19 20:28:32 +0000
committerJohn Arthorne2010-02-19 20:28:32 +0000
commit95ea29aacdb688a0bd4bee2cc424fce16ba632b8 (patch)
treefc8de359e532dcc01e0e69146917c25ef0114a1f /bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
parenta4bd1df3b689110a99642911b573090c5cff7437 (diff)
downloadrt.equinox.p2-95ea29aacdb688a0bd4bee2cc424fce16ba632b8.tar.gz
rt.equinox.p2-95ea29aacdb688a0bd4bee2cc424fce16ba632b8.tar.xz
rt.equinox.p2-95ea29aacdb688a0bd4bee2cc424fce16ba632b8.zip
Removed unused messages
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties b/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
index 61b0327af..49f379113 100644
--- a/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
@@ -14,7 +14,6 @@ AbstractRepositoryTask_unableToFind=Unable to find: {0}
CompositeRepository_composite_repository_exists=Composite repository already exists at location: {0}
CompositeRepository_default_artifactRepo_name=Composite Artifact Repository
CompositeRepository_default_metadataRepo_name=Composite Artifact Repository
-CompositeRepositoryApplication_failedComparator=Artifact repository failed test with comparator: {0}
info_noMD5Infomation=No MD5 information available for the artifact [{0}].
info_noMD5InRepository=The repository {0} does not contain MD5 information for artifact [{1}].
@@ -22,7 +21,6 @@ warning_differentMD5=The repositories {0} and {1} have different MD5 sums for th
no_artifactRepo_manager=Unable to acquire artifact repository manager service.
no_metadataRepo_manager=Unable to acquire metadata repository manager service.
-no_package_admin=Unable to acquire package admin service.
no_profile_registry=Unable to acquire profile registry service.
no_provisioning_agent=Unable to acquire provisioning agent service.
unable_to_process_uri=Unable to process as URI: {0}
@@ -53,7 +51,6 @@ exception_onlyOneComparator=Only one comparator should be defined.
Repo2RunnableTask_errorTransforming=Error occurred while transforming repository: {0}.
message_mirroringStatus = Messages while mirroring artifact descriptors.
-Mirroring_compareAndDownload=Compare and download of {0} from baseline.
mirror_alreadyExists=Artifact: {0} already exists in repository: {1}.
Mirroring_noMatchingDescriptor=Could not match descriptor for compare
Mirroring_ValidationError=Error occurred while validating mirror.

Back to the top