Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Bouhier2014-01-03 10:30:26 +0000
committerChristophe Bouhier2014-01-03 10:30:26 +0000
commita97f4c8bf0a0af2bd53fdde64fe72fa449b79fb0 (patch)
treed8bc11aba6497c75a93b4d976ccda992d4668e16
parent465bf8a3bc0ebfc961e064481efc6807a3a35cd7 (diff)
downloadorg.eclipse.emf.edapt-a97f4c8bf0a0af2bd53fdde64fe72fa449b79fb0.tar.gz
org.eclipse.emf.edapt-a97f4c8bf0a0af2bd53fdde64fe72fa449b79fb0.tar.xz
org.eclipse.emf.edapt-a97f4c8bf0a0af2bd53fdde64fe72fa449b79fb0.zip
fix feature ID wrong.
mvn error on .classpath
-rw-r--r--features/org.eclipse.emf.edapt.runtime.cdo.feature/feature.xml3
-rw-r--r--features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml2
-rw-r--r--plugins/org.eclipse.emf.edapt.history.cdo/.classpath2
3 files changed, 4 insertions, 3 deletions
diff --git a/features/org.eclipse.emf.edapt.runtime.cdo.feature/feature.xml b/features/org.eclipse.emf.edapt.runtime.cdo.feature/feature.xml
index f10ddd0..34d21d2 100644
--- a/features/org.eclipse.emf.edapt.runtime.cdo.feature/feature.xml
+++ b/features/org.eclipse.emf.edapt.runtime.cdo.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.emf.edapt.cdo.runtime.feature"
+ id="org.eclipse.emf.edapt.runtime.cdo.feature"
label="Feature"
version="0.3.0.qualifier"
provider-name="Eclipse">
@@ -121,4 +121,5 @@ This Agreement is governed by the laws of the State of New York and the intellec
install-size="0"
version="0.0.0"
unpack="false"/>
+
</feature>
diff --git a/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml b/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
index cc55e39..2a5116e 100644
--- a/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
+++ b/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
@@ -6,7 +6,7 @@
<artifactId>features</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.eclipse.emf.edapt.runtime.cdo.feature</groupId>
+ <groupId>edapt</groupId>
<artifactId>org.eclipse.emf.edapt.runtime.cdo.feature</artifactId>
<version>0.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
diff --git a/plugins/org.eclipse.emf.edapt.history.cdo/.classpath b/plugins/org.eclipse.emf.edapt.history.cdo/.classpath
index 00e032c..798048d 100644
--- a/plugins/org.eclipse.emf.edapt.history.cdo/.classpath
+++ b/plugins/org.eclipse.emf.edapt.history.cdo/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top