Skip to main content
summaryrefslogtreecommitdiffstats
path: root/axis2
diff options
context:
space:
mode:
authordavid_williams2010-05-24 15:43:34 +0000
committerdavid_williams2010-05-24 15:43:34 +0000
commit49abff37faf51b602239f3d2680599362ef917f6 (patch)
tree13b0fa62ff1fecfe07c2b519d6422550515aae85 /axis2
parentfbf65ab385b9cb3963bd70f2fc7d373c4a92a0c1 (diff)
downloadwebtools.webservices-49abff37faf51b602239f3d2680599362ef917f6.tar.gz
webtools.webservices-49abff37faf51b602239f3d2680599362ef917f6.tar.xz
webtools.webservices-49abff37faf51b602239f3d2680599362ef917f6.zip
303935 - need to remove most, change a few, webtools repository URL in feature.xml
Diffstat (limited to 'axis2')
-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