prep for 202 patches - fix labels
diff --git a/features/org.eclipse.wst.server_core.feature.patch/feature.properties b/features/org.eclipse.wst.server_core.feature.patch/feature.properties index ee95974..25d89bf 100644 --- a/features/org.eclipse.wst.server_core.feature.patch/feature.properties +++ b/features/org.eclipse.wst.server_core.feature.patch/feature.properties
@@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=WST Server Core +featureName=WST Server Core Patches # "providerName" property - name of the company that provides the feature providerName=Eclipse.org
diff --git a/features/org.eclipse.wst.server_core.feature.patch/feature.xml b/features/org.eclipse.wst.server_core.feature.patch/feature.xml index 505365f..1810406 100644 --- a/features/org.eclipse.wst.server_core.feature.patch/feature.xml +++ b/features/org.eclipse.wst.server_core.feature.patch/feature.xml
@@ -1,21 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="org.eclipse.wst.server_core.feature.patch" - label="Patch Feature for Server Core" - version="2.0.2.qualifier" - provider-name="Eclipse.org"> + label="%featureName" + version="2.0.2.qualifier" + provider-name="%providerName"> - <description> - %description - </description> + <description>%description</description> - <copyright> - %copyright - </copyright> + <copyright>%copyright</copyright> - <license url="%licenseURL"> - %license - </license> + <license url="%licenseURL">%license</license> <requires> <import feature="org.eclipse.wst.server_core.feature" version="2.0.2.v200802150100-2-CN8s733H3_3Ic" patch="true"/>