]> source.dussan.org Git - archiva.git/commit
Moved the scriptaculous stuff into a subdir so we can have our own js and not have...
authorHenri Yandell <bayard@apache.org>
Fri, 10 Nov 2006 21:33:31 +0000 (21:33 +0000)
committerHenri Yandell <bayard@apache.org>
Fri, 10 Nov 2006 21:33:31 +0000 (21:33 +0000)
commitc0a9ef1f2c2c4612626f61e7ca04e2fea0afb4c8
tree7a0e61dd77c226b0fb899a58dc2318ad292fe00f
parent103c532d41d26d846b2b1f91771d6e9cd58827fa
Moved the scriptaculous stuff into a subdir so we can have our own js and not have it get muddled.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@473511 13f79535-47bb-0310-9956-ffa450edef68
17 files changed:
archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
archiva-webapp/src/main/webapp/js/builder.js [deleted file]
archiva-webapp/src/main/webapp/js/controls.js [deleted file]
archiva-webapp/src/main/webapp/js/dragdrop.js [deleted file]
archiva-webapp/src/main/webapp/js/effects.js [deleted file]
archiva-webapp/src/main/webapp/js/prototype.js [deleted file]
archiva-webapp/src/main/webapp/js/scriptaculous.js [deleted file]
archiva-webapp/src/main/webapp/js/scriptaculous/builder.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/controls.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/dragdrop.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/effects.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/prototype.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/scriptaculous.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/slider.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/scriptaculous/unittest.js [new file with mode: 0644]
archiva-webapp/src/main/webapp/js/slider.js [deleted file]
archiva-webapp/src/main/webapp/js/unittest.js [deleted file]