build.xml tweaks for batch copying the eepsite.help

This commit is contained in:
forget
2010-01-21 13:22:15 +00:00
parent fcd2cdb136
commit 7b48f6387f

View File

@@ -359,26 +359,13 @@
<mkdir dir="pkg-temp/eepsite" />
<mkdir dir="pkg-temp/eepsite/webapps" />
<mkdir dir="pkg-temp/eepsite/logs" />
<mkdir dir="pkg-temp/eepsite/docroot" />
<mkdir dir="pkg-temp/eepsite/cgi-bin" />
<mkdir dir="pkg-temp/eepsite/docroot" />
<mkdir dir="pkg-temp/eepsite/docroot/help" />
<mkdir dir="pkg-temp/eepsite/docroot/help/lib" />
<copy todir="pkg-temp/eepsite/docroot/help/" >
<fileset dir="installer/resources/eepsite.help/" />
<copy todir="pkg-temp/eepsite/docroot/" >
<fileset dir="installer/resources/eepsite.help/" includes="robots.txt index.html help/pagetemplate.html help/index*.html **/*.png **/*.css" />
</copy>
<copy todir="pkg-temp/eepsite/docroot/help/lib/" >
<fileset dir="installer/resources/eepsite.help/help/lib/" />
</copy>
<copy file="installer/resources/eepsite.help/index.html" tofile="pkg-temp/eepsite/docroot/" />
<!-- Let's see if we can lose this chunk -->
<!-- <copy file="installer/resources/eepsite.help/help/index.html" tofile="pkg-temp/eepsite/docroot/help/" /> -->
<!-- <copy file="installer/resources/eepsite.help/help/index_de.html" tofile="pkg-temp/eepsite/docroot/help/" /> -->
<!-- <copy file="installer/resources/eepsite.help/help/index_fr.html" tofile="pkg-temp/eepsite/docroot/help/" /> -->
<!-- <copy file="installer/resources/eepsite.help/help/index_de.html" tofile="pkg-temp/eepsite/docroot/help/" /> -->
<!-- <copy file="installer/resources/eepsite.help/help/index_ru.html" tofile="pkg-temp/eepsite/docroot/help/" /> -->
<!-- <copy file="installer/resources/eepsite.help/help/lib/eepsite.css" todir="pkg-temp/eepsite/docroot/help/lib/" /> -->
<copy file="installer/resources/eepsite.help/robots.txt" todir="pkg-temp/eepsite/docroot/" />
<copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" />
<copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" />
</target>