blob: 0b00048a67f90ce05625444217723f9d4ad94409 [file] [log] [blame]
david_williamsea862da2009-05-20 04:01:39 +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=wtpcap
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.wtp.capabilities
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
david_williamsa4855cd2009-05-20 04:28:21 +000019zipprefix=wtpcap
david_williamsea862da2009-05-20 04:01:39 +000020
21# 'relengmapseng' must match the environment variable set in
22# commonComputedVariables, such as RELENGXMLSEC
23relengmapsenv=RELENG
24
25# prereq is the basic prereq on top of platform, jdt, emf, gef
david_williamsa4855cd2009-05-20 04:28:21 +000026# (only realistic options for right now are wst, jst).
27# we don't really need wst ... but, not sure what will work here
david_williamsd1515e72009-11-23 20:05:25 +000028prereq.eclipse=true
david_williamsea862da2009-05-20 04:01:39 +000029
30# These next properties are mainly for distribution template files
31
32# longdescription appears on the download webpage
33longdescription=The Zip file contains example capability definitions
34
david_williams73fd4f82009-05-20 07:40:25 +000035# normally is '.feature', but if not, leave empty
david_williams07451a32009-05-20 05:05:44 +000036featuresuffix=
david_williams0fadc4e2010-03-01 04:45:19 +000037# suffixes for base feature names
david_williams8f9084f2010-03-01 09:20:55 +000038testsuffix=NONE
39sdksuffix=NONE
david_williams73fd4f82009-05-20 07:40:25 +000040
41# omit (or set to true) for incubating projects for proper webpage
42incubating=false