~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to build-webapps.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
     <!-- Copy required image for the Struts examples validator module -->
132
132
    <copy tofile="${build.home}/examples/validator/struts-power.gif"
133
133
            file="${doc.dir}/images/struts-power.gif"/>
 
134
    <copy todir="${build.home}/blank/WEB-INF/classes"
 
135
            file="${basedir}/web/blank/WEB-INF/src/java/MessageResources.properties"/>
134
136
</target>
135
137
 
136
138
 
245
247
    <!-- Copy the basic documentation files -->
246
248
    <copy      todir="${build.home}/documentation">
247
249
      <fileset   dir="${doc.dir}">
 
250
        <include name="**/*.cgi"/>
248
251
        <include name="**/*.css"/>
249
252
        <include name="**/*.gif"/>
250
253
        <include name="**/*.html"/>