Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2010-05-27 19:20:27 +0000
committerkhussey2010-05-27 19:20:27 +0000
commitcff9871f930bb868c69348043299469850731633 (patch)
tree1e8fa442da9638e71a608ac672c3c9e9d2ba0865 /examples/org.eclipse.emf.examples-feature
parent4a4051116cfe20a67930897a84a7b056e49bc090 (diff)
downloadorg.eclipse.emf-cff9871f930bb868c69348043299469850731633.tar.gz
org.eclipse.emf-cff9871f930bb868c69348043299469850731633.tar.xz
org.eclipse.emf-cff9871f930bb868c69348043299469850731633.zip
[314388] Switching update and discovery URLs to use new composite Eclipse Modeling Project site.
Diffstat (limited to 'examples/org.eclipse.emf.examples-feature')
-rw-r--r--examples/org.eclipse.emf.examples-feature/feature.properties8
-rw-r--r--examples/org.eclipse.emf.examples-feature/feature.xml5
-rw-r--r--examples/org.eclipse.emf.examples-feature/sourceTemplateFeature/feature.properties8
3 files changed, 8 insertions, 13 deletions
diff --git a/examples/org.eclipse.emf.examples-feature/feature.properties b/examples/org.eclipse.emf.examples-feature/feature.properties
index 0b608b429..0b070082c 100644
--- a/examples/org.eclipse.emf.examples-feature/feature.properties
+++ b/examples/org.eclipse.emf.examples-feature/feature.properties
@@ -1,7 +1,7 @@
# /**
# * <copyright>
# *
-# * Copyright (c) 2002-2008 IBM Corporation and others.
+# * Copyright (c) 2002-2010 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
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: feature.properties,v 1.17 2010/04/29 12:52:01 emerks Exp $
+# * $Id: feature.properties,v 1.18 2010/05/27 19:20:27 khussey Exp $
# */
# NLS_MESSAGEFORMAT_VAR
@@ -157,6 +157,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/examples/org.eclipse.emf.examples-feature/feature.xml b/examples/org.eclipse.emf.examples-feature/feature.xml
index 24954e2b8..9a984000c 100644
--- a/examples/org.eclipse.emf.examples-feature/feature.xml
+++ b/examples/org.eclipse.emf.examples-feature/feature.xml
@@ -24,9 +24,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>
<includes
diff --git a/examples/org.eclipse.emf.examples-feature/sourceTemplateFeature/feature.properties b/examples/org.eclipse.emf.examples-feature/sourceTemplateFeature/feature.properties
index 65e4b7700..25f979250 100644
--- a/examples/org.eclipse.emf.examples-feature/sourceTemplateFeature/feature.properties
+++ b/examples/org.eclipse.emf.examples-feature/sourceTemplateFeature/feature.properties
@@ -1,7 +1,7 @@
# /**
# * <copyright>
# *
-# * Copyright (c) 2007-2008 IBM Corporation and others.
+# * Copyright (c) 2007-2010 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
@@ -12,7 +12,7 @@
# *
# * </copyright>
# *
-# * $Id: feature.properties,v 1.12 2010/04/29 12:52:01 emerks Exp $
+# * $Id: feature.properties,v 1.13 2010/05/27 19:20:27 khussey Exp $
# */
# NLS_MESSAGEFORMAT_VAR
@@ -157,6 +157,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

Back to the top