From 59cb1870414a18de79540a8fc1273c69f1b30c90 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 4 Oct 2010 08:09:24 +0000 Subject: [PATCH] Reformatted "Posted by" attribution in the feed's entry description. --- buildnum.properties | 4 +- mobibot.iws | 63 ++++++++----------- src/net/thauvin/erik/mobibot/Mobibot.java | 2 +- src/net/thauvin/erik/mobibot/ReleaseInfo.java | 12 ++-- 4 files changed, 36 insertions(+), 45 deletions(-) diff --git a/buildnum.properties b/buildnum.properties index 8dc6c3d..8640ea3 100644 --- a/buildnum.properties +++ b/buildnum.properties @@ -1,3 +1,3 @@ #ANT Task: ch.oscg.jreleaseinfo.BuildNumberHandler -#Thu Sep 16 15:15:36 PDT 2010 -build.num.last=1 +#Mon Oct 04 00:59:22 PDT 2010 +build.num.last=2 diff --git a/mobibot.iws b/mobibot.iws index 3624126..dbbb4ad 100644 --- a/mobibot.iws +++ b/mobibot.iws @@ -34,14 +34,13 @@ - - + @@ -496,7 +504,7 @@ - + - - - - - + - @@ -838,18 +827,19 @@ - + - + + - + @@ -867,7 +857,6 @@ - @@ -997,11 +986,6 @@ - - - - - @@ -1052,9 +1036,16 @@ + + + + + + + - + diff --git a/src/net/thauvin/erik/mobibot/Mobibot.java b/src/net/thauvin/erik/mobibot/Mobibot.java index b5852f6..85962fd 100644 --- a/src/net/thauvin/erik/mobibot/Mobibot.java +++ b/src/net/thauvin/erik/mobibot/Mobibot.java @@ -2888,7 +2888,7 @@ public class Mobibot extends PircBot { entry = (EntryLink) _entries.get(i); - buff = new StringBuffer("Posted by " + entry.getNick() + " on " + entry.getChannel() + " (" + _ircServer + ")"); + buff = new StringBuffer("Posted by " + entry.getNick() + " on " + entry.getChannel() + ""); if (entry.getCommentsCount() > 0) { diff --git a/src/net/thauvin/erik/mobibot/ReleaseInfo.java b/src/net/thauvin/erik/mobibot/ReleaseInfo.java index 09408ce..85adc8b 100644 --- a/src/net/thauvin/erik/mobibot/ReleaseInfo.java +++ b/src/net/thauvin/erik/mobibot/ReleaseInfo.java @@ -1,5 +1,5 @@ /* Created by JReleaseInfo AntTask from Open Source Competence Group */ -/* Creation date Thu Sep 16 15:15:36 PDT 2010 */ +/* Creation date Mon Oct 04 00:59:22 PDT 2010 */ package net.thauvin.erik.mobibot; import java.util.Date; @@ -20,21 +20,21 @@ public class ReleaseInfo { } - /** buildDate (set during build process to 1284675336375L). */ - private static final Date buildDate = new Date(1284675336375L); + /** buildDate (set during build process to 1286179162570L). */ + private static final Date buildDate = new Date(1286179162570L); /** - * Get buildDate (set during build process to Thu Sep 16 15:15:36 PDT 2010). + * Get buildDate (set during build process to Mon Oct 04 00:59:22 PDT 2010). * @return Date buildDate */ public static Date getBuildDate() { return buildDate; } /** - * Get buildNumber (set during build process to 1). + * Get buildNumber (set during build process to 2). * @return int buildNumber */ - public static int getBuildNumber() { return 1; } + public static int getBuildNumber() { return 2; } /** project (set during build process to "mobibot"). */