Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties2
-rw-r--r--axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml4
-rw-r--r--axis2/features/org.eclipse.jst.ws.axis2tools.feature/sourceTemplateFeature/feature.properties2
-rw-r--r--axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties2
-rw-r--r--axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml4
5 files changed, 0 insertions, 14 deletions
diff --git a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
index eb447351e..c1b8be361 100644
--- a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
+++ b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
@@ -20,8 +20,6 @@ featureName=Axis2 Tools
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
-# "updateSiteName" property - label for the update site
-updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
description=Axis2 Tools (Optional)
diff --git a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
index 81cd02914..93ad100ca 100644
--- a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
+++ b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
@@ -18,10 +18,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
- <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
- </url>
<plugin
id="org.eclipse.jst.ws.axis2.core"
diff --git a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/sourceTemplateFeature/feature.properties b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/sourceTemplateFeature/feature.properties
index aa39cd229..ff1e873d4 100644
--- a/axis2/features/org.eclipse.jst.ws.axis2tools.feature/sourceTemplateFeature/feature.properties
+++ b/axis2/features/org.eclipse.jst.ws.axis2tools.feature/sourceTemplateFeature/feature.properties
@@ -19,8 +19,6 @@ featureName=WTP Axis 2 Developer Resources
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
-# "updateSiteName" property - label for the update site
-updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
description=Source code for WTP Axis2 Tools.
diff --git a/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties b/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
index d724eeb58..7d997a2b8 100644
--- a/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
+++ b/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
@@ -20,8 +20,6 @@ featureName=Axis2 Tools SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
-# "updateSiteName" property - label for the update site
-updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
description=Axis2 Tools (Optional)
diff --git a/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml b/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
index a9178879c..d9a7156fd 100644
--- a/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
+++ b/axis2/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
@@ -17,10 +17,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
- <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
- </url>
<includes
id="org.eclipse.jst.ws.axis2tools.feature"

Back to the top