[151925] Need to produce update jars in 1.0.3 build
diff --git a/features/org.eclipse.wst.server_core.feature/feature.xml b/features/org.eclipse.wst.server_core.feature/feature.xml index 22a6b36..08baf23 100644 --- a/features/org.eclipse.wst.server_core.feature/feature.xml +++ b/features/org.eclipse.wst.server_core.feature/feature.xml
@@ -2,7 +2,8 @@ <feature id="org.eclipse.wst.server_core.feature" label="org.eclipse.wst.server_core.feature" - version="1.0.3.qualifier"> + version="1.0.3.qualifier" + provider-name="Eclipse.org"> <description> %description @@ -11,6 +12,7 @@ <license url="license.html"> %license </license> + <url> <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/> </url>
diff --git a/features/org.eclipse.wst.server_core.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.server_core.feature/sourceTemplateFeature/feature.properties index 64893f7..d662aa1 100644 --- a/features/org.eclipse.wst.server_core.feature/sourceTemplateFeature/feature.properties +++ b/features/org.eclipse.wst.server_core.feature/sourceTemplateFeature/feature.properties
@@ -15,6 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature +featureName=Source for Server Core # "providerName" property - name of the company that provides the feature providerName=Eclipse.org
diff --git a/features/org.eclipse.wst.server_sdk.feature/feature.xml b/features/org.eclipse.wst.server_sdk.feature/feature.xml index 2f50679..0b109a4 100644 --- a/features/org.eclipse.wst.server_sdk.feature/feature.xml +++ b/features/org.eclipse.wst.server_sdk.feature/feature.xml
@@ -2,7 +2,8 @@ <feature id="org.eclipse.wst.server_sdk.feature" label="org.eclipse.wst.server_sdk.feature" - version="1.0.3.qualifier"> + version="1.0.3.qualifier" + provider-name="Eclipse.org"> <description> %description
diff --git a/features/org.eclipse.wst.server_ui.feature/sourceTemplateFeature/feature.xml b/features/org.eclipse.wst.server_ui.feature/sourceTemplateFeature/feature.xml index e140ab0..e9b953c 100644 --- a/features/org.eclipse.wst.server_ui.feature/sourceTemplateFeature/feature.xml +++ b/features/org.eclipse.wst.server_ui.feature/sourceTemplateFeature/feature.xml
@@ -1,27 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <feature - primary="false" - label="Source for WST Server UI Feature" - id="org.eclipse.wst.server_ui.feature.source" - version="1.0.3.qualifier"> - <description> - %description - </description> - <copyright> - %copyright - </copyright> - <license url="license.html">%license</license> + id="org.eclipse.wst.server_ui.feature.source" + label="Source for WST Server UI Feature" + version="1.0.3.qualifier" + provider-name="Eclipse.org"> + + <description> + %description + </description> + + <copyright> + %copyright + </copyright> + + <license url="license.html"> + %license + </license> + <url> <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/> </url> - - <includes + + <includes id="org.eclipse.wst.server_core.feature.source" version="0.0.0"/> - <plugin + + <plugin id="org.eclipse.wst.server_ui.feature.source" download-size="0" install-size="0" - version="0.0.0"/> - + version="0.0.0"/> + </feature>