build.xml: ensure we copy snark's directory, and remove the file copy for snark.css
This commit is contained in:
@ -413,8 +413,11 @@
|
|||||||
</target>
|
</target>
|
||||||
<target name="prepthemeupdates">
|
<target name="prepthemeupdates">
|
||||||
<!-- Add extricated I2PSnark css here, for now -->
|
<!-- Add extricated I2PSnark css here, for now -->
|
||||||
<copy file="installer/resources/themes/console/snark.css" todir="pkg-temp/docs/themes/console/" />
|
<!-- Migrated all Snark content to its own dir. Need to ensure snark dir excluded from console theme choices!! -->
|
||||||
<!-- these files now in docs/, not in the .war -->
|
<!-- 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..
|
<!-- 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/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/" />
|
<copy file="installer/resources/themes/console/images/i2plogo.png" todir="pkg-temp/docs/themes/console/images/" />
|
||||||
|
Reference in New Issue
Block a user