From 317888464def39e245fac49d463f283c6be16d53 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Fri, 10 Dec 2010 02:43:41 +0100 Subject: [PATCH 1/1] Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with Makefile). --- Rakefile | 2 +- build.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d0d8f66..5ea143b 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 c6be9f9..af0241a 100644 --- a/build.xml +++ b/build.xml @@ -63,6 +63,10 @@ + + + + -- 1.7.10.4