blob: 595dd92c97395f24e71e5ff8ede37acb2185e534 [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
david_williams7554ff92009-12-17 23:58:55 +000031prereq.dltk=true
david_williamse3c74772009-12-08 05:58:52 +000032
33# These next properties are mainly for distribution template files
34
35# longdescription appears on the download webpage
36longdescription=The Zip files includes the features and plugins for XQuery Development Tools
37
david_williams9fa72082010-01-16 07:59:12 +000038# special case. Assembly so adapters not required.
39sdksuffix=_assembly_sdk.feature
40featuresuffix=_assembly.feature
david_williamse3c74772009-12-08 05:58:52 +000041
42# omit (or set to true) for incubating projects for proper webpage
43incubating=true