blob: 7663aabec0f9bf0199d02e09eb5d5869ef8bc26a [file] [log] [blame]
david_williams97bee852009-06-08 04:44:09 +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=wstfproj
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.common.fproj
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=wst-common-fproj
19
20# 'relengmapseng' must match the environment variable set in
21# commonComputedVariables, such as RELENGXMLSEC
22# Note: for server tools, this will get more maps than required
23relengmapsenv=RELENGCOMMON
24
25# prereq is the basic prereq on top of platform, jdt, emf, gef
26# (only realistic options for right now are wst, jst).
27basicprereq=
28
29# These next properties are mainly for distribution template files
30
31# longdescription appears on the download webpage
32longdescription=The Zip files includes the features and plugins for non-java Faceted Projects
33
34# testplugin is the "main" test plugin, which may "call" the others
35testplugin=
36
david_williams03366402009-06-08 05:13:21 +000037# normally is '.feature', but if not, leave empty
38featuresuffix=
39
david_williams97bee852009-06-08 04:44:09 +000040# special case
41sdksuffix=.sdk
42
43# omit (or set to true) for incubating projects for proper webpage
44incubating=false