Moved plugins to the new plugin directory.
[jquery.git] / build.sh
1 #!/bin/sh
2 cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
3 cd docs && ./build.sh && cd ..