Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.wst.xml_ui.feature/feature.properties4
-rw-r--r--features/org.eclipse.wst.xml_ui.feature/feature.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.wst.xml_ui.feature/feature.properties b/features/org.eclipse.wst.xml_ui.feature/feature.properties
index a2d5df70eb..7f69045a15 100644
--- a/features/org.eclipse.wst.xml_ui.feature/feature.properties
+++ b/features/org.eclipse.wst.xml_ui.feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -21,7 +21,7 @@ featureName=Eclipse XML Editors and Tools
providerName=Eclipse Web Tools Platform
# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse Web Tools Platform (WTP) Repository
+updateSiteName=Eclipse Web Tools Platform (WTP) Juno Repository
# "description" property - description of the feature
description=XML, DTD and XML Schema Editors, validators, and XML Catalog support
diff --git a/features/org.eclipse.wst.xml_ui.feature/feature.xml b/features/org.eclipse.wst.xml_ui.feature/feature.xml
index f78886a637..603382db77 100644
--- a/features/org.eclipse.wst.xml_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.xml_ui.feature/feature.xml
@@ -21,7 +21,7 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/webtools/repository/indigo"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/webtools/repository/juno"/>
</url>
<includes

Back to the top