Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-17 09:45:21 +0000
committerEike Stepper2011-05-17 09:45:21 +0000
commit263f1913f4cb2663e65e2ab5d000c6ef195ea5a7 (patch)
treec742b0a481545ccc238c06f5201196f493f10edd
parent97bb1478926c9b090cfdc2877beacbd6bc9ad71f (diff)
downloadcdo-263f1913f4cb2663e65e2ab5d000c6ef195ea5a7.tar.gz
cdo-263f1913f4cb2663e65e2ab5d000c6ef195ea5a7.tar.xz
cdo-263f1913f4cb2663e65e2ab5d000c6ef195ea5a7.zip
renamed org.eclipse.emf.cdo.dawn.ecore.editor.dawn feature to org.eclipse.emf.cdo.dawn.ecore.editor.dawn
-rw-r--r--features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/.project2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/feature.xml2
-rw-r--r--features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/.project b/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/.project
index 42da90580a..abc9319037 100644
--- a/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/.project
+++ b/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.emf.cdo.dawn.ecore.editor-feature</name>
+ <name>org.eclipse.emf.cdo.dawn.ecore.editor.dawn-feature</name>
<comment></comment>
<projects>
</projects>
diff --git a/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/feature.xml
index 936190472e..f788995a8c 100644
--- a/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.ecore.editor-feature/feature.xml
@@ -10,7 +10,7 @@
Martin Fluegge - initial API and implementation
-->
<feature
- id="org.eclipse.emf.cdo.dawn.ecore.editor"
+ id="org.eclipse.emf.cdo.dawn.ecore.editor.dawn"
label="%featureName"
version="1.0.0.qualifier"
provider-name="%providerName"
diff --git a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
index dc67ae55c1..d8f2fde776 100644
--- a/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.sdk-feature/feature.xml
@@ -61,7 +61,7 @@
unpack="false"/>
<includes
- id="org.eclipse.emf.cdo.dawn.ecore.editor"
+ id="org.eclipse.emf.cdo.dawn.ecore.editor.dawn"
version="0.0.0"/>
<includes

Back to the top