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

update build info

This commit is contained in:
Vivian Kong 2008-08-13 20:24:32 +00:00
parent d7a8770a02
commit fb41f6daf8
2 changed files with 5 additions and 3 deletions

View file

@ -214,8 +214,10 @@
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
</copy>
<!-- Create symlink to latest build -->
<!--
<symlink action="delete" link="${copyToDir}/latest" failonerror="false"/>
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}" overwrite="true"/>
-->
</target>
<target name="mail" depends="init">

View file

@ -34,8 +34,8 @@ the CDT Optional Features category.</li>
<li>CDT SDK Feature - superset of runtime that adds source and extension point schemas</li>
<li>GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.</li>
<li>XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.</li>
<li>LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a
grammar using the LPG parser generator. The grammar can be reused and extended to
<li>LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99) and the C++ programming language,
generated from a grammar using the LPG parser generator. The grammar can be reused and extended to
create your own parser for variants on the C programming language.</li>
<li>Unified Parallel C Support - Provides support for the Unified Parallel C programming langugage.
Provides parsing/indexing infrastructure and language definition, allowing the UPC language to be recognized by CDT.