diff --git a/org.springsource.loaded/.classpath b/org.springsource.loaded/.classpath
index 4fa6902..bcdba5f 100644
--- a/org.springsource.loaded/.classpath
+++ b/org.springsource.loaded/.classpath
@@ -5,5 +5,7 @@
+
+
diff --git a/org.springsource.loaded/build.gradle b/org.springsource.loaded/build.gradle
index 3d90a0f..f37946e 100644
--- a/org.springsource.loaded/build.gradle
+++ b/org.springsource.loaded/build.gradle
@@ -35,7 +35,7 @@ test {
jvmArgs "-noverify"
//debug true
systemProperties["springloaded.tests.useGradleBuildDir"] = true
- systemProperties["springloaded.tests.generatedTests"] = false
+ systemProperties["springloaded.tests.generatedTests"] = System.getProperty("generatedTests", "false")
}
task jarAll(type: Jar, dependsOn: jar) {
diff --git a/org.springsource.loaded/build.xml b/org.springsource.loaded/build.xml
deleted file mode 100644
index 79ad60d..0000000
--- a/org.springsource.loaded/build.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-