diff --git a/.gitignore b/.gitignore
index 09bd2fbe..8a939bb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,3 @@ velocity.log
cobertura.ser
junit-report
cobertura-report
-.settings
diff --git a/org.bpelunit.utils.datasourceinliner/.classpath b/org.bpelunit.utils.datasourceinliner/.classpath
new file mode 100644
index 00000000..0fcb12e5
--- /dev/null
+++ b/org.bpelunit.utils.datasourceinliner/.classpath
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/org.bpelunit.utils.datasourceinliner/.gitignore b/org.bpelunit.utils.datasourceinliner/.gitignore
deleted file mode 100644
index 32868bd2..00000000
--- a/org.bpelunit.utils.datasourceinliner/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-.classpath
-.project
diff --git a/org.bpelunit.utils.datasourceinliner/.project b/org.bpelunit.utils.datasourceinliner/.project
new file mode 100644
index 00000000..483c3a01
--- /dev/null
+++ b/org.bpelunit.utils.datasourceinliner/.project
@@ -0,0 +1,15 @@
+
+ datasource-inliner
+ BPEL has become the defacto standard language for composing Web services. However, as every other programming language developers can introduce defects into the code that can lead to undesired consequences when the software is rolled out at the client-side. Therefore, all software development methodologies include testing as one of the important activities. For nearly every programming language, a unit testing framework exists, for example JUnit for Java. These testing frameworks allow developers to easily test small chunks of the code that they have written. Until recently, BPEL lacked such support. However, BPELUnit was developed for closing this gap. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
+
+ framework
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
\ No newline at end of file
diff --git a/org.bpelunit.utils.datasourceinliner/.settings/org.eclipse.jdt.core.prefs b/org.bpelunit.utils.datasourceinliner/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000..e5271516
--- /dev/null
+++ b/org.bpelunit.utils.datasourceinliner/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,5 @@
+#Sat Oct 23 15:25:46 CEST 2010
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
diff --git a/org.bpelunit.utils.datasourceinliner/pom.xml b/org.bpelunit.utils.datasourceinliner/pom.xml
index f5445811..8c82b03d 100644
--- a/org.bpelunit.utils.datasourceinliner/pom.xml
+++ b/org.bpelunit.utils.datasourceinliner/pom.xml
@@ -6,7 +6,6 @@
1.4.1-SNAPSHOT
4.0.0
- net.bpelunit
datasource-inliner
1.4.1-SNAPSHOT
jar