david_williams | 24b89fd | 2009-03-13 07:01:50 +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=servadapt |
| 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.jst.server_adapters.ext |
| 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-server-adapters |
| 19 | |
| 20 | # 'relengmapseng' must match the environment variable set in |
| 21 | # commonComputedVariables, such as RELENGXMLSEC |
| 22 | # Note: for server tools, this will get more maps than required |
| 23 | relengmapsenv=RELENGSERVERTOOLS |
| 24 | |
| 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 | d1515e7 | 2009-11-23 20:05:25 +0000 | [diff] [blame] | 27 | prereq.eclipse=true |
david_williams | 65202e6 | 2009-12-30 06:33:25 +0000 | [diff] [blame] | 28 | prereq.emf=true |
| 29 | prereq.emfxsd=true |
| 30 | prereq.gef=true |
| 31 | prereq.wst=true |
david_williams | 8253b13 | 2009-12-30 07:00:22 +0000 | [diff] [blame] | 32 | prereq.jst=true |
david_williams | 24b89fd | 2009-03-13 07:01:50 +0000 | [diff] [blame] | 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 some Server Adapters. |
| 38 | |
david_williams | 24b89fd | 2009-03-13 07:01:50 +0000 | [diff] [blame] | 39 | |
david_williams | 0fadc4e | 2010-03-01 04:45:19 +0000 | [diff] [blame] | 40 | # suffixes for base feature names |
david_williams | 73ff8d3 | 2010-03-01 15:42:27 +0000 | [diff] [blame] | 41 | # tests don't currently run |
| 42 | testsuffix=NONE |
david_williams | 97bee85 | 2009-06-08 04:44:09 +0000 | [diff] [blame] | 43 | sdksuffix=.sdk.feature |
david_williams | 24b89fd | 2009-03-13 07:01:50 +0000 | [diff] [blame] | 44 | |
| 45 | # omit (or set to true) for incubating projects for proper webpage |
| 46 | incubating=false |