david_williams | e3c7477 | 2009-12-08 05:58:52 +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=xquery |
| 4 | |
| 5 | |
| 6 | # These first three properties are mainly for component templates |
| 7 | |
| 8 | # 'featurename' assumes group of three features |
| 9 | # a) featurename.feature |
| 10 | # b) featurename_sdk.feature |
| 11 | # c) featurename_tests.feature |
| 12 | |
| 13 | featurename=org.eclipse.wst.xquery |
| 14 | |
| 15 | # 'zipprefix' is prefixed to -[type]-${buildlabel}, |
| 16 | # where type is empty, 'sdk' or 'tests', |
| 17 | # usually of the form [top-level project]-[project]-[component] |
| 18 | # for example, wtp-incubator-xmlsecurity |
| 19 | zipprefix=wtp-inc-xquery |
| 20 | |
| 21 | # 'relengmapseng' must match the environment variable set in |
| 22 | # commonComputedVariables, such as RELENGXMLSEC |
| 23 | relengmapsenv=RELENGXQUERY |
| 24 | |
| 25 | # list of prereqs to control what is installed for compile and tests |
david_williams | 8c338e6 | 2009-12-08 06:17:55 +0000 | [diff] [blame^] | 26 | prereq.eclipse=true |
| 27 | prereq.emf=true |
| 28 | prereq.emfxsd=true |
| 29 | prereq.gef=true |
| 30 | prereq.wst=true |
| 31 | |
david_williams | e3c7477 | 2009-12-08 05:58:52 +0000 | [diff] [blame] | 32 | |
| 33 | |
| 34 | # These next properties are mainly for distribution template files |
| 35 | |
| 36 | # longdescription appears on the download webpage |
| 37 | longdescription=The Zip files includes the features and plugins for XQuery Development Tools |
| 38 | |
| 39 | |
| 40 | # omit (or set to true) for incubating projects for proper webpage |
| 41 | incubating=true |