1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 09:35:23 +02:00

Removing old comments.

This commit is contained in:
David Dykstal 2006-05-04 21:14:23 +00:00
parent a994bf6631
commit ef31be6af0

View file

@ -59,19 +59,6 @@
<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
<!-- ===================================================================== -->
<target name="getMapFiles">
<!-- Notify recipients that build has started.-->
<!--
<property name="cvsRoot" value=":pserver:build@dbgaix2:/usr/vatpfcvs" />
<property name="mapVersionTag" value="HEAD" />
<cvs cvsRoot="${cvsRoot}"
package="MenuEditorBuilder"
dest="${buildDirectory}/maps"
tag="${mapVersionTag}"
/>
<copy todir="${buildDirectory}/maps">
<fileset dir="${builder}" includes="*.map" />
</copy>
-->
<property name="cvsRoot" value=":pserver:anonymous@dev.eclipse.org:/cvsroot/dsdp" />
<cvs cvsRoot="${cvsRoot}"
package="org.eclipse.tm.rse/releng/org.eclipse.rse.build"