[133792] Work around for bug 133775
diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml
index 37daea7..4aca800 100644
--- a/releng.wtpbuilder/distribution/wtp.tests/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml
@@ -50,7 +50,12 @@
 			<property name="testManifest" value="${wtp.builder.home}/distribution/wtp.site/testManifest.xml"/>
 		</ant>
 	</target>
-
+	
+    <copy todir="${testRoot}/eclipse/configuration" overwrite="false">
+		<fileset dir="${build.home}/configuration">
+		</fileset>
+	</copy>
+    
 	<target name="runTestEclipse">
 		<java taskname="test-wtp-${testTarget}" classpath="${testRoot}/eclipse/startup.jar" fork="true" classname="org.eclipse.core.launcher.Main" failonerror="true" timeout="7200000" output="${testRoot}/results/consolelogs/wtptestlog.txt" dir="${testRoot}">
 			<jvmarg value="-Dosgi.ws=${basews}" />
@@ -63,8 +68,6 @@
 			<jvmarg value="-DbuildType=${buildType}" />
 			<jvmarg value="-DbuildId=${buildId}" />
 			<jvmarg value="-DbuildLabel=${buildLabel}" />
-		    <jvmarg value="-Dosgi.configuration.area" />
-		    <jvmarg value="${build.home}/configuration"/>
 			<arg value="-propertyfile" />
 			<arg value="test.properties" />
 			<arg value="-application" />