buildframework/helium/tests/minibuilds/qt/build.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
--- a/buildframework/helium/tests/minibuilds/qt/build.xml	Thu Mar 04 15:10:37 2010 +0200
+++ b/buildframework/helium/tests/minibuilds/qt/build.xml	Tue Apr 27 08:33:08 2010 +0300
@@ -103,30 +103,7 @@
     <target name="do-prep-work-area" />
     <target name="create-bom" />
     <target name="check-env-prep" />
-    <target name="prep-copy">
-        <property name="qt.zip" value="qt-embedded-s60-commercial-src-4.5.0-garden.zip" />
-        <!-- Qt prerelease are accessible from the outside world too. -->
-        <if>
-            <not><available file="${build.drive}/${qt.zip}"/></not>
-            <then>
-                <get src="http://pepper.troll.no/s60prereleases/testpackages/garden05/${qt.zip}" dest="${build.drive}/${qt.zip}"/>
-            </then>
-        </if>
-        <mkdir dir="${qt.dir}"/>
-        <delete>
-            <fileset dir="${qt.dir}">
-                <include name="**/bld.inf"/>
-                <include name="**/*.mmp"/>
-            </fileset>
-        </delete>
-        <unzip src="${build.drive}/${qt.zip}" dest="${qt.dir}/../">
-            <mapper>
-                <regexpmapper from="^qt([^/]*)/(.*)$$" to="qt/\2"/>
-            </mapper>
-        </unzip>
-    </target>
-
-
+    <target name="prep-copy" />
 
     <!-- Check that the XML data returned from Diamonds via the REST interface
     is the same as what is sent.