Index: build.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.releng/build.xml,v
retrieving revision 1.18
diff -u -r1.18 build.xml
--- build.xml	8 Jul 2004 20:56:01 -0000	1.18
+++ build.xml	9 Jul 2004 02:07:01 -0000
@@ -68,22 +68,7 @@
 		<ant antfile="build.xml" dir="${pde.build.scripts}">
 			<property name="builder" value="${basedir}/testing" />
 		</ant>
-		<!-- This depends on what platform we run the test, it would be
-		     nice to figure this out on the fly -->
-		<unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.gtk.x86.zip" dest="${buildDirectory}"/>
 		<unzip src="${zipsdir}/org.eclipse.cdt.testing-${buildId}.zip" dest="${buildDirectory}"/>
-		<copy todir="${buildDirectory}/eclipse/plugins/org.eclipse.test">
-			<fileset dir="../org.eclipse.test"/>
-		</copy>
-		<copy todir="${buildDirectory}/eclipse/plugins/org.eclipse.ant.optional.junit">
-			<fileset dir="../org.eclipse.ant.optional.junit"/>
-		</copy>
-		<ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${siteversion}">
-			<property name="eclipse-home" value="${buildDirectory}/eclipse"/>
-		</ant>
-		<xslt style="${buildDirectory}/eclipse/plugins/org.eclipse.test/JUNIT.XSL"
-			in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
-			out="${sitedir}/logs/${siteversion}.${timestamp}.html"/>
 	</target>
 	
 	<target name="upload" depends="init" unless="hasErrors">
