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