david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 1 | # under development, not finished, untested |
| 2 | |
| 3 | # 'shortname' effects all foldernames too, plus some content, in distribution section |
| 4 | # should be same name as this property file (for future use). |
| 5 | shortname=wtpdali |
| 6 | |
| 7 | |
| 8 | # These first three properties are mainly for component templates |
| 9 | |
| 10 | # 'featurename' assumes group of three features |
| 11 | # a) featurename.feature |
| 12 | # b) featurename_sdk.feature |
| 13 | # c) featurename_tests.feature |
| 14 | |
| 15 | featurename=org.eclipse.jpt |
| 16 | |
| 17 | # 'zipprefix' is prefixed to -[type]-${buildlabel}, |
| 18 | # where type is empty, 'sdk' or 'tests', |
| 19 | # usually of the form [top-level project]-[project]-[component] |
| 20 | # for example, wtp-incubator-xmlsecurity |
| 21 | zipprefix=wtp-dali |
| 22 | |
| 23 | # 'relengmapseng' must match the environment variable set in |
| 24 | # commonComputedVariables, such as RELENGXMLSEC |
| 25 | relengmapsenv=RELENGDALI |
| 26 | |
| 27 | # prereq is the basic prereq on top of platform, jdt, emf, gef |
| 28 | # (only realistic options for right now are wst, jst). |
| 29 | basicprereq=wtp |
| 30 | |
| 31 | # These next properties are mainly for distribution template files |
| 32 | |
| 33 | # longdescription appears on the download webpage |
| 34 | longdescription=The Zip file contains productized Dali Developer Tools |
| 35 | |
david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 36 | featuresuffix=.assembly.feature |
| 37 | |
| 38 | # special case |
| 39 | sdksuffix=_sdk.assebly.feature |
| 40 | |
| 41 | # omit (or set to true) for incubating projects for proper webpage |
| 42 | incubating=false |