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=xmlsec |
| 4 | |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 5 | |
| 6 | # These first three properties are mainly for component templates |
| 7 | |
david_williams | 2ef5ed8 | 2009-01-13 20:05:05 +0000 | [diff] [blame] | 8 | # 'featurename' assumes group of three features |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 9 | # a) featurename.feature |
| 10 | # b) featurename_sdk.feature |
| 11 | # c) featurename_tests.feature |
| 12 | |
david_williams | 2ef5ed8 | 2009-01-13 20:05:05 +0000 | [diff] [blame] | 13 | featurename=org.eclipse.wst.xml.security |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 14 | |
david_williams | 2ef5ed8 | 2009-01-13 20:05:05 +0000 | [diff] [blame] | 15 | # 'zipprefix' is prefixed to -[type]-${buildlabel}, |
| 16 | # where type is empty, 'sdk' or 'tests', |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 17 | # usually of the form [top-level project]-[project]-[component] |
| 18 | # for example, wtp-incubator-xmlsecurity |
| 19 | zipprefix=wtp-incubator-xmlsecurity |
| 20 | |
david_williams | 2ef5ed8 | 2009-01-13 20:05:05 +0000 | [diff] [blame] | 21 | # 'relengmapseng' must match the environment variable set in |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 22 | # commonComputedVariables, such as RELENGXMLSEC |
| 23 | relengmapsenv=RELENGXMLSEC |
| 24 | |
david_williams | 0902bf8 | 2009-01-14 05:14:11 +0000 | [diff] [blame] | 25 | # prereq is the basic prereq on top of platform, jdt, emf, gef |
| 26 | # (only realistic options for right now are wst, jst). |
david_williams | a359c93 | 2009-11-10 18:14:30 +0000 | [diff] [blame] | 27 | prereq.eclipse=true |
| 28 | prereq.emf=true |
| 29 | prereq.emfxsd=true |
| 30 | prereq.gef=true |
| 31 | prereq.wst=true |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 32 | |
david_williams | 0f36b3b | 2009-01-15 02:07:34 +0000 | [diff] [blame] | 33 | # These next properties are mainly for distribution template files |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 34 | |
| 35 | # longdescription appears on the download webpage |
david_williams | d8ee4ad | 2009-01-14 13:49:50 +0000 | [diff] [blame] | 36 | longdescription=The Zip files includes the features and plugins for the WTP Incubator XML Security Component. |
david_williams | 88cbf01 | 2009-01-12 21:53:05 +0000 | [diff] [blame] | 37 | |