1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[234239][releng] Add notice.html, epl-v10.html to rseserver downloadable archives

This commit is contained in:
Martin Oberhuber 2008-05-27 22:07:55 +00:00
parent 7c080f3b1a
commit ddfb122b6b

View file

@ -513,8 +513,6 @@
<mkdir dir="${working}/collector" />
<copy todir="${working}/collector">
<fileset dir="${working}/scripts/${os}" includes="*"/>
</copy>
<copy todir="${working}/collector">
<fileset dir="${working}/data" includes="*"/>
</copy>
<replace file="${working}/collector/build.dat">
@ -524,6 +522,7 @@
<fixcrlf srcdir="${working}/collector" eol="${eol}" eof="asis" includes="*"/>
<copy todir="${working}/collector">
<fileset dir="${working}/jars" includes="*"/>
<fileset dir="${builder}/template" includes="notice.html,epl-v10.html" />
</copy>
</target>