build.xml: ensure we copy snark's directory, and remove the file copy for snark.css

This commit is contained in:
z3d
2010-09-19 03:36:41 +00:00
parent 321d88e795
commit 9795334f12

View File

@ -413,8 +413,11 @@
</target>
<target name="prepthemeupdates">
<!-- Add extricated I2PSnark css here, for now -->
<copy file="installer/resources/themes/console/snark.css" todir="pkg-temp/docs/themes/console/" />
<!-- these files now in docs/, not in the .war -->
<!-- Migrated all Snark content to its own dir. Need to ensure snark dir excluded from console theme choices!! -->
<!-- Snark's visible Assets -->
<copy todir="pkg-temp/docs/themes/console/snark/" >
<fileset dir="installer/resources/themes/console/snark/" />
</copy>
<!-- No need to copy these individually, we're copying the whole dir below..
<copy file="installer/resources/themes/console/images/favicon.ico" todir="pkg-temp/docs/themes/console/images/" />
<copy file="installer/resources/themes/console/images/i2plogo.png" todir="pkg-temp/docs/themes/console/images/" />