- Added README

- Added configuration
- Added option to start I2P from desktopgui
- Cleanup
This commit is contained in:
mathiasdm
2010-11-25 18:12:32 +00:00
parent b434a475a3
commit b885046c64
8 changed files with 179 additions and 25 deletions

View File

@@ -687,7 +687,7 @@
<ant dir="core/java/" target="fullclovertest" />
<ant dir="router/java/" target="fullclovertest" />
</target>
<target name="desktopgui">
<target name="desktopgui" depends="builddepSmall">
<ant dir="apps/desktopgui" target="jar" />
<copy file="apps/desktopgui/dist/desktopgui.jar" todir="." />
</target>