initial commit of the finished twitter support.

This commit is contained in:
Josh Long
2010-08-24 10:26:47 +00:00
parent d6176a7f1b
commit 126fa35e2b
34 changed files with 2391 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Bundle-SymbolicName: org.springframework.integration.twitter
Bundle-Name: Spring Integration Twitter Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.apache.commons.lang.*;version="[2.5.0, 3.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
org.apache.commons.io.*;version="[1.4,3.0)",
twitter4j.*;version="[2.1.0,2.2.0]",
javax.*;version="0",
org.w3c.dom.*;version="0"