Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-04-04 15:57:14 +0000
committerPascal Rapicault2011-04-04 15:57:14 +0000
commita2658d4c3f9cc96eeb92330eb630696b91493598 (patch)
treeafa6599833d8a5eedc9a2b4f67b600a311616cff /bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
parent75109b444b9d902e0835a9a768bab57e5c3cbc94 (diff)
downloadrt.equinox.p2-a2658d4c3f9cc96eeb92330eb630696b91493598.tar.gz
rt.equinox.p2-a2658d4c3f9cc96eeb92330eb630696b91493598.tar.xz
rt.equinox.p2-a2658d4c3f9cc96eeb92330eb630696b91493598.zip
Initial contrib for import / export functionality
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
new file mode 100755
index 000000000..bf4b99ab6
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/plugin.properties
@@ -0,0 +1,9 @@
+pluginName=p2 import and export
+providerName=Eclipse.org - Equinox
+category.name=p2
+export.name=Installed Software items to file
+import.name=Install Software items from file
+importfrominstallation.name=From existing installation
+export.description=Export the list of your installed software to the local file system.
+import.description=Install a set of software from the local file system.
+importfrominstance.description=Install a batch of software from another eclipse instance. \ No newline at end of file

Back to the top