Skip to content
Snippets Groups Projects
Commit 7ca9bcdc authored by david_williams's avatar david_williams
Browse files

[127409] fix feature versions and labels

parent 17c97487
No related branches found
No related tags found
No related merge requests found
providerName=The Eclipse Foundation providerName=Eclipse.org
description=Web Standard Tools description=Web Standard Tools (WST)
license=\ license=\
Eclipse Foundation Software User Agreement\n\ Eclipse Foundation Software User Agreement\n\
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feature <feature
id="org.eclipse.wst" id="org.eclipse.wst"
label="Web Standard Tools Feature" label="Web Standard Tools (WST)"
version="1.0.0" version="1.0.1.qualifier"
provider-name="%providerName" provider-name="%providerName"
image="eclipse_update_120.jpg"> image="eclipse_update_120.jpg">
...@@ -14,37 +14,46 @@ ...@@ -14,37 +14,46 @@
%license %license
</license> </license>
<url>
<update
label="Web Tools Platform (WTP) Updates"
url="http://download.eclipse.org/webtools/updates"/>
<discovery
label="Web Tools Platform (WTP) Updates"
url="http://download.eclipse.org/webtools/updates"/>
<discovery
label="Business Intelligence and Reporting Tools (BIRT) Updates"
url="http://download.eclipse.org/birt/update-site/"/>
<discovery
label="Test and Performance Tools Platform (TPTP) Updates"
url="http://download.eclipse.org/tptp/updates/"/>
</url>
<!-- we include all the third party stuff first to get it out
of the way ... none of this is actually "compiled" ... just a
assembled, and needs to be there before code is compiled -->
<includes <includes
id="org.apache.xerces.feature" id="org.apache.xerces.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.apache.axis.feature" id="org.apache.axis.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.apache.wsil4j.feature" id="org.apache.wsil4j.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.uddi4j.feature" id="org.uddi4j.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.wsdl4j.feature" id="org.wsdl4j.feature"
version="0.0.0"/> version="0.0.0"/>
<!-- note, all core comes before UI ... this might
catch a few UI/core bugs? -->
<includes <includes
id="org.eclipse.wst.common_core.feature" id="org.eclipse.wst.common_core.feature"
version="0.0.0"/> version="0.0.0"/>
...@@ -69,10 +78,6 @@ catch a few UI/core bugs? --> ...@@ -69,10 +78,6 @@ catch a few UI/core bugs? -->
id="org.eclipse.wst.rdb_core.feature" id="org.eclipse.wst.rdb_core.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.eclipse.wst.common_ui.feature" id="org.eclipse.wst.common_ui.feature"
version="0.0.0"/> version="0.0.0"/>
...@@ -84,7 +89,7 @@ catch a few UI/core bugs? --> ...@@ -84,7 +89,7 @@ catch a few UI/core bugs? -->
<includes <includes
id="org.eclipse.wst.xml_ui.feature" id="org.eclipse.wst.xml_ui.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.eclipse.wst.ws_ui.feature" id="org.eclipse.wst.ws_ui.feature"
version="0.0.0"/> version="0.0.0"/>
...@@ -97,13 +102,10 @@ catch a few UI/core bugs? --> ...@@ -97,13 +102,10 @@ catch a few UI/core bugs? -->
id="org.eclipse.wst.rdb_ui.feature" id="org.eclipse.wst.rdb_ui.feature"
version="0.0.0"/> version="0.0.0"/>
<includes <includes
id="org.eclipse.wst.rdb_adapters.feature" id="org.eclipse.wst.rdb_adapters.feature"
version="0.0.0"/> version="0.0.0"/>
<plugin <plugin
id="org.eclipse.wst" id="org.eclipse.wst"
download-size="0" download-size="0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment