mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for 188539: Errors when open dynamic help in Europa
This commit is contained in:
parent
df40b25a13
commit
1cc80334d3
2 changed files with 3 additions and 2 deletions
|
@ -27,4 +27,5 @@ bin.includes = about.html,\
|
||||||
topics_Getting_Started.xml,\
|
topics_Getting_Started.xml,\
|
||||||
topics_Reference.xml,\
|
topics_Reference.xml,\
|
||||||
topics_Tasks.xml,\
|
topics_Tasks.xml,\
|
||||||
META-INF/
|
META-INF/,\
|
||||||
|
cheatsheets/
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<mkdir dir="${destination.temp.folder}/${full.name}"/>
|
<mkdir dir="${destination.temp.folder}/${full.name}"/>
|
||||||
<zip zipfile="${destination.temp.folder}/${full.name}/doc.zip"
|
<zip zipfile="${destination.temp.folder}/${full.name}/doc.zip"
|
||||||
basedir="${basedir}"
|
basedir="${basedir}"
|
||||||
includes="*.css, hglegal.htm, ngibmcpy.gif, concepts/**, getting_started/**, images/**, reference/**, tasks/**, tips/**, whatsNew/** "
|
includes="*.css, hglegal.htm, ngibmcpy.gif, concepts/**, getting_started/**, images/**, reference/**, tasks/**, tips/**, whatsNew/**, cheatsheets/**"
|
||||||
/>
|
/>
|
||||||
<copy todir="${destination.temp.folder}/${full.name}">
|
<copy todir="${destination.temp.folder}/${full.name}">
|
||||||
<fileset dir="${basedir}" includes="*.properties,*.xml,*.zip,*.html,*.htm,*.gif,*.css" excludes="build.properties,build.xml"/>
|
<fileset dir="${basedir}" includes="*.properties,*.xml,*.zip,*.html,*.htm,*.gif,*.css" excludes="build.properties,build.xml"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue