Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 083a5535cc7c49b17db3fe977c7b017bf560b6cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2000, 2021 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#     Manumitting Technologies Inc - Solstice theme support
#     BSI Business Systems Integration AG - adaptations for Scout EPP
###############################################################################
pluginName= EPP Scout Bundle
providerName=Eclipse Packaging Project

ql.newScoutProject.label = Create the Scout "Hello World" application
ql.newScoutProject.description = Create a new Scout maven-based archetype project
ql.importScoutDemoProjects.label = Import the Scout demo applications
ql.importScoutDemoProjects.description = Import the Scout demo apps using Eclipse Oomph. In the installer search for "scout" and tick "Scout Demo App".
ql.checkoutGitProject.label = Checkout projects from Git
ql.checkoutGitProject.description = Checkout Eclipse projects hosted in a Git repository
ql.setupQuestionnaire.label = Review IDE configuration settings

Back to the top