blob: 4bc5b104a91ecd11b638ff732517fcac54c73770 [file] [log] [blame]
david_williams24b89fd2009-03-13 07:01:50 +00001# 'shortname' effects all foldernames too, plus some content, in distribution section
2# should be same name as this property file (for future use).
3shortname=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
12featurename=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
18zipprefix=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
23relengmapsenv=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_williamsd1515e72009-11-23 20:05:25 +000027prereq.eclipse=true
david_williams65202e62009-12-30 06:33:25 +000028prereq.emf=true
29prereq.emfxsd=true
30prereq.gef=true
31prereq.wst=true
david_williams8253b132009-12-30 07:00:22 +000032prereq.jst=true
david_williams24b89fd2009-03-13 07:01:50 +000033
34# These next properties are mainly for distribution template files
35
36# longdescription appears on the download webpage
37longdescription=The Zip files includes the features and plugins for some Server Adapters.
38
david_williams24b89fd2009-03-13 07:01:50 +000039
david_williams0fadc4e2010-03-01 04:45:19 +000040# suffixes for base feature names
david_williams73ff8d32010-03-01 15:42:27 +000041# tests don't currently run
42testsuffix=NONE
david_williams97bee852009-06-08 04:44:09 +000043sdksuffix=.sdk.feature
david_williams24b89fd2009-03-13 07:01:50 +000044
45# omit (or set to true) for incubating projects for proper webpage
46incubating=false