david_williams | 5ea8dd2 | 2009-05-26 06:24:41 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wtp.jee.feature" |
| 4 | label="%featureName" |
| 5 | version="3.1.0.qualifier" |
| 6 | provider-name="%providerName" |
| 7 | plugin="org.eclipse.wtp.jee"> |
| 8 | |
| 9 | <description> |
| 10 | %description |
| 11 | </description> |
| 12 | |
| 13 | <copyright> |
| 14 | %copyright |
| 15 | </copyright> |
| 16 | |
| 17 | <license url="%licenseURL"> |
| 18 | %license |
| 19 | </license> |
| 20 | |
| 21 | <url> |
| 22 | <discovery label="%discoverySiteName" url="http://download.eclipse.org/webtools/updates/"/> |
| 23 | </url> |
| 24 | |
| 25 | <requires> |
| 26 | <import feature="org.eclipse.cvs" version="1.1.0"/> |
| 27 | <import feature="org.eclipse.help" version="1.1.0"/> |
| 28 | <import feature="org.eclipse.jdt" version="3.5.0"/> |
| 29 | <import feature="org.eclipse.platform" version="3.5.0"/> |
| 30 | <import feature="org.eclipse.datatools.modelbase.feature"/> |
| 31 | <import feature="org.eclipse.datatools.connectivity.feature"/> |
| 32 | <import feature="org.eclipse.datatools.sqldevtools.feature"/> |
| 33 | <import feature="org.eclipse.datatools.modelbase.feature.source"/> |
| 34 | <import feature="org.eclipse.datatools.intro"/> |
| 35 | <import feature="org.eclipse.datatools.doc.user"/> |
| 36 | <import feature="org.eclipse.datatools.common.doc.user"/> |
| 37 | <import feature="org.eclipse.datatools.connectivity.doc.user"/> |
| 38 | <import feature="org.eclipse.datatools.sqltools.doc.user"/> |
| 39 | <import feature="org.eclipse.datatools.enablement.feature"/> |
| 40 | <import feature="org.eclipse.wst.common.fproj"/> |
| 41 | <import feature="org.eclipse.wst.jsdt.feature"/> |
| 42 | <import feature="org.eclipse.wst.xml_ui.feature"/> |
| 43 | <import feature="org.eclipse.wst.web_ui.feature"/> |
| 44 | <import feature="org.eclipse.wst.server_adapters.feature"/> |
| 45 | <import feature="org.eclipse.wst.xsl.feature"/> |
| 46 | <import feature="org.eclipse.jst.common.fproj.enablement.jdt"/> |
| 47 | <import feature="org.eclipse.jst.server_ui.feature"/> |
| 48 | <import feature="org.eclipse.jst.server_adapters.feature"/> |
| 49 | <import feature="org.eclipse.jst.server_adapters.ext.feature"/> |
| 50 | <import feature="org.eclipse.jst.web_ui.feature"/> |
| 51 | <import feature="org.eclipse.jst.enterprise_ui.feature"/> |
| 52 | <import feature="org.eclipse.jst.webpageeditor.feature"/> |
| 53 | <import feature="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"/> |
| 54 | <import feature="org.eclipse.jst.ws.axis2tools.feature"/> |
| 55 | <import feature="org.eclipse.jpt.feature"/> |
| 56 | <import feature="org.eclipse.jst.ws.axis2tools.feature"/> |
| 57 | <import feature="org.eclipse.jpt.eclipselink.feature"/> |
| 58 | <import feature="org.eclipse.jst.webpageeditor.feature"/> |
| 59 | <import feature="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"/> |
david_williams | 275f6c2 | 2009-05-26 23:26:13 +0000 | [diff] [blame] | 60 | |
david_williams | 5ea8dd2 | 2009-05-26 06:24:41 +0000 | [diff] [blame] | 61 | </requires> |
| 62 | |
| 63 | <plugin |
| 64 | id="org.eclipse.wtp.jee" |
| 65 | download-size="0" |
| 66 | install-size="0" |
| 67 | version="0.0.0"/> |
| 68 | |
| 69 | <plugin |
| 70 | id="org.eclipse.wtp.jee.intro" |
| 71 | download-size="0" |
| 72 | install-size="0" |
| 73 | version="0.0.0" |
| 74 | unpack="false"/> |
| 75 | |
| 76 | </feature> |