Added m2e pref files to make it work out-of-the-box with Eclipse 3.7 +
m2e + egit
diff --git a/org.eclipse.equinox.p2.cudf/.classpath b/org.eclipse.equinox.p2.cudf/.classpath
index 8d23ceb..b6abe87 100644
--- a/org.eclipse.equinox.p2.cudf/.classpath
+++ b/org.eclipse.equinox.p2.cudf/.classpath
@@ -4,6 +4,7 @@
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
 	<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.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="target/classes"/>
diff --git a/org.eclipse.equinox.p2.cudf/.project b/org.eclipse.equinox.p2.cudf/.project
index 63c4631..f393c59 100644
--- a/org.eclipse.equinox.p2.cudf/.project
+++ b/org.eclipse.equinox.p2.cudf/.project
@@ -25,8 +25,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>org.eclipse.pde.PluginNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
diff --git a/org.eclipse.equinox.p2.cudf/.settings/org.eclipse.m2e.core.prefs b/org.eclipse.equinox.p2.cudf/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..2032dd3
--- /dev/null
+++ b/org.eclipse.equinox.p2.cudf/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,5 @@
+#Tue Aug 23 21:43:25 CEST 2011
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1