forked from I2P_Developers/i2p.i2p
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 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/" />
|
||||
|
Reference in New Issue
Block a user