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:
parent
7c080f3b1a
commit
ddfb122b6b
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue