blob: 2b2eafe6c9669ca7de7eb073b8eec66ed44c1d30 [file] [log] [blame]
david_williams0f36b3b2009-01-15 02:07:34 +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=vex
4
5# These first three properties are mainly for component templates
6
7# 'featurename' assumes group of three features
8# a) featurename.feature
9# b) featurename_sdk.feature
10# c) featurename_tests.feature
11
12featurename=org.eclipse.wst.xml.vex
13
14# 'zipprefix' is prefixed to -[type]-${buildlabel},
15# where type is empty, 'sdk' or 'tests',
16# usually of the form [top-level project]-[project]-[component]
17# for example, wtp-incubator-xmlsecurity
18zipprefix=wtp-incubator-xml.vex
19
20# 'relengmapseng' must match the environment variable set in
21# commonComputedVariables, such as RELENGXMLSEC
22relengmapsenv=RELENGINCUBATORVEX
23
24# prereq is the basic prereq on top of platform, jdt, emf, gef
25# (only realistic options for right now are wst, jst).
david_williamsa359c932009-11-10 18:14:30 +000026prereq.eclipse=true
27prereq.emf=true
28prereq.emfxsd=true
29prereq.gef=true
30prereq.wst=true
david_williams0f36b3b2009-01-15 02:07:34 +000031
32# These next properties are mainly for distribution template files
33
34# longdescription appears on the download webpage
35longdescription=The Zip files includes the features and plugins for the WTP Incubator VEX Component.