mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
[214887][releng] Add WinCE subsystem to build
This commit is contained in:
parent
342b20c8a9
commit
6870350bc0
3 changed files with 21 additions and 1 deletions
|
@ -41,6 +41,10 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.remotecdt" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.wince" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.examples" />
|
||||
|
@ -126,6 +130,12 @@
|
|||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.wince">
|
||||
<property name="archiveName" value="RSE-wince-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.tests">
|
||||
<property name="archiveName" value="RSE-tests-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
|
|
|
@ -149,6 +149,16 @@
|
|||
and file services, and gdbserver. Requires CDT 3.0 or later.
|
||||
Includes Source.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
|
||||
<td>All (<i>Experimental</i>)</td>
|
||||
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-wince-@buildId@.zip">RSE-wince-@buildId@.zip</a></td>
|
||||
<td><small> </small><br/>
|
||||
RSE Services for accessing Windows CE devices via Microsoft RAPI2.
|
||||
Provides a File subsystem for transparent remote file access.
|
||||
Requires Microsoft RAPI libraries installed.
|
||||
Includes Source.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
|
||||
<td>All</td>
|
||||
|
|
|
@ -1 +1 @@
|
|||
17
|
||||
18
|
||||
|
|
Loading…
Add table
Reference in a new issue