david_williams | 97bee85 | 2009-06-08 04:44:09 +0000 | [diff] [blame] | 1 | # 'shortname' effects all foldernames too, plus some content, in distribution section |
| 2 | # should be same name as this property file (for future use). |
| 3 | shortname=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 | |
| 12 | featurename=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 |
| 18 | zipprefix=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 |
| 23 | relengmapsenv=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). |
| 27 | basicprereq= |
| 28 | |
| 29 | # These next properties are mainly for distribution template files |
| 30 | |
| 31 | # longdescription appears on the download webpage |
| 32 | longdescription=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 |
| 35 | testplugin= |
| 36 | |
david_williams | 0336640 | 2009-06-08 05:13:21 +0000 | [diff] [blame] | 37 | # normally is '.feature', but if not, leave empty |
| 38 | featuresuffix= |
| 39 | |
david_williams | 97bee85 | 2009-06-08 04:44:09 +0000 | [diff] [blame] | 40 | # special case |
| 41 | sdksuffix=.sdk |
| 42 | |
| 43 | # omit (or set to true) for incubating projects for proper webpage |
| 44 | incubating=false |