Migrating to separate Guacamole javascript library
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 23 Jan 2011 05:53:57 +0000 (21:53 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 23 Jan 2011 05:53:57 +0000 (21:53 -0800)
commite2a4c856e3b69bb1b267f049c08bcfc56ec659ac
tree15623e73e5aaf016a50b2def5c430e2a9f6ee35e
parent55fae8c3d9205f330f17636f9dc284fb9db611c9
Migrating to separate Guacamole javascript library
23 files changed:
pom.xml
src/main/webapp/guac-web-lib/css/guacamole.css [deleted file]
src/main/webapp/guac-web-lib/images/mouse/blank.cur [deleted file]
src/main/webapp/guac-web-lib/images/mouse/blank.gif [deleted file]
src/main/webapp/guac-web-lib/images/mouse/dot.gif [deleted file]
src/main/webapp/guac-web-lib/images/noimage92.png [deleted file]
src/main/webapp/guac-web-lib/images/spinner92.gif [deleted file]
src/main/webapp/guac-web-lib/javascript/guacamole.js [deleted file]
src/main/webapp/guac-web-lib/javascript/keyboard.js [deleted file]
src/main/webapp/guac-web-lib/javascript/keymap.js [deleted file]
src/main/webapp/guac-web-lib/javascript/layer.js [deleted file]
src/main/webapp/guac-web-lib/javascript/mouse.js [deleted file]
src/main/webapp/guac-web-lib/javascript/oskeyboard.js [deleted file]
src/main/webapp/guacamole.css [deleted file]
src/main/webapp/images/mouse/blank.cur [new file with mode: 0644]
src/main/webapp/images/mouse/blank.gif [new file with mode: 0644]
src/main/webapp/images/mouse/dot.gif [new file with mode: 0644]
src/main/webapp/images/noimage92.png [new file with mode: 0644]
src/main/webapp/images/spinner92.gif [new file with mode: 0644]
src/main/webapp/index.html
src/main/webapp/keyboard.css [deleted file]
src/main/webapp/styles/guacamole.css [new file with mode: 0644]
src/main/webapp/styles/keyboard.css [new file with mode: 0644]