Merge branch 'wicket-examples-gym-tests'
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d3d43257 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d3d43257 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d3d43257 Branch: refs/heads/master Commit: d3d43257860079caa5c1cd56f38daec0bbbc5822 Parents: 049541c 1c20477 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jun 18 10:09:09 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jun 18 10:09:09 2013 +0200 ---------------------------------------------------------------------- .../wicket/examples/cdi/CdiApplication.java | 3 + .../src/main/resources/META-INF/NOTICE | 9 + .../src/main/webapp/js-test/all.html | 47 + .../src/main/webapp/js-test/lib/gym.js | 124 + .../src/main/webapp/js-test/lib/jquery.js | 9807 ++++++++++++++++++ .../src/main/webapp/js-test/lib/qunit.css | 244 + .../src/main/webapp/js-test/lib/qunit.js | 2152 ++++ .../src/main/webapp/js-test/tests/ajax/form.js | 57 + .../webapp/js-test/tests/cdi/conversation.js | 72 + .../main/webapp/js-test/tests/cdi/injection.js | 55 + .../src/main/webapp/js-test/tests/echo.js | 43 + .../src/main/webapp/js-test/tests/forminput.js | 64 + .../src/main/webapp/js-test/tests/helloworld.js | 36 + .../util/license/ApacheLicenceHeaderTest.java | 8 + 14 files changed, 12721 insertions(+) ----------------------------------------------------------------------
