Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2010-05-27 19:20:07 +0000
committerkhussey2010-05-27 19:20:07 +0000
commit7300b46391c43854dfc1402cb2f1f11cc7ae0d0d (patch)
treec9e0d07057c42a00e0a7d4e135d1cb6ee285c662 /features/org.eclipse.emf.rap.edit.ui-feature
parentd7f4d905d6a1c00ea0a33cc4ce122a773ff45a3b (diff)
downloadorg.eclipse.emf-7300b46391c43854dfc1402cb2f1f11cc7ae0d0d.tar.gz
org.eclipse.emf-7300b46391c43854dfc1402cb2f1f11cc7ae0d0d.tar.xz
org.eclipse.emf-7300b46391c43854dfc1402cb2f1f11cc7ae0d0d.zip
[314388] Switching update and discovery URLs to use new composite Eclipse Modeling Project site.
Diffstat (limited to 'features/org.eclipse.emf.rap.edit.ui-feature')
-rwxr-xr-xfeatures/org.eclipse.emf.rap.edit.ui-feature/feature.properties6
-rwxr-xr-xfeatures/org.eclipse.emf.rap.edit.ui-feature/feature.xml5
2 files changed, 4 insertions, 7 deletions
diff --git a/features/org.eclipse.emf.rap.edit.ui-feature/feature.properties b/features/org.eclipse.emf.rap.edit.ui-feature/feature.properties
index f18f1b5cd..edb0b8efc 100755
--- a/features/org.eclipse.emf.rap.edit.ui-feature/feature.properties
+++ b/features/org.eclipse.emf.rap.edit.ui-feature/feature.properties
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: feature.properties,v 1.5 2010/04/29 12:56:56 emerks Exp $
+# * $Id: feature.properties,v 1.6 2010/05/27 19:20:07 khussey Exp $
# */
# NLS_MESSAGEFORMAT_VAR
@@ -159,6 +159,4 @@ re-export of encryption software, to see if this is permitted.\n\
Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
########### end of license property ##########################################
-# "EMFUpdateSiteName" property - label for the update site (on download1.eclipse.org)
-EMFUpdateSiteName=Eclipse Modeling Framework (EMF) Updates
-EMFTUpdateSiteName=Eclipse Modeling Framework Technologies (EMFT) Updates
+ModelingUpdateSiteName=Eclipse Modeling Project Updates
diff --git a/features/org.eclipse.emf.rap.edit.ui-feature/feature.xml b/features/org.eclipse.emf.rap.edit.ui-feature/feature.xml
index 42b8b414a..46f6d82e3 100755
--- a/features/org.eclipse.emf.rap.edit.ui-feature/feature.xml
+++ b/features/org.eclipse.emf.rap.edit.ui-feature/feature.xml
@@ -22,9 +22,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<url>
- <update label="%EMFUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
- <discovery label="%EMFUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
- <discovery label="%EMFTUpdateSiteName" url="http://download.eclipse.org/modeling/emft/updates/"/>
+ <update label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%ModelingUpdateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
</url>
<requires>

Back to the top