david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 1 | |
| 2 | # These first three properties are mainly for component templates |
| 3 | |
david_williams | 160628d | 2009-01-13 03:17:44 +0000 | [diff] [blame] | 4 | # 'featurename' assumes group of three features |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 5 | # a) featurename.feature |
| 6 | # b) featurename_sdk.feature |
| 7 | # c) featurename_tests.feature |
| 8 | |
david_williams | 160628d | 2009-01-13 03:17:44 +0000 | [diff] [blame] | 9 | featurename=org.eclipse.jst.ws.cxf |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 10 | |
david_williams | 160628d | 2009-01-13 03:17:44 +0000 | [diff] [blame] | 11 | # 'zipprefix' is prefixed to -[type]-${buildlabel}, |
| 12 | # where type is empty, 'sdk' or 'tests', |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 13 | # usually of the form [top-level project]-[project]-[component] |
| 14 | # for example, wtp-incubator-xmlsecurity |
| 15 | zipprefix=wtp-incubator-jaxws |
| 16 | |
david_williams | 160628d | 2009-01-13 03:17:44 +0000 | [diff] [blame] | 17 | # 'relengmapseng' must match the environment variable set in |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 18 | # commonComputedVariables, such as RELENGXMLSEC |
| 19 | relengmapsenv=RELENGJAXWS |
| 20 | |
david_williams | 0902bf8 | 2009-01-14 05:14:11 +0000 | [diff] [blame] | 21 | # prereq is the basic prereq on top of platform, jdt, emf, gef |
| 22 | # (only realistic options for right now are wst, jst). |
david_williams | 69aa424 | 2009-01-14 06:56:57 +0000 | [diff] [blame] | 23 | basicprereq=wtp |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 24 | |
| 25 | # These next three properties are mainly for distribution template files |
| 26 | |
| 27 | # 'shortname' effects all foldernames too, plus some content, in distribution section |
| 28 | shortname=jaxws |
| 29 | |
| 30 | # longdescription appears on the download webpage |
| 31 | longdescription=The Zip files includes the features and plugins for the WTP Incubator XML VEX Component. |
| 32 | |
| 33 | # testplugin is the "main" test plugin, which may "call" the others |
david_williams | 4af2a86 | 2009-01-14 07:53:21 +0000 | [diff] [blame] | 34 | testplugin=org.eclipse.jst.ws.cfx.tests |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 35 | |