diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/org.eclipse.cdt.doc.user/build.properties | 3 | ||||
-rw-r--r-- | doc/org.eclipse.cdt.doc.user/build.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/build.properties b/doc/org.eclipse.cdt.doc.user/build.properties index a26e04c5147..45325737879 100644 --- a/doc/org.eclipse.cdt.doc.user/build.properties +++ b/doc/org.eclipse.cdt.doc.user/build.properties @@ -27,4 +27,5 @@ bin.includes = about.html,\ topics_Getting_Started.xml,\ topics_Reference.xml,\ topics_Tasks.xml,\ - META-INF/ + META-INF/,\ + cheatsheets/ diff --git a/doc/org.eclipse.cdt.doc.user/build.xml b/doc/org.eclipse.cdt.doc.user/build.xml index 6c6b305694a..9fec9e8e42a 100644 --- a/doc/org.eclipse.cdt.doc.user/build.xml +++ b/doc/org.eclipse.cdt.doc.user/build.xml @@ -25,7 +25,7 @@ <mkdir dir="${destination.temp.folder}/${full.name}"/> <zip zipfile="${destination.temp.folder}/${full.name}/doc.zip" 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}"> <fileset dir="${basedir}" includes="*.properties,*.xml,*.zip,*.html,*.htm,*.gif,*.css" excludes="build.properties,build.xml"/> |