david_williams | ea862da | 2009-05-20 04:01:39 +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=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 | |
| 13 | featurename=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_williams | a4855cd | 2009-05-20 04:28:21 +0000 | [diff] [blame] | 19 | zipprefix=wtpcap |
david_williams | ea862da | 2009-05-20 04:01:39 +0000 | [diff] [blame] | 20 | |
| 21 | # 'relengmapseng' must match the environment variable set in |
| 22 | # commonComputedVariables, such as RELENGXMLSEC |
| 23 | relengmapsenv=RELENG |
| 24 | |
| 25 | # prereq is the basic prereq on top of platform, jdt, emf, gef |
david_williams | a4855cd | 2009-05-20 04:28:21 +0000 | [diff] [blame] | 26 | # (only realistic options for right now are wst, jst). |
| 27 | # we don't really need wst ... but, not sure what will work here |
david_williams | d1515e7 | 2009-11-23 20:05:25 +0000 | [diff] [blame] | 28 | prereq.eclipse=true |
david_williams | ea862da | 2009-05-20 04:01:39 +0000 | [diff] [blame] | 29 | |
| 30 | # These next properties are mainly for distribution template files |
| 31 | |
| 32 | # longdescription appears on the download webpage |
| 33 | longdescription=The Zip file contains example capability definitions |
| 34 | |
david_williams | 73fd4f8 | 2009-05-20 07:40:25 +0000 | [diff] [blame] | 35 | # normally is '.feature', but if not, leave empty |
david_williams | 07451a3 | 2009-05-20 05:05:44 +0000 | [diff] [blame] | 36 | featuresuffix= |
david_williams | 0fadc4e | 2010-03-01 04:45:19 +0000 | [diff] [blame] | 37 | # suffixes for base feature names |
david_williams | 8f9084f | 2010-03-01 09:20:55 +0000 | [diff] [blame] | 38 | testsuffix=NONE |
| 39 | sdksuffix=NONE |
david_williams | 73fd4f8 | 2009-05-20 07:40:25 +0000 | [diff] [blame] | 40 | |
| 41 | # omit (or set to true) for incubating projects for proper webpage |
| 42 | incubating=false |