Added a basic Twitter posting implementation.
This commit is contained in:
parent
563f58db1e
commit
3386138fff
18 changed files with 439 additions and 32 deletions
44
mobibot.iws
44
mobibot.iws
|
@ -30,24 +30,16 @@
|
|||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" name="Default" comment="">
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\licenses\Log4j License.txt" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.iml" afterPath="$PROJECT_DIR$/mobibot.iml" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/website/index.html" afterPath="$PROJECT_DIR$/website/index.html" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\lib\commons-cli-1.0.jar" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/ReleaseInfo.java" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/website/simple.css" afterPath="$PROJECT_DIR$/website/simple.css" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/properties/mobibot.properties" afterPath="$PROJECT_DIR$/properties/mobibot.properties" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Mobibot.java" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\lib\commons-httpclient-3.0-rc2.jar" afterPath="" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/commons-httpclient-3.1.jar" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/jdom-1.1.jar" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/commons-cli-1.1.jar" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/twitter4j-1.0.4.jar" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/commons-logging-1.1.1.jar" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/licenses/Apache LICENSE.txt" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/src/net/thauvin/erik/mobibot/Twitter.java" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/delicious-1.14.jar" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.iws" afterPath="$PROJECT_DIR$/mobibot.iws" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/properties/log4j.properties" afterPath="$PROJECT_DIR$/properties/log4j.properties" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\lib\delicious-1.12.jar" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/buildnum.properties" afterPath="$PROJECT_DIR$/buildnum.properties" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/mobibot.ipr" afterPath="$PROJECT_DIR$/mobibot.ipr" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\licenses\Commons License.txt" afterPath="" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\lib\commons-logging.jar" afterPath="" />
|
||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/licenses/JDOM License.txt" afterPath="$PROJECT_DIR$/licenses/JDOM License.txt" />
|
||||
<change type="DELETED" beforePath="M:\java\mobibot\lib\jdom-1.0.jar" afterPath="" />
|
||||
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/licenses/Twitter4J LICENSE.txt" />
|
||||
</list>
|
||||
</component>
|
||||
<component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
|
||||
|
@ -375,6 +367,24 @@
|
|||
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||
</PATH_ELEMENT>
|
||||
</PATH>
|
||||
<PATH>
|
||||
<PATH_ELEMENT>
|
||||
<option name="myItemId" value="mobibot" />
|
||||
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
||||
</PATH_ELEMENT>
|
||||
<PATH_ELEMENT>
|
||||
<option name="myItemId" value="mobibot" />
|
||||
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewModuleNode" />
|
||||
</PATH_ELEMENT>
|
||||
<PATH_ELEMENT>
|
||||
<option name="myItemId" value="PsiDirectory:M:\java\mobibot" />
|
||||
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||
</PATH_ELEMENT>
|
||||
<PATH_ELEMENT>
|
||||
<option name="myItemId" value="PsiDirectory:M:\java\mobibot\lib" />
|
||||
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
||||
</PATH_ELEMENT>
|
||||
</PATH>
|
||||
</subPane>
|
||||
</component>
|
||||
<component name="ProjectReloadState">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue