* Build:
- Remove dup flag files (ticket #316) - Remove BOB dependency on i2ptunnel
@ -68,8 +68,7 @@
|
|||||||
so the build will go faster.
|
so the build will go faster.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- TODO remove I2PTunnel dependency in BOB -->
|
<target name="buildBOB" depends="buildStreaming" >
|
||||||
<target name="buildBOB" depends="buildStreaming, buildI2PTunnel" >
|
|
||||||
<ant dir="apps/BOB/" target="jar" />
|
<ant dir="apps/BOB/" target="jar" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@ -484,7 +483,10 @@
|
|||||||
<mkdir dir="pkg-temp/eepsite/docroot/help" />
|
<mkdir dir="pkg-temp/eepsite/docroot/help" />
|
||||||
<mkdir dir="pkg-temp/eepsite/docroot/help/lib" />
|
<mkdir dir="pkg-temp/eepsite/docroot/help/lib" />
|
||||||
<copy todir="pkg-temp/eepsite/docroot/" >
|
<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>
|
||||||
<copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" />
|
<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" />
|
<copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" />
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
2011-02-03 zzz
|
2011-02-03 zzz
|
||||||
|
* Build:
|
||||||
|
- Remove dup flag files (ticket #316)
|
||||||
|
- Remove BOB dependency on i2ptunnel
|
||||||
* Console: Add DTG to classpath for old installs
|
* Console: Add DTG to classpath for old installs
|
||||||
* I2PTunnel: Fix NPE
|
* I2PTunnel: Fix NPE
|
||||||
* RandomSource: Fix seeding from /dev/urandom
|
* RandomSource: Fix seeding from /dev/urandom
|
||||||
|
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 609 B |