synch/release xml.ui feature
diff --git a/features/org.eclipse.wst.xml_ui.feature/feature.properties b/features/org.eclipse.wst.xml_ui.feature/feature.properties index 4dfda9f..8372737 100644 --- a/features/org.eclipse.wst.xml_ui.feature/feature.properties +++ b/features/org.eclipse.wst.xml_ui.feature/feature.properties
@@ -24,7 +24,7 @@ updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site # "description" property - description of the feature -description=Web XML tools +description=Web XML tools. # "copyright" property - text of the "Feature Update Copyright" copyright=\
diff --git a/features/org.eclipse.wst.xml_ui.feature/feature.xml b/features/org.eclipse.wst.xml_ui.feature/feature.xml index 1bb371f..8f26352 100644 --- a/features/org.eclipse.wst.xml_ui.feature/feature.xml +++ b/features/org.eclipse.wst.xml_ui.feature/feature.xml
@@ -13,7 +13,7 @@ %copyright </copyright> - <license url="license.html"> + <license url="%licenseURL"> %license </license>
diff --git a/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.properties index 66ab515..28ad762 100644 --- a/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.properties +++ b/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.properties
@@ -15,16 +15,28 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Source for XML UI feature plugins +featureName=WST XML UI Developer Resources # "providerName" property - name of the company that provides the feature providerName=Eclipse.org # "updateSiteName" property - label for the update site -updateSiteName=Web Tools Platform (WTP) Updates +updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site # "description" property - description of the feature -description=API documentation and source code zips for Eclipse Java development tools. +description=Source code zips for WST XML UI. + +# "copyright" property - text of the "Feature Update Copyright" +copyright=\ +Copyright (c) 2006 IBM Corporation and others.\n\ +All rights reserved. This program and the accompanying materials\n\ +are made available under the terms of the Eclipse Public License v1.0\n\ +which accompanies this distribution, and is available at\n\ +http://www.eclipse.org/legal/epl-v10.html\n\ +\n\ +Contributors:\n\ + IBM Corporation - initial API and implementation\n +################ end of copyright property #################################### # "licenseURL" property - URL of the "Feature License" # do not translate value - just change to point to a locale-specific HTML page
diff --git a/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.xml b/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.xml index eef1bb5..3177916 100644 --- a/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.xml +++ b/features/org.eclipse.wst.xml_ui.feature/sourceTemplateFeature/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.wst.xml_ui.feature.source" label="%featureName" - version="1.5.0.qualifier" + version="1.5.1.qualifier" provider-name="%providerName"> <description> @@ -13,12 +13,12 @@ %copyright </copyright> - <license url="license.html"> + <license url="%licenseURL"> %license </license> <url> - <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates/"/> + <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> </url> <includes