From: jaubourg Date: Fri, 10 Dec 2010 01:43:41 +0000 (+0100) Subject: Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with Makefile). X-Git-Tag: 1.5b1~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=317888464def39e245fac49d463f283c6be16d53;p=jquery.git Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with Makefile). --- diff --git a/Rakefile b/Rakefile index d0d8f66a2..5ea143b66 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ test_dir = File.join( prefix, 'test' ) # setting DIST_DIR before calling rake dist_dir = ENV['DIST_DIR'] || File.join( prefix, 'dist' ) -base_files = %w{intro core support data queue attributes event selector traversing manipulation css ajax effects offset dimensions outro}.map { |js| File.join( src_dir, "#{js}.js" ) } +base_files = %w{intro core support data queue attributes event selector traversing manipulation css ajax xhr transports/jsonp transports/script transports/xhr effects offset dimensions outro}.map { |js| File.join( src_dir, "#{js}.js" ) } # Sizzle, QUnit and jQuery files/dirs sizzle_dir = File.join( src_dir, "sizzle" ) diff --git a/build.xml b/build.xml index c6be9f9e5..af0241a7c 100644 --- a/build.xml +++ b/build.xml @@ -63,6 +63,10 @@ + + + +