From 0fbb32420f4e961a0c69c8db9173f9d533aa4b35 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 5 May 2005 19:47:29 +0000 Subject: [PATCH] Updated locations. --- buildnum.properties | 4 +- mobibot.fb | 17 +- mobibot.ipr | 2 +- mobibot.iws | 221 ++++++----- .../erik/mobibot/CurrencyConverter.java | 2 +- .../thauvin/erik/mobibot/DeliciousPoster.java | 64 +++- src/net/thauvin/erik/mobibot/EntryLink.java | 348 +++++++++++++----- src/net/thauvin/erik/mobibot/Mobibot.java | 231 +++++++++--- src/net/thauvin/erik/mobibot/ReleaseInfo.java | 12 +- src/net/thauvin/erik/mobibot/StockQuote.java | 16 +- 10 files changed, 601 insertions(+), 316 deletions(-) diff --git a/buildnum.properties b/buildnum.properties index 27edab5..18863df 100644 --- a/buildnum.properties +++ b/buildnum.properties @@ -1,3 +1,3 @@ #ANT Task: ch.oscg.jreleaseinfo.BuildNumberHandler -#Sun Mar 06 13:05:37 PST 2005 -build.num.last=3 +#Thu May 05 12:13:40 PDT 2005 +build.num.last=26 diff --git a/mobibot.fb b/mobibot.fb index f02b78c..3a6314f 100644 --- a/mobibot.fb +++ b/mobibot.fb @@ -3,18 +3,19 @@ D:\projects\java\mobibot\build [Source dirs] D:\projects\java\mobibot\src [Aux classpath entries] -D:\projects\java\mobibot\lib\commons-httpclient-2.0-final.jar +D:\projects\java\mobibot\lib\commons-cli-1.0.jar +D:\projects\java\mobibot\lib\commons-codec-1.3.jar +D:\projects\java\mobibot\lib\commons-httpclient-3.0-rc1.jar D:\projects\java\mobibot\lib\commons-logging.jar -D:\projects\java\mobibot\lib\commons-net-1.1.0.jar -D:\projects\java\mobibot\lib\EXML.jar -D:\projects\java\mobibot\lib\fetchrss.jar +D:\projects\java\mobibot\lib\commons-net-1.2.2.jar +D:\projects\java\mobibot\lib\delicious-1.5.jar D:\projects\java\mobibot\lib\google.jar D:\projects\java\mobibot\lib\googleapi.jar -D:\projects\java\mobibot\lib\jakarta-oro-2.0.7.jar D:\projects\java\mobibot\lib\jakarta-oro-2.0.8.jar -D:\projects\java\mobibot\lib\jdom.jar -D:\projects\java\mobibot\lib\jweather-0.2.3.jar +D:\projects\java\mobibot\lib\jdom-1.0.jar +D:\projects\java\mobibot\lib\jweather-0.2.5.jar D:\projects\java\mobibot\lib\log4j-1.2.8.jar D:\projects\java\mobibot\lib\MathEvaluator.jar D:\projects\java\mobibot\lib\pircbot.jar -D:\projects\java\mobibot\lib\rsslibj.jar +D:\projects\java\mobibot\lib\rome-0.4.jar +D:\projects\java\mobibot\lib\rome-fetcher-0.4.jar diff --git a/mobibot.ipr b/mobibot.ipr index 61c321a..9d96bb8 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -44,7 +44,7 @@ - + diff --git a/mobibot.iws b/mobibot.iws index a9fa231..f8d6f54 100644 --- a/mobibot.iws +++ b/mobibot.iws @@ -112,70 +112,61 @@