Skip to content
Snippets Groups Projects
Commit 87ff9019 authored by jeffliu's avatar jeffliu
Browse files

[93609] Performance: Need a way to verify that WTP plug-ins do not regress...

[93609] Performance: Need a way to verify that WTP plug-ins do not regress Eclipse platform performance
parent 07084c8d
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
</java> </java>
<available file="label.properties" property="label.properties.exists"/> <available file="label.properties" property="label.properties.exists"/>
<antcall target="performance"/> <antcall target="performance"/>
<delete file="label.properties"/>
<delete dir="${basedir}/org.eclipse.wtp.releng"/>
</target> </target>
<target name="performance" if="label.properties.exists"> <target name="performance" if="label.properties.exists">
...@@ -59,9 +61,7 @@ ...@@ -59,9 +61,7 @@
<copy todir="${basedir}/publish"> <copy todir="${basedir}/publish">
<fileset dir="${basedir}/${build.current}-${buildType}/${build.directory}" includes="${buildType}-${buildId}-${date}${time}/**/*" excludes="**/*.zip"/> <fileset dir="${basedir}/${build.current}-${buildType}/${build.directory}" includes="${buildType}-${buildId}-${date}${time}/**/*" excludes="**/*.zip"/>
</copy> </copy>
<delete file="label.properties"/>
<delete dir="${basedir}/${build.current}-${buildType}"/> <delete dir="${basedir}/${build.current}-${buildType}"/>
<delete dir="${basedir}/${build.perf.tests}-${buildType}"/> <delete dir="${basedir}/${build.perf.tests}-${buildType}"/>
<delete dir="${basedir}/org.eclipse.wtp.releng"/>
</target> </target>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment