1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Updated scripts to propery generate downloadable testing feature.

This commit is contained in:
Doug Schaefer 2005-02-21 16:11:07 +00:00
parent a282800cac
commit cecadcc3e0
3 changed files with 17 additions and 4 deletions

View file

@ -88,7 +88,7 @@
</ant>
<antcall target="tunzip"/>
<antcall target="tuntar"/>
<unzip src="${zipsdir}/org.eclipse.cdt.testing-${buildId}.zip" dest="${buildDirectory}"/>
<unzip src="${zipsdir}/org.eclipse.cdt.testing-${branchVersion}-${buildId}.zip" dest="${buildDirectory}"/>
<copy todir="${buildDirectory}/eclipse/plugins/org.eclipse.test">
<fileset dir="../org.eclipse.test"/>
</copy>

View file

@ -142,7 +142,18 @@ integrations for build/debug, user documentation<br>
</tr>
</tbody>
</table>
<br>
<br>
<h3>CDT Testing Feature</h3>
<p>includes all test plugins required for running automated JUnit tests</p>
<table cellpadding="2" cellspacing="2" border="1"
style="text-align: left; width: 100%;">
<tbody>
<tr>
<td style="vertical-align: top;">All</td>
<td style="vertical-align: top;"><a
href="org.eclipse.cdt.testing-@branchVersion@-@buildId@.zip">org.eclipse.cdt.testing-@branchVersion@-@buildId@.zip</a><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View file

@ -24,7 +24,9 @@
<!-- ===================================================================== -->
<target name="assemble.org.eclipse.cdt.testing">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.testing-${branchVersion}-${buildId}.zip"/>
</ant>
</target>
<!-- ===================================================================== -->