Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2006-08-08 20:41:10 +0000
committerlmandel2006-08-08 20:41:10 +0000
commitf9886b51f77625a7eb013c63e71e164221d2ab9b (patch)
treeef58351b634419238dfec11d13bdd47385f407b0
parent316faf17aa42065b7057163e4cd0f33309120d55 (diff)
downloadwebtools.webservices-f9886b51f77625a7eb013c63e71e164221d2ab9b.tar.gz
webtools.webservices-f9886b51f77625a7eb013c63e71e164221d2ab9b.tar.xz
webtools.webservices-f9886b51f77625a7eb013c63e71e164221d2ab9b.zip
[140233] Corrected information for source features.
-rw-r--r--features/org.eclipse.wst.ws_core.feature/feature.properties2
-rw-r--r--features/org.eclipse.wst.ws_core.feature/feature.xml6
-rw-r--r--features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.properties17
-rw-r--r--features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.xml8
-rw-r--r--features/org.eclipse.wst.ws_ui.feature/feature.properties2
-rw-r--r--features/org.eclipse.wst.ws_ui.feature/feature.xml2
-rw-r--r--features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.properties18
-rw-r--r--features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.xml8
8 files changed, 43 insertions, 20 deletions
diff --git a/features/org.eclipse.wst.ws_core.feature/feature.properties b/features/org.eclipse.wst.ws_core.feature/feature.properties
index 0da84679e..4f58c9db4 100644
--- a/features/org.eclipse.wst.ws_core.feature/feature.properties
+++ b/features/org.eclipse.wst.ws_core.feature/feature.properties
@@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
-description=WST Web Services core
+description=WST Web Services core.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.wst.ws_core.feature/feature.xml b/features/org.eclipse.wst.ws_core.feature/feature.xml
index dc0f95304..060a21f91 100644
--- a/features/org.eclipse.wst.ws_core.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.ws_core.feature"
label="%featureName"
- version="1.5.0.qualifier"
+ version="1.5.1.qualifier"
provider-name="%providerName">
<description>
@@ -13,7 +13,7 @@
%copyright
</copyright>
- <license url="license.html">
+ <license url="%licenseURL">
%license
</license>
@@ -22,7 +22,7 @@
</url>
<requires>
- <import feature="org.apache.commons_logging.feature" version="1.0.4"/>
+ <import feature="org.apache.commons_logging.feature" version="1.0.4"/>
<import feature="org.apache.jakarta_log4j.feature" version="1.2.8"/>
<import feature="org.apache.axis.feature" version="1.2.1" match="greaterOrEqual"/>
<import feature="org.apache.wsil4j.feature" version="1.0.0" match="greaterOrEqual"/>
diff --git a/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.properties
index bcbf9b0e9..62c64f417 100644
--- a/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.properties
@@ -15,15 +15,28 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Source for WST WS Core Feature
+featureName=WST WS Core Developer Resources
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse.org update site
+updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
+description=Source code zips for WST WS core.
+
+# "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.ws_core.feature/sourceTemplateFeature/feature.xml b/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.xml
index 8990dd9d8..a5dbbc4d6 100644
--- a/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.xml
+++ b/features/org.eclipse.wst.ws_core.feature/sourceTemplateFeature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.ws_core.feature.source"
label="%featureName"
- version="1.5.0.qualifier"
+ version="1.5.1.qualifier"
provider-name="%providerName">
<description>
@@ -13,16 +13,14 @@
%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>
-
-
<plugin
id="org.eclipse.wst.ws_core.feature.source"
download-size="0"
diff --git a/features/org.eclipse.wst.ws_ui.feature/feature.properties b/features/org.eclipse.wst.ws_ui.feature/feature.properties
index 1613ddec9..9ba7004f6 100644
--- a/features/org.eclipse.wst.ws_ui.feature/feature.properties
+++ b/features/org.eclipse.wst.ws_ui.feature/feature.properties
@@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
-description=Web Services UI tools
+description=Web Services UI tools.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.wst.ws_ui.feature/feature.xml b/features/org.eclipse.wst.ws_ui.feature/feature.xml
index 16f81bade..1c3ec559a 100644
--- a/features/org.eclipse.wst.ws_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.ws_ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.ws_ui.feature"
label="%featureName"
- version="1.5.0.qualifier"
+ version="1.5.1.qualifier"
provider-name="%providerName">
<description>
diff --git a/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.properties
index 01950e325..d5295d8b9 100644
--- a/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.properties
@@ -15,16 +15,28 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Eclipse JDT Plug-in Developer Resources
+featureName=WST WS UI Developer Resources
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse.org update site
+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 WS 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.ws_ui.feature/sourceTemplateFeature/feature.xml b/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.xml
index 350b36b83..3bef6324d 100644
--- a/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.xml
+++ b/features/org.eclipse.wst.ws_ui.feature/sourceTemplateFeature/feature.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.wst.ws_ui.feature.source"
- label="Source for WST WS UI Feature"
- version="1.5.0.qualifier"
- provider-name="Eclipse.org">
+ label="%featureName"
+ version="1.5.1.qualifier"
+ provider-name="%featureProvider">
<description>
%description
@@ -18,7 +18,7 @@
</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