Added eclipse-home property
diff --git a/features/org.eclipse.gmf.tests.experimental-feature/sourceTemplatePlugin/test.xml b/features/org.eclipse.gmf.tests.experimental-feature/sourceTemplatePlugin/test.xml
index e384dd4..ed3d4d2 100644
--- a/features/org.eclipse.gmf.tests.experimental-feature/sourceTemplatePlugin/test.xml
+++ b/features/org.eclipse.gmf.tests.experimental-feature/sourceTemplatePlugin/test.xml
@@ -5,7 +5,8 @@
 	<property name="baseLocation" value="${basedir}/../.."/>
 	<!-- Load the pluginVersions.property file generated by the build -->
 	<property file="${buildRoot}/tests-experimental/finalPluginsVersions.properties"/>
-
+	<property name="eclipse-home" value="${baseLocation}" />
+	
 	<target name="cleanup.config">
 		<echo message="Cleaning up eclipse config..."/>
 		<delete includeemptydirs="true">
@@ -19,7 +20,7 @@
 		
 	<target name="runtests" description="Executes the junit tests for a specified plug-in.">
 		<echo message="Running tests for ${testPlugin}..."/>
-		<ant antfile="${basedir}/src/${testPlugin}_${version}/test.xml" dir="${baseLocation}" />
+		<ant antfile="${basedir}/src/${testPlugin}_${version}/test.xml" dir="${eclipse-home}" />
 		<move file="${baseLocation}/${testPlugin}.xml" tofile="${basedir}/testresults/xml/${testPlugin}.xml" />
 	</target>