- Remove dup flag files (ticket #316)
      - Remove BOB dependency on i2ptunnel
This commit is contained in:
zzz
2011-02-03 17:36:22 +00:00
parent 041e194471
commit b8ab14b7d3
13 changed files with 8 additions and 3 deletions

View File

@@ -68,8 +68,7 @@
so the build will go faster.
-->
<!-- TODO remove I2PTunnel dependency in BOB -->
<target name="buildBOB" depends="buildStreaming, buildI2PTunnel" >
<target name="buildBOB" depends="buildStreaming" >
<ant dir="apps/BOB/" target="jar" />
</target>
@@ -484,7 +483,10 @@
<mkdir dir="pkg-temp/eepsite/docroot/help" />
<mkdir dir="pkg-temp/eepsite/docroot/help/lib" />
<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" />
<fileset dir="installer/resources/eepsite.help/" />
</copy>
<copy todir="pkg-temp/eepsite/docroot/help/lib/" >
<fileset dir="installer/resources/icons/flags/" includes="cn.png de.png es.png fr.png ir.png it.png jp.png nl.png ru.png se.png us.png" />
</copy>
<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" />