diff --git a/build.xml b/build.xml index 0716725..54de960 100644 --- a/build.xml +++ b/build.xml @@ -24,8 +24,18 @@ + + + + + + + + + - + @@ -48,6 +58,7 @@ debug="on" optimize="off" deprecation="on" classpathref="clazzpath" includeAntRuntime="no" source="1.5" target="1.5"> + @@ -62,7 +73,7 @@ bottom="${copy.pre} ${copyright.holder} ${copy.post}" destdir="${javadoc.dir}"> - + diff --git a/src/java/com/threerings/getdown/launcher/Getdown.java b/src/java/com/threerings/getdown/launcher/Getdown.java index dd44637..edafe09 100644 --- a/src/java/com/threerings/getdown/launcher/Getdown.java +++ b/src/java/com/threerings/getdown/launcher/Getdown.java @@ -506,11 +506,11 @@ public abstract class Getdown extends Thread // Torrent downloading is disabled by default until the kinks are out Downloader dl; - if (false) { - dl = new TorrentDownloader(resources, obs); - } else { +// if (false) { +// dl = new TorrentDownloader(resources, obs); +// } else { dl = new HTTPDownloader(resources, obs); - } +// } dl.start(); // now wait for it to complete