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). |
david_williams | d1515e7 | 2009-11-23 20:05:25 +0000 | [diff] [blame] | 29 | prereq.eclipse=true |
| 30 | prereq.emf=true |
| 31 | prereq.emfxsd=true |
| 32 | prereq.gef=true |
| 33 | prereq.wtp=true |
| 34 | prereq.dtp=true |
david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 35 | |
| 36 | # These next properties are mainly for distribution template files |
| 37 | |
| 38 | # longdescription appears on the download webpage |
| 39 | longdescription=The Zip file contains productized Dali Developer Tools |
| 40 | |
david_williams | 0fadc4e | 2010-03-01 04:45:19 +0000 | [diff] [blame^] | 41 | # suffixes for base feature names |
david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 42 | featuresuffix=.assembly.feature |
david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 43 | sdksuffix=_sdk.assebly.feature |
david_williams | 0fadc4e | 2010-03-01 04:45:19 +0000 | [diff] [blame^] | 44 | testsuffix=_tests.feature |
| 45 | |
david_williams | 740a431 | 2009-07-22 17:40:12 +0000 | [diff] [blame] | 46 | |
| 47 | # omit (or set to true) for incubating projects for proper webpage |
| 48 | incubating=false |