org.eclipse.core.tests.harness/build-tests.xml
Parent Directory
|
Revision Log
Revision 1.4 -
(download)
(as text)
(annotate)
Fri Apr 30 20:48:27 2004 UTC (5 years, 6 months ago) by jeff
Branch: MAIN
CVS Tags: v20050616, v20040917, R3_0_2, R3_0_1, R3_3_1_1, v20060220, v20050509-2000, I20060605-1430, v20060130, R3_2_1, v20041018, R3_2_2, perf_30_v20041207, Root_JUnit4_incubator_bug153429, v20041012a, v20060601a, perf_301_v20041021, v20050411, v20050822, v20051114, v20050418, v20041129, v200511211912, v20041122, v20040511b, v20060123, v20060418, v20081006, v20060411, pos_126344, v20090525, v20060717, v20080407, post-109893, v20051102, v20050221_pre_copyright_fix, R3_4, R3_5, R3_0, R3_1, R3_2, R3_3, v20040517, v20040514, v20040510, v20041115d, pre_126344, v20050805, v20040806, v20051205, v20041025, perf_301_v20041207, v20060412-1700, v20050322, v20070709, pre_R3_3, v20041101, v20040503, perf_30_v20041021, v20050609-1200, Root_runtime_split, R34x_v20080826, v20050506, v20050509, v20041223, v20060306, v20041115, v20041116, v20040615, pre-109893, v20050222, R3_5_1, v20050512-1600, v20050228, v20050307, v20040917-beforesessiontests, v20060603, v20070330, v20071126, perf_301_v20050124, pre-runtime-split, v20060510, v20060109, v20090911, perf_30_v20050124, v20060612, v20040830, R3_1_2, v20050526, v20041206, R3_1_1, v20040929-beforesessiontests, v20070730, v20070226, R3_3_1, R3_3_2, v20061106, v20060206, v20040929-aftersessiontests, v20080825, R3_4_2, R3_4_1, v20040603, v20080225, v20090413, v20050215a, perf_30_v20041207a, v20061204, HEAD
Branch point for: R3_0_maintenance, perf_30, perf_34x, runtime_split, perf_31x, JUnit4_incubator_bug153429, perf_301, R3_4_maintenance
Changes since 1.3: +5 -0 lines
Fri Apr 30 20:48:27 2004 UTC (5 years, 6 months ago) by jeff
Branch: MAIN
CVS Tags: v20050616, v20040917, R3_0_2, R3_0_1, R3_3_1_1, v20060220, v20050509-2000, I20060605-1430, v20060130, R3_2_1, v20041018, R3_2_2, perf_30_v20041207, Root_JUnit4_incubator_bug153429, v20041012a, v20060601a, perf_301_v20041021, v20050411, v20050822, v20051114, v20050418, v20041129, v200511211912, v20041122, v20040511b, v20060123, v20060418, v20081006, v20060411, pos_126344, v20090525, v20060717, v20080407, post-109893, v20051102, v20050221_pre_copyright_fix, R3_4, R3_5, R3_0, R3_1, R3_2, R3_3, v20040517, v20040514, v20040510, v20041115d, pre_126344, v20050805, v20040806, v20051205, v20041025, perf_301_v20041207, v20060412-1700, v20050322, v20070709, pre_R3_3, v20041101, v20040503, perf_30_v20041021, v20050609-1200, Root_runtime_split, R34x_v20080826, v20050506, v20050509, v20041223, v20060306, v20041115, v20041116, v20040615, pre-109893, v20050222, R3_5_1, v20050512-1600, v20050228, v20050307, v20040917-beforesessiontests, v20060603, v20070330, v20071126, perf_301_v20050124, pre-runtime-split, v20060510, v20060109, v20090911, perf_30_v20050124, v20060612, v20040830, R3_1_2, v20050526, v20041206, R3_1_1, v20040929-beforesessiontests, v20070730, v20070226, R3_3_1, R3_3_2, v20061106, v20060206, v20040929-aftersessiontests, v20080825, R3_4_2, R3_4_1, v20040603, v20080225, v20090413, v20050215a, perf_30_v20041207a, v20061204, HEAD
Branch point for: R3_0_maintenance, perf_30, perf_34x, runtime_split, perf_31x, JUnit4_incubator_bug153429, perf_301, R3_4_maintenance
Changes since 1.3: +5 -0 lines
add osgi tests
<?xml version="1.0"?>
<project name="Build Core Sniff" basedir="." default="init">
<property name="root" value="${basedir}/.."/>
<property name="temp" value="${root}/__temp"/>
<property name="plugins" value="${temp}/eclipse/plugins"/>
<target name="init">
<tstamp/>
<delete dir="${temp}"/>
<mkdir dir="${plugins}"/>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.osgi.tests" />
<param name="jarName" value="osgitests.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.resources" />
<param name="jarName" value="resourcestests.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.resources.saveparticipant" />
<param name="jarName" value="saveparticipant.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.resources.saveparticipant1" />
<param name="jarName" value="saveparticipant1.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.resources.saveparticipant2" />
<param name="jarName" value="saveparticipant2.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.resources.saveparticipant3" />
<param name="jarName" value="saveparticipant3.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.runtime" />
<param name="jarName" value="runtimetests.jar" />
</antcall>
<antcall target="buildPlugin">
<param name="pluginName" value="org.eclipse.core.tests.harness" />
<param name="jarName" value="testharness.jar" />
</antcall>
<zip zipfile="${basedir}/coreSniff${DSTAMP}.zip"
basedir="${temp}"
/>
<delete dir="${temp}"/>
<eclipse.refreshLocal resource="org.eclipse.core.tests.harness"/>
</target>
<target name="buildPlugin">
<copy todir="${plugins}/${pluginName}">
<fileset dir="${root}/${pluginName}"/>
</copy>
<jar jarfile="${plugins}/${pluginName}/${jarName}"
basedir="${plugins}/${pluginName}/bin"
/>
<delete dir="${plugins}/${pluginName}/bin"/>
</target>
</project>| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
