david_williams | 0f36b3b | 2009-01-15 02:07:34 +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=vex |
| 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.xml.vex |
| 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=wtp-incubator-xml.vex |
| 19 | |
| 20 | # 'relengmapseng' must match the environment variable set in |
| 21 | # commonComputedVariables, such as RELENGXMLSEC |
| 22 | relengmapsenv=RELENGINCUBATORVEX |
| 23 | |
| 24 | # prereq is the basic prereq on top of platform, jdt, emf, gef |
| 25 | # (only realistic options for right now are wst, jst). |
david_williams | a359c93 | 2009-11-10 18:14:30 +0000 | [diff] [blame] | 26 | prereq.eclipse=true |
| 27 | prereq.emf=true |
| 28 | prereq.emfxsd=true |
| 29 | prereq.gef=true |
| 30 | prereq.wst=true |
david_williams | 0f36b3b | 2009-01-15 02:07:34 +0000 | [diff] [blame] | 31 | |
| 32 | # These next properties are mainly for distribution template files |
| 33 | |
| 34 | # longdescription appears on the download webpage |
| 35 | longdescription=The Zip files includes the features and plugins for the WTP Incubator VEX Component. |