david_williams | 4d33c09 | 2009-11-03 22:20:20 +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=jsdt |
| 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.jsdt |
| 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-jsdt |
| 20 | |
| 21 | # 'relengmapseng' must match the environment variable set in |
| 22 | # commonComputedVariables, such as RELENGXMLSEC |
david_williams | 0a207a4 | 2009-11-09 18:53:03 +0000 | [diff] [blame] | 23 | relengmapsenv=RELENGJSDT |
david_williams | 4d33c09 | 2009-11-03 22:20:20 +0000 | [diff] [blame] | 24 | |
david_williams | 72a7914 | 2009-11-10 01:07:59 +0000 | [diff] [blame] | 25 | # list of prereqs to control what is installed for compile and tests |
david_williams | 81b8fbe | 2009-11-10 06:24:30 +0000 | [diff] [blame] | 26 | prereq.eclipseplatform=true |
david_williams | 9e7f584 | 2011-03-06 03:32:03 +0000 | [diff] [blame] | 27 | |
david_williams | 4d33c09 | 2009-11-03 22:20:20 +0000 | [diff] [blame] | 28 | |
| 29 | # These next properties are mainly for distribution template files |
| 30 | |
| 31 | # longdescription appears on the download webpage |
| 32 | longdescription=The Zip files includes the features and plugins for the JavaScript Development Tools (JSDT). |
| 33 | |
david_williams | 4d33c09 | 2009-11-03 22:20:20 +0000 | [diff] [blame] | 34 | |
david_williams | 0402df8 | 2009-11-09 19:26:25 +0000 | [diff] [blame] | 35 | # omit (or set to true) for incubating projects for proper webpage |
david_williams | 0fadc4e | 2010-03-01 04:45:19 +0000 | [diff] [blame] | 36 | incubating=false |
| 37 | |
| 38 | # suffixes for base feature names |
| 39 | testsuffix=_tests.feature |