diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 18:12:08 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 18:12:08 +0000 |
commit | 607c13ebeda2051537963a054c2ffac8be634418 (patch) | |
tree | 756037e47d0797e6a5d2e1cee7e98028bb8981b6 /update/plugin/subversion/trunk | |
parent | 9f8f6ee4e840c5c929d181d08505e8189be65806 (diff) | |
download | instadisc-607c13ebeda2051537963a054c2ffac8be634418.tar.gz instadisc-607c13ebeda2051537963a054c2ffac8be634418.tar.bz2 instadisc-607c13ebeda2051537963a054c2ffac8be634418.zip |
Update: [15]
Refs #12
Diffstat (limited to 'update/plugin/subversion/trunk')
-rw-r--r-- | update/plugin/subversion/trunk/src/com/fourisland/instadisc/update/svn/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update/plugin/subversion/trunk/src/com/fourisland/instadisc/update/svn/Main.java b/update/plugin/subversion/trunk/src/com/fourisland/instadisc/update/svn/Main.java index bc80376..5aaafe3 100644 --- a/update/plugin/subversion/trunk/src/com/fourisland/instadisc/update/svn/Main.java +++ b/update/plugin/subversion/trunk/src/com/fourisland/instadisc/update/svn/Main.java | |||
@@ -96,7 +96,7 @@ public class Main { | |||
96 | } | 96 | } |
97 | 97 | ||
98 | XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); | 98 | XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); |
99 | config.setServerURL(new URL(centralServer)); | 99 | config.setServerURL(new URL("http://central.fourisland.com/xmlrpc.php")); |
100 | XmlRpcClient client = new XmlRpcClient(); | 100 | XmlRpcClient client = new XmlRpcClient(); |
101 | client.setConfig(config); | 101 | client.setConfig(config); |
102 | Integer resp = (Integer) client.execute("InstaDisc.sendFromUpdate", new Object[]{seriesURL, | 102 | Integer resp = (Integer) client.execute("InstaDisc.sendFromUpdate", new Object[]{seriesURL, |