From 563f58db1e833f0de4916a15c92e591fa315160f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 11 Sep 2008 03:39:30 +0000 Subject: [PATCH] Added a basic Twitter posting implementation. --- buildnum.properties | 4 +- licenses/Commons License.txt | 56 --- licenses/JDOM License.txt | 2 + licenses/Log4j License.txt | 48 --- mobibot.iml | 102 ++--- mobibot.ipr | 87 ++--- mobibot.iws | 702 +++++++++++++++++++---------------- 7 files changed, 477 insertions(+), 524 deletions(-) delete mode 100644 licenses/Commons License.txt delete mode 100644 licenses/Log4j License.txt diff --git a/buildnum.properties b/buildnum.properties index 2605a1b..4ba397f 100644 --- a/buildnum.properties +++ b/buildnum.properties @@ -1,3 +1,3 @@ #ANT Task: ch.oscg.jreleaseinfo.BuildNumberHandler -#Thu Oct 11 18:41:48 PDT 2007 -build.num.last=0 +#Wed Sep 10 20:04:51 PDT 2008 +build.num.last=3 diff --git a/licenses/Commons License.txt b/licenses/Commons License.txt deleted file mode 100644 index 428700a..0000000 --- a/licenses/Commons License.txt +++ /dev/null @@ -1,56 +0,0 @@ -/* - * ==================================================================== - * - * The Apache Software License, Version 1.1 - * - * Copyright (c) 1999-2001 The Apache Software Foundation. All rights - * reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowlegement: - * "This product includes software developed by the - * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowlegement may appear in the software itself, - * if and wherever such third-party acknowlegements normally appear. - * - * 4. The names "The Jakarta Project", "Commons", and "Apache Software - * Foundation" must not be used to endorse or promote products derived - * from this software without prior written permission. For written - * permission, please contact apache@apache.org. - * - * 5. Products derived from this software may not be called "Apache" - * nor may "Apache" appear in their names without prior written - * permission of the Apache Group. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * ==================================================================== - * - * This software consists of voluntary contributions made by many - * individuals on behalf of the Apache Software Foundation. For more - * information on the Apache Software Foundation, please see - * . - * - */ \ No newline at end of file diff --git a/licenses/JDOM License.txt b/licenses/JDOM License.txt index dbb014b..81afefe 100644 --- a/licenses/JDOM License.txt +++ b/licenses/JDOM License.txt @@ -1,5 +1,7 @@ /*-- + $Id$ + Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved. diff --git a/licenses/Log4j License.txt b/licenses/Log4j License.txt deleted file mode 100644 index 007db57..0000000 --- a/licenses/Log4j License.txt +++ /dev/null @@ -1,48 +0,0 @@ -/* - * ============================================================================ - * The Apache Software License, Version 1.1 - * ============================================================================ - * - * Copyright (C) 1999 The Apache Software Foundation. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modifica- - * tion, are permitted provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * 3. The end-user documentation included with the redistribution, if any, must - * include the following acknowledgment: "This product includes software - * developed by the Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowledgment may appear in the software itself, if - * and wherever such third-party acknowledgments normally appear. - * - * 4. The names "log4j" and "Apache Software Foundation" must not be used to - * endorse or promote products derived from this software without prior - * written permission. For written permission, please contact - * apache@apache.org. - * - * 5. Products derived from this software may not be called "Apache", nor may - * "Apache" appear in their name, without prior written permission of the - * Apache Software Foundation. - * - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, - * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND - * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLU- - * DING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * This software consists of voluntary contributions made by many individuals - * on behalf of the Apache Software Foundation. For more information on the - * Apache Software Foundation, please see . - * - */ diff --git a/mobibot.iml b/mobibot.iml index adbd570..4494acc 100644 --- a/mobibot.iml +++ b/mobibot.iml @@ -1,6 +1,5 @@ - - + @@ -9,15 +8,6 @@ - - - - - - - - - @@ -72,15 +62,6 @@ - - - - - - - - - @@ -90,15 +71,6 @@ - - - - - - - - - @@ -126,24 +98,6 @@ - - - - - - - - - - - - - - - - - - @@ -189,6 +143,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobibot.ipr b/mobibot.ipr index aa52879..ef708f1 100644 --- a/mobibot.ipr +++ b/mobibot.ipr @@ -1,5 +1,5 @@ - + @@ -80,12 +80,12 @@ - - - + + - + - + - + + + - - + + + + - - - - diff --git a/mobibot.iws b/mobibot.iws index f1f23c2..ffe1fdb 100644 --- a/mobibot.iws +++ b/mobibot.iws @@ -1,7 +1,19 @@ - - - + + + - - + + + + + + + + + + + + + + + + - - - + - -