Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-03-18 08:26:24 +0000
committerEike Stepper2010-03-18 08:26:24 +0000
commita60b23fc6c55dd77e34fe843acfcc98f1756903c (patch)
treea104bf12d18f59418896de045dc3f664aa569526 /features/org.eclipse.net4j.db.mysql-feature
parentb85f9d2c42eb20aa07dddfecc80270d68b0425b7 (diff)
downloadcdo-a60b23fc6c55dd77e34fe843acfcc98f1756903c.tar.gz
cdo-a60b23fc6c55dd77e34fe843acfcc98f1756903c.tar.xz
cdo-a60b23fc6c55dd77e34fe843acfcc98f1756903c.zip
CDO M6
Diffstat (limited to 'features/org.eclipse.net4j.db.mysql-feature')
-rw-r--r--features/org.eclipse.net4j.db.mysql-feature/feature.properties4
-rw-r--r--features/org.eclipse.net4j.db.mysql-feature/feature.xml6
2 files changed, 4 insertions, 6 deletions
diff --git a/features/org.eclipse.net4j.db.mysql-feature/feature.properties b/features/org.eclipse.net4j.db.mysql-feature/feature.properties
index 84292b605e..ea4bdfb95e 100644
--- a/features/org.eclipse.net4j.db.mysql-feature/feature.properties
+++ b/features/org.eclipse.net4j.db.mysql-feature/feature.properties
@@ -123,8 +123,8 @@ regulations and policies concerning the import, possession, or use,\n\
and re-export of encryption software, to see if this is permitted.\n
# Label for the update site (on download1.eclipse.org)
-emfUpdateSiteName=Eclipse Modeling Framework (EMF) Updates
-emftUpdateSiteName=Eclipse Modeling Framework Technologies (EMFT) Updates
+updateSiteName=CDO Model Repository 3.0 Updates
+
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
diff --git a/features/org.eclipse.net4j.db.mysql-feature/feature.xml b/features/org.eclipse.net4j.db.mysql-feature/feature.xml
index dc064dae6e..093322fe6c 100644
--- a/features/org.eclipse.net4j.db.mysql-feature/feature.xml
+++ b/features/org.eclipse.net4j.db.mysql-feature/feature.xml
@@ -5,7 +5,7 @@
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-
+
Contributors:
Eike Stepper - initial API and implementation
-->
@@ -29,9 +29,7 @@
</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="%updateSiteName" url="http://download.eclipse.org/modeling/emf/cdo/updates/3.0/"/>
</url>
<plugin

Back to the top