Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-04-14 21:19:08 +0000
committerAndrew Niefer2009-04-14 21:19:08 +0000
commit0a4de0db8d0f9226ca8e4dc02c7a969b143f10dc (patch)
tree0b53b51489ce9a15732ea6946cfd88fd0425d7c8 /bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/messages.properties
parent764243cfd5e4c3bfe362aa39c618681d764ff6ad (diff)
downloadrt.equinox.p2-0a4de0db8d0f9226ca8e4dc02c7a969b143f10dc.tar.gz
rt.equinox.p2-0a4de0db8d0f9226ca8e4dc02c7a969b143f10dc.tar.xz
rt.equinox.p2-0a4de0db8d0f9226ca8e4dc02c7a969b143f10dc.zip
bug 272219 - Repo2Runnable should put binaries under destination
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.properties5
1 files changed, 4 insertions, 1 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 894db7982..111d5931e 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
@@ -11,4 +11,7 @@
exception_destinationNotModifiable = The destination repository must be modifiable: {0}.
exception_unableToRemoveRepo=Unable to remove artifact repository file: {0}.
-exception_notLocalFileRepo= {0} is not a local file based repository. \ No newline at end of file
+exception_notLocalFileRepo= {0} is not a local file based repository.
+exception_noEngineService=Unable to acquire engine service.
+exception_needIUsOrNonEmptyRepo=Need to specify either a non-empty source metadata repository or a valid list of IUs.
+exception_needDestinationRepo=Need to set the destination artifact repository location. \ No newline at end of file

Back to the top