blob: 338c57d500f62253a19420a519d5212e52fd8be9 [file] [log] [blame]
david_williams88cbf012009-01-12 21:53:05 +00001
2# These first three properties are mainly for component templates
3
david_williams160628d2009-01-13 03:17:44 +00004# 'featurename' assumes group of three features
david_williams88cbf012009-01-12 21:53:05 +00005# a) featurename.feature
6# b) featurename_sdk.feature
7# c) featurename_tests.feature
8
david_williams160628d2009-01-13 03:17:44 +00009featurename=org.eclipse.jst.ws.cxf
david_williams88cbf012009-01-12 21:53:05 +000010
david_williams160628d2009-01-13 03:17:44 +000011# 'zipprefix' is prefixed to -[type]-${buildlabel},
12# where type is empty, 'sdk' or 'tests',
david_williams88cbf012009-01-12 21:53:05 +000013# usually of the form [top-level project]-[project]-[component]
14# for example, wtp-incubator-xmlsecurity
15zipprefix=wtp-incubator-jaxws
16
david_williams160628d2009-01-13 03:17:44 +000017# 'relengmapseng' must match the environment variable set in
david_williams88cbf012009-01-12 21:53:05 +000018# commonComputedVariables, such as RELENGXMLSEC
19relengmapsenv=RELENGJAXWS
20
david_williams0902bf82009-01-14 05:14:11 +000021# prereq is the basic prereq on top of platform, jdt, emf, gef
22# (only realistic options for right now are wst, jst).
david_williams69aa4242009-01-14 06:56:57 +000023basicprereq=wtp
david_williams88cbf012009-01-12 21:53:05 +000024
25# These next three properties are mainly for distribution template files
26
27# 'shortname' effects all foldernames too, plus some content, in distribution section
28shortname=jaxws
29
30# longdescription appears on the download webpage
31longdescription=The Zip files includes the features and plugins for the WTP Incubator XML VEX Component.
32
33# testplugin is the "main" test plugin, which may "call" the others
34testplugin=org.eclipse.jst.cfx.tests
35