Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3f880ae558a570628c04314f4ad0581f7a24e8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Copyright (c) 2011 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:
#     Sonatype - initial API and implementation
###############################################################################
pluginName=Equinox Provisioning import and export
providerName=Eclipse.org - Equinox
category.name=Install
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.

Back to the top