blob: 2625abd32bb964ec5abf5ab84458632a92594024 [file] [log] [blame]
david_williamse3c74772009-12-08 05:58:52 +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=xquery
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.xquery
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-inc-xquery
20
21# 'relengmapseng' must match the environment variable set in
22# commonComputedVariables, such as RELENGXMLSEC
23relengmapsenv=RELENGXQUERY
24
25# list of prereqs to control what is installed for compile and tests
david_williams8c338e62009-12-08 06:17:55 +000026prereq.eclipse=true
27prereq.emf=true
28prereq.emfxsd=true
29prereq.gef=true
30prereq.wst=true
31
david_williamse3c74772009-12-08 05:58:52 +000032
33
34# These next properties are mainly for distribution template files
35
36# longdescription appears on the download webpage
37longdescription=The Zip files includes the features and plugins for XQuery Development Tools
38
39
40# omit (or set to true) for incubating projects for proper webpage
41incubating=true