blob: 0dade92e49ad444a1c0d6232c99861b9b82af163 [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).
26basicprereq=wst
27
28# These next properties are mainly for distribution template files
29
30# longdescription appears on the download webpage
31longdescription=The Zip files includes the features and plugins for the WTP Incubator VEX Component.
32
33# testplugin is the "main" test plugin, which may "call" the others
34testplugin=org.eclipse.wst.xml.vex.tests
35