Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2006-05-15 15:12:29 +0000
committerlmandel2006-05-15 15:12:29 +0000
commit455a87a4b7bf758379a02ecc9f4b52d0bb6c372e (patch)
treeedac9303e65bdec272e8a8827ab043ac2c8054a9 /features/org.eclipse.wst.ws_ui.feature/feature.xml
parent9ed734709f67ac34f8ba225d684549700a51652c (diff)
downloadwebtools.webservices-455a87a4b7bf758379a02ecc9f4b52d0bb6c372e.tar.gz
webtools.webservices-455a87a4b7bf758379a02ecc9f4b52d0bb6c372e.tar.xz
webtools.webservices-455a87a4b7bf758379a02ecc9f4b52d0bb6c372e.zip
[140233] Corrected WTP feature versions, names, copyrights, licenses, and update site links.
Diffstat (limited to 'features/org.eclipse.wst.ws_ui.feature/feature.xml')
-rw-r--r--features/org.eclipse.wst.ws_ui.feature/feature.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/features/org.eclipse.wst.ws_ui.feature/feature.xml b/features/org.eclipse.wst.ws_ui.feature/feature.xml
index a4e1d9e06..cd68ab096 100644
--- a/features/org.eclipse.wst.ws_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_ui.feature/feature.xml
@@ -1,20 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.wst.ws_ui.feature"
- label="WST WS UI Feature"
+ label="%featureName"
version="1.5.0.qualifier"
- provider-name="Eclipse.org">
+ provider-name="%providerName">
<description>
%description
</description>
- <license url="license.html">
+ <copyright>
+ %copyright
+ </copyright>
+
+ <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

Back to the top