updated the builders with form.js
authorGilles van den Hoven <gilles0181@gmail.com>
Wed, 21 Jun 2006 10:08:57 +0000 (10:08 +0000)
committerGilles van den Hoven <gilles0181@gmail.com>
Wed, 21 Jun 2006 10:08:57 +0000 (10:08 +0000)
build.bat
build.sh

index ba5d3a2..e1f83c8 100644 (file)
--- a/build.bat
+++ b/build.bat
@@ -3,3 +3,4 @@ type jquery\jquery.js > jquery-svn.js
 type fx\fx.js >> jquery-svn.js\r
 type event\event.js >> jquery-svn.js\r
 type ajax\ajax.js >> jquery-svn.js\r
+type form\form.js >> jquery-svn.js\r
index c396887..f2b3025 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js > jquery-svn.js
+cat jquery/jquery.js event/event.js fx/fx.js ajax/ajax.js form/form.js > jquery-svn.js