blob: 8690b7b9707095bebc02e78371702a4bf51133cd [file] [log] [blame]
david_williams4d33c092009-11-03 22:20:20 +00001# 'shortname' effects all foldernames too, plus some content, in distribution section
2# should be same name as this property file (for future use).
3shortname=jsdt
4
5
6# These first three properties are mainly for component templates
7
8# 'featurename' assumes group of three features
9# a) featurename.feature
10# b) featurename_sdk.feature
11# c) featurename_tests.feature
12
13featurename=org.eclipse.wst.jsdt
14
15# 'zipprefix' is prefixed to -[type]-${buildlabel},
16# where type is empty, 'sdk' or 'tests',
17# usually of the form [top-level project]-[project]-[component]
18# for example, wtp-incubator-xmlsecurity
19zipprefix=wtp-jsdt
20
21# 'relengmapseng' must match the environment variable set in
22# commonComputedVariables, such as RELENGXMLSEC
david_williams0a207a42009-11-09 18:53:03 +000023relengmapsenv=RELENGJSDT
david_williams4d33c092009-11-03 22:20:20 +000024
david_williams72a79142009-11-10 01:07:59 +000025# list of prereqs to control what is installed for compile and tests
david_williams81b8fbe2009-11-10 06:24:30 +000026prereq.eclipseplatform=true
david_williams9e7f5842011-03-06 03:32:03 +000027
david_williams4d33c092009-11-03 22:20:20 +000028
29# These next properties are mainly for distribution template files
30
31# longdescription appears on the download webpage
32longdescription=The Zip files includes the features and plugins for the JavaScript Development Tools (JSDT).
33
david_williams4d33c092009-11-03 22:20:20 +000034
david_williams0402df82009-11-09 19:26:25 +000035# omit (or set to true) for incubating projects for proper webpage
david_williams0fadc4e2010-03-01 04:45:19 +000036incubating=false
37
38# suffixes for base feature names
39testsuffix=_tests.feature