mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[releng] Provide wince add-on as incubation
This commit is contained in:
parent
c64caed19a
commit
05367c5731
3 changed files with 42 additions and 11 deletions
|
@ -131,7 +131,7 @@
|
|||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.wince">
|
||||
<property name="archiveName" value="RSE-wince-${buildId}.zip"/>
|
||||
<property name="archiveName" value="RSE-wince-incubation-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
|
BIN
releng/org.eclipse.rse.build/template/egg.gif
Normal file
BIN
releng/org.eclipse.rse.build/template/egg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -149,16 +149,6 @@
|
|||
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>
|
||||
|
@ -178,6 +168,47 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<table border="0" cellspacing="5" cellpadding="2" width="100%">
|
||||
<tr><td colspan="2"> </td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="5" cellpadding="2" width="100%">
|
||||
<tr>
|
||||
<td align="LEFT" valign="TOP" colspan="3" bgcolor="#808080"><b>
|
||||
<font face="Arial,Helvetica" color="#FFFFFF">Add-ons in Incubation</font></b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add-ons in
|
||||
<a href="http://www.eclipse.org/projects/what-is-incubation.php">
|
||||
Incubation</a> state provide new features, but have
|
||||
not yet hardened their APIs through public review such that there could be
|
||||
a promise to keep them stable over releases. These add-ons have a 0.x version
|
||||
number, and are provided for early adopters. Note that these features may
|
||||
already be very mature in terms of features provided, but not yet in terms
|
||||
of the APIs provided.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="2" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td align="RIGHT" valign="TOP" width="7%">
|
||||
<div align="left"><b>Status</b></div>
|
||||
</td>
|
||||
<td width="7%"><b>Platform</b></td>
|
||||
<td width="23%"><b>Download</b></td>
|
||||
<td width="63%"><b>Notes</b></td>
|
||||
</tr>
|
||||
<tr><td><div align=left><img src = "OK.gif" width=19 height=23></div></td>
|
||||
<td>All <img src="egg.gif" width=20 height=20></td>
|
||||
<td><a href="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/downloads/drops/@dropDir@/RSE-wince-incubation-@buildId@.zip">RSE-wince-incubation-@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>
|
||||
</table>
|
||||
|
||||
<table border="0" cellspacing="5" cellpadding="2" width="100%">
|
||||
<tr><td colspan="2"> </td></tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue