mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
[releng] Copy testExtra.xml from Linuxtools.
This commit is contained in:
parent
ef3ec487e8
commit
4844075bbf
1 changed files with 38 additions and 0 deletions
38
releng/org.eclipse.tm.releng/testExtra.xml
Normal file
38
releng/org.eclipse.tm.releng/testExtra.xml
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
<!--
|
||||||
|
Copyright (c) 2010 Eclipse contributors and others.
|
||||||
|
All rights reserved. This program and the accompanying materials
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
which accompanies this distribution, and is available at
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Martin Oberhuber (Wind River) - copy from org.eclipse.linuxtools.releng
|
||||||
|
-->
|
||||||
|
<project default="run">
|
||||||
|
|
||||||
|
<target name="init">
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="run">
|
||||||
|
<!-- TODO: write code that's hooked into o.e.d.commonbuilder.releng's build.xml to do extra configs (eg., for inserting 3rd party libs into plugins)
|
||||||
|
-->
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="getTestDependencies">
|
||||||
|
<!-- Eclipse will be unpacked by default; any other runtime test requirements need to be handled here -->
|
||||||
|
<ant target="getUpdateSiteTestDependency"
|
||||||
|
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
|
||||||
|
<property name="url" value="${tools.cdt.master.url}" />
|
||||||
|
<property name="file" value="${tools.cdt.master.file}" />
|
||||||
|
<property name="unpackDest" value="${dropins-home}/cdt/eclipse" />
|
||||||
|
</ant>
|
||||||
|
<delete dir="${dropins-home}/cdt/eclipse/plugins/org.eclipse.test_3.2.0"/>
|
||||||
|
<delete file="${dropins-home}/cdt/eclipse/site.xml"/>
|
||||||
|
<ant target="getTestDependency"
|
||||||
|
antfile="${relengCommonBuilderDir}/tools/scripts/getDependencies.xml">
|
||||||
|
<property name="url" value="${modeling.emf.runtime.url}" />
|
||||||
|
<property name="file" value="${modeling.emf.runtime.file}" />
|
||||||
|
<property name="unpackDest" value="${dropins-home}/emf" />
|
||||||
|
</ant>
|
||||||
|
</target>
|
||||||
|
</project>
|
Loading…
Add table
Reference in a new issue