]> source.dussan.org Git - jquery.git/commitdiff
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 ba5d3a2e15aee6f8a11c3287c05009686d1f1dd0..e1f83c886e95f319bee663f676046ffe0f24c027 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 c396887935cd6735936bc413e7c6735182235fa6..f2b3025006c638d3970807ddf269a57a94e8312b 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