diff --git a/.gitignore b/.gitignore
index 5532452d2..aafe17802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@ src/ant/.ant-targets-upload-dist.xml
*.iml
*.ipr
*.iws
+spring-data-neo4j-examples/imdb/log.roo
+
diff --git a/spring-data-neo4j-examples/hello-worlds/.gitignore b/spring-data-neo4j-examples/hello-worlds/.gitignore
index 524484fd3..f092f6270 100644
--- a/spring-data-neo4j-examples/hello-worlds/.gitignore
+++ b/spring-data-neo4j-examples/hello-worlds/.gitignore
@@ -7,4 +7,5 @@ target
*.iws
.classpath
.project
+.settings
diff --git a/spring-data-neo4j-examples/hello-worlds/.settings/org.eclipse.jdt.core.prefs b/spring-data-neo4j-examples/hello-worlds/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 9c2f16ee4..000000000
--- a/spring-data-neo4j-examples/hello-worlds/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-#Wed Jan 05 13:47:14 EST 2011
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/spring-data-neo4j-examples/hello-worlds/.settings/org.maven.ide.eclipse.prefs b/spring-data-neo4j-examples/hello-worlds/.settings/org.maven.ide.eclipse.prefs
deleted file mode 100644
index 4fc343d50..000000000
--- a/spring-data-neo4j-examples/hello-worlds/.settings/org.maven.ide.eclipse.prefs
+++ /dev/null
@@ -1,9 +0,0 @@
-#Wed Jan 05 13:47:13 EST 2011
-activeProfiles=
-eclipse.preferences.version=1
-fullBuildGoals=process-test-resources
-includeModules=false
-resolveWorkspaceProjects=true
-resourceFilterGoals=process-resources resources\:testResources
-skipCompilerPlugin=true
-version=1
diff --git a/spring-data-neo4j-examples/imdb/.gitignore b/spring-data-neo4j-examples/imdb/.gitignore
index 7519330a1..79cdd41fd 100644
--- a/spring-data-neo4j-examples/imdb/.gitignore
+++ b/spring-data-neo4j-examples/imdb/.gitignore
@@ -2,4 +2,8 @@
*.ipr
*.iws
*.iml
+.project
+.classpath
+.settings
+*.log
diff --git a/spring-data-neo4j-examples/imdb/pom.xml b/spring-data-neo4j-examples/imdb/pom.xml
index 0cb4b91cc..9fe8162a3 100644
--- a/spring-data-neo4j-examples/imdb/pom.xml
+++ b/spring-data-neo4j-examples/imdb/pom.xml
@@ -435,5 +435,35 @@
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+ [2.1,)
+
+ copy-dependencies
+ unpack
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.classpath b/spring-data-neo4j-examples/myrestaurants-original/.classpath
deleted file mode 100644
index 18876e3e8..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.classpath
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.gitignore b/spring-data-neo4j-examples/myrestaurants-original/.gitignore
index b83d22266..c050a79c9 100644
--- a/spring-data-neo4j-examples/myrestaurants-original/.gitignore
+++ b/spring-data-neo4j-examples/myrestaurants-original/.gitignore
@@ -1 +1,5 @@
/target/
+.classpath
+.project
+.settings
+
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.project b/spring-data-neo4j-examples/myrestaurants-original/.project
deleted file mode 100644
index b384d034e..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.project
+++ /dev/null
@@ -1,44 +0,0 @@
-
- myrestaurants-original
-
-
-
-
- org.eclipse.wst.jsdt.core.javascriptValidator
-
-
- org.eclipse.ajdt.core.ajbuilder
-
-
- org.eclipse.wst.common.project.facet.core.builder
-
-
- org.eclipse.wst.validation.validationbuilder
-
-
- org.springframework.ide.eclipse.core.springbuilder
-
-
- org.eclipse.ajdt.core.ajbuilder
-
-
- aspectPath
- org.springframework.aspects
-
-
-
-
- org.maven.ide.eclipse.maven2Builder
-
-
-
- org.eclipse.ajdt.ui.ajnature
- org.springframework.ide.eclipse.core.springnature
- org.maven.ide.eclipse.maven2Nature
- org.eclipse.wst.common.project.facet.core.nature
- org.eclipse.jdt.core.javanature
- org.eclipse.wst.common.modulecore.ModuleCoreNature
- org.eclipse.jem.workbench.JavaEMFNature
- org.eclipse.wst.jsdt.core.jsNature
-
-
\ No newline at end of file
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/.jsdtscope b/spring-data-neo4j-examples/myrestaurants-original/.settings/.jsdtscope
deleted file mode 100644
index b13d30357..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/.jsdtscope
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.jdt.core.prefs b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index e045805a8..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-#Tue Sep 28 12:45:37 EDT 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.component b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.component
deleted file mode 100644
index e5c6743f7..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.component
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.project.facet.core.xml b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.project.facet.core.xml
deleted file mode 100644
index 708f4a79d..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.container b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.container
deleted file mode 100644
index 3bd5d0a48..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.container
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.name b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.name
deleted file mode 100644
index 05bd71b6e..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.jsdt.ui.superType.name
+++ /dev/null
@@ -1 +0,0 @@
-Window
\ No newline at end of file
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.validation.prefs b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.validation.prefs
deleted file mode 100644
index 55e002061..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.eclipse.wst.validation.prefs
+++ /dev/null
@@ -1,10 +0,0 @@
-#Tue Oct 05 19:38:41 EDT 2010
-DELEGATES_PREFERENCE=delegateValidatorList
-USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;
-USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;
-USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.200.v201005271900
-eclipse.preferences.version=1
-override=true
-suspend=false
-vals/org.eclipse.jst.jsp.core.JSPContentValidator/global=FF01
-vf.version=3
diff --git a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.maven.ide.eclipse.prefs b/spring-data-neo4j-examples/myrestaurants-original/.settings/org.maven.ide.eclipse.prefs
deleted file mode 100644
index 76b3ad97f..000000000
--- a/spring-data-neo4j-examples/myrestaurants-original/.settings/org.maven.ide.eclipse.prefs
+++ /dev/null
@@ -1,9 +0,0 @@
-#Tue Sep 28 12:45:37 EDT 2010
-activeProfiles=
-eclipse.preferences.version=1
-fullBuildGoals=process-test-resources
-includeModules=false
-resolveWorkspaceProjects=true
-resourceFilterGoals=process-resources resources\:testResources
-skipCompilerPlugin=true
-version=1
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.classpath b/spring-data-neo4j-examples/myrestaurants-social/.classpath
deleted file mode 100644
index 91a52ebb0..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.classpath
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.gitignore b/spring-data-neo4j-examples/myrestaurants-social/.gitignore
index b83d22266..97f63a746 100644
--- a/spring-data-neo4j-examples/myrestaurants-social/.gitignore
+++ b/spring-data-neo4j-examples/myrestaurants-social/.gitignore
@@ -1 +1,5 @@
/target/
+.project
+.settings
+.classpath
+
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.project b/spring-data-neo4j-examples/myrestaurants-social/.project
deleted file mode 100644
index 376234672..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.project
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
- myrestaurants-social
-
-
-
-
-
- org.eclipse.wst.jsdt.core.javascriptValidator
-
-
-
-
- org.eclipse.ajdt.core.ajbuilder
-
-
-
-
- org.eclipse.wst.common.project.facet.core.builder
-
-
-
-
- org.eclipse.wst.validation.validationbuilder
-
-
-
-
- org.eclipse.ajdt.core.ajbuilder
-
-
- aspectPath
- org.springframework.aspects
-
-
-
-
- org.springframework.ide.eclipse.core.springbuilder
-
-
-
-
- org.maven.ide.eclipse.maven2Builder
-
-
-
-
-
- org.maven.ide.eclipse.maven2Nature
- org.eclipse.wst.common.project.facet.core.nature
- org.eclipse.ajdt.ui.ajnature
- org.eclipse.jdt.core.javanature
- org.eclipse.wst.common.modulecore.ModuleCoreNature
- org.eclipse.jem.workbench.JavaEMFNature
- org.springframework.ide.eclipse.core.springnature
- org.eclipse.wst.jsdt.core.jsNature
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/.jsdtscope b/spring-data-neo4j-examples/myrestaurants-social/.settings/.jsdtscope
deleted file mode 100644
index b13d30357..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/.jsdtscope
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jdt.core.prefs b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index e045805a8..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,6 +0,0 @@
-#Tue Sep 28 12:45:37 EDT 2010
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jst.jsp.core.prefs b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jst.jsp.core.prefs
deleted file mode 100644
index 91726735a..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.jst.jsp.core.prefs
+++ /dev/null
@@ -1,30 +0,0 @@
-#Mon Oct 04 16:27:22 EDT 2010
-eclipse.preferences.version=1
-validateFragments=false
-validation.actions-missing-required-attribute=1
-validation.actions-non-empty-inline-tag=2
-validation.actions-unexpected-rtexprvalue=2
-validation.actions-unknown-attribute=2
-validation.directive-include-fragment-file-not-found=-1
-validation.directive-include-fragment-file-not-specified=-1
-validation.directive-taglib-duplicate-prefixes-different-uris=-1
-validation.directive-taglib-duplicate-prefixes-same-uris=-1
-validation.directive-taglib-missing-prefix=-1
-validation.directive-taglib-missing-uri-or-tagdir=-1
-validation.directive-taglib-unresolvable-uri-or-tagdir=-1
-validation.el-general-syntax=1
-validation.el-lexical-failure=-1
-validation.java-=-1
-validation.java-local-variable-is-never-used=-1
-validation.java-null-local-variable-reference=-1
-validation.java-potential-null-local-variable-reference=-1
-validation.java-unused-import=-1
-validation.translation-tag-class-not-found=2
-validation.translation-tei-class-not-found=2
-validation.translation-tei-class-not-instantiated=2
-validation.translation-tei-class-runtime-exception=2
-validation.translation-tei-message=1
-validation.translation-usebean-ambiguous-type-info=2
-validation.translation-usebean-invalid-id=1
-validation.translation-usebean-missing-type-info=1
-validation.use-project-settings=true
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.component b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.component
deleted file mode 100644
index 31e8f4bde..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.component
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- uses
-
-
- uses
-
-
- uses
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.project.facet.core.xml b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.project.facet.core.xml
deleted file mode 100644
index 708f4a79d..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.container b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.container
deleted file mode 100644
index 3bd5d0a48..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.container
+++ /dev/null
@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.launching.baseBrowserLibrary
\ No newline at end of file
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.name b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.name
deleted file mode 100644
index 05bd71b6e..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.jsdt.ui.superType.name
+++ /dev/null
@@ -1 +0,0 @@
-Window
\ No newline at end of file
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.validation.prefs b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.validation.prefs
deleted file mode 100644
index e13c1a099..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.validation.prefs
+++ /dev/null
@@ -1,10 +0,0 @@
-#Mon Oct 04 16:34:14 EDT 2010
-DELEGATES_PREFERENCE=delegateValidatorList
-USER_BUILD_PREFERENCE=enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
-USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;org.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
-USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.200.v201005271900
-eclipse.preferences.version=1
-override=true
-suspend=false
-vals/org.eclipse.jst.jsp.core.JSPContentValidator/global=FF01
-vf.version=3
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.ws.service.policy.prefs b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.ws.service.policy.prefs
deleted file mode 100644
index 4332f1638..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.eclipse.wst.ws.service.policy.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-#Wed Sep 29 14:35:52 EDT 2010
-eclipse.preferences.version=1
-org.eclipse.wst.ws.service.policy.projectEnabled=false
diff --git a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.maven.ide.eclipse.prefs b/spring-data-neo4j-examples/myrestaurants-social/.settings/org.maven.ide.eclipse.prefs
deleted file mode 100644
index 7ec30560c..000000000
--- a/spring-data-neo4j-examples/myrestaurants-social/.settings/org.maven.ide.eclipse.prefs
+++ /dev/null
@@ -1,9 +0,0 @@
-#Tue Oct 05 19:39:51 EDT 2010
-activeProfiles=
-eclipse.preferences.version=1
-fullBuildGoals=process-test-resources
-includeModules=false
-resolveWorkspaceProjects=true
-resourceFilterGoals=process-resources resources\:testResources
-skipCompilerPlugin=true
-version=1