add bmclickatell
commit72cffd4596e9918eb0e8a584fb1e7130bc6efcd3
authorMathew McBride <matt@mcbridematt.dhs.org>
Mon, 15 Dec 2008 09:11:45 +0000 (15 20:11 +1100)
committerMathew McBride <matt@mcbridematt.dhs.org>
Mon, 15 Dec 2008 09:11:45 +0000 (15 20:11 +1100)
tree6bbb61c2bd3be1d400d815e8ee0555c1221aea04
parentb5f97245df43e24246abe7c73bdbe7c2f552f0c4
add bmclickatell
16 files changed:
bmclickatell/.gitignore [new file with mode: 0644]
bmclickatell/LICENSE.txt [new file with mode: 0644]
bmclickatell/nbproject/private/private.xml [new file with mode: 0644]
bmclickatell/pom.xml [new file with mode: 0644]
bmclickatell/src/main/config/smsnotify/bmclickatell/bmclickatell.example.xml [new file with mode: 0644]
bmclickatell/src/main/external/readme.txt [new file with mode: 0644]
bmclickatell/src/main/install/install.xml [new file with mode: 0644]
bmclickatell/src/main/java/net/bionicmessage/funambol/clickatell/ClickatellAdminPanel.form [new file with mode: 0644]
bmclickatell/src/main/java/net/bionicmessage/funambol/clickatell/ClickatellAdminPanel.java [new file with mode: 0644]
bmclickatell/src/main/java/net/bionicmessage/funambol/clickatell/ClickatellSender.java [new file with mode: 0644]
bmclickatell/src/main/sql/hypersonic/create_schema.sql [new file with mode: 0644]
bmclickatell/src/main/sql/hypersonic/drop_schema.sql [new file with mode: 0644]
bmclickatell/src/main/sql/hypersonic/init_schema.sql [new file with mode: 0644]
bmclickatell/src/main/sql/postgresql/create_schema.sql [new file with mode: 0644]
bmclickatell/src/main/sql/postgresql/drop_schema.sql [new file with mode: 0644]
bmclickatell/src/main/sql/postgresql/init_schema.sql [new file with mode: 0644]