move network code to module

This commit is contained in:
Manfred Karrer 2015-10-28 02:11:59 +01:00
parent 105a63847a
commit c6ece486ed
384 changed files with 11571 additions and 21763 deletions

View file

@ -47,6 +47,7 @@ $JAVA_HOME/bin/javapackager \
-outdir gui/deploy \
-srcfiles gui/updatefx/builds/processed/$patchVersion.jar \
-appclass io.bitsquare.app.BitsquareAppMain \
-outfile Bitsquare
-outfile Bitsquare \
-BjvmProperties=-Djava.net.preferIPv4Stack=true
cd package/mac