Initial import of the WebServices module from sourceforge CVS repository
commit7721aee7d56531bfde7cd0da50d30f59a2f6b761
authorJonas Fonseca <fonseca@diku.dk>
Thu, 7 Jun 2007 07:04:23 +0000 (7 09:04 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Thu, 7 Jun 2007 07:04:23 +0000 (7 09:04 +0200)
tree7c2bdd164c49b0dac9c9c8d53f4a7573c4e153cf
Initial import of the WebServices module from sourceforge CVS repository
40 files changed:
.project [new file with mode: 0644]
AuthenticationService/.classpath [new file with mode: 0644]
AuthenticationService/.gitignore [new file with mode: 0644]
AuthenticationService/.project [new file with mode: 0644]
AuthenticationService/authentication.wsdd [new file with mode: 0644]
AuthenticationService/deploy.sh [new file with mode: 0644]
AuthenticationService/java2wsdl.sh [new file with mode: 0644]
AuthenticationService/src/authentication/AbstractAuthenticator.java [new file with mode: 0644]
AuthenticationService/src/authentication/Authenticator.java [new file with mode: 0644]
AuthenticationService/src/authentication/Credential.java [new file with mode: 0644]
MoteAccessService/.classpath [new file with mode: 0644]
MoteAccessService/.gitignore [new file with mode: 0644]
MoteAccessService/.project [new file with mode: 0644]
MoteAccessService/deploy.sh [new file with mode: 0644]
MoteAccessService/moteaccess.wsdd [new file with mode: 0644]
MoteAccessService/src/moteaccess/AbstractMoteAccess.java [new file with mode: 0644]
MoteAccessService/src/moteaccess/MoteAccess.java [new file with mode: 0644]
MoteDataService/.classpath [new file with mode: 0644]
MoteDataService/.gitignore [new file with mode: 0644]
MoteDataService/.project [new file with mode: 0644]
MoteDataService/deploy.sh [new file with mode: 0644]
MoteDataService/motedata.wsdd [new file with mode: 0644]
MoteDataService/setup/boot-howto.html [new file with mode: 0644]
MoteDataService/setup/boot-howto_files/ApacheTomcat-600x420.png [new file with mode: 0644]
MoteDataService/setup/boot-howto_files/note.gif [new file with mode: 0644]
MoteDataService/setup/boot-howto_files/tip.gif [new file with mode: 0644]
MoteDataService/setup/boot-howto_files/valid-xhtml10.png [new file with mode: 0644]
MoteDataService/setup/boot-howto_files/warning.gif [new file with mode: 0644]
MoteDataService/setup/etc/init.d/tomcat [new file with mode: 0644]
MoteDataService/setup/readme [new file with mode: 0644]
MoteDataService/src/motedata/MoteData.java [new file with mode: 0644]
WebServiceLibrary/.classpath [new file with mode: 0644]
WebServiceLibrary/.gitignore [new file with mode: 0644]
WebServiceLibrary/.project [new file with mode: 0644]
WebServiceLibrary/cp.txt [new file with mode: 0644]
WebServiceLibrary/deploy.sh [new file with mode: 0644]
WebServiceLibrary/src/database/SQLHelper.java [new file with mode: 0644]
WebServiceLibrary/src/util/BlobData.java [new file with mode: 0644]
WebServiceLibrary/src/util/ColumnHeader.java [new file with mode: 0644]
WebServiceLibrary/src/util/SimpleTable.java [new file with mode: 0644]