From: jaubourg Date: Thu, 6 Jan 2011 00:17:31 +0000 (+0100) Subject: Renamed src/transports to src/ajax (in case we need prefilters in the future and... X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=c43b078c6911027fd4124d542446ad0098662f6a Renamed src/transports to src/ajax (in case we need prefilters in the future and to avoid a separate prefilters directory). --- diff --git a/Makefile b/Makefile index cf98554..6a71722 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,9 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/transports/jsonp.js\ - ${SRC_DIR}/transports/script.js\ - ${SRC_DIR}/transports/xhr.js\ + ${SRC_DIR}/ajax/jsonp.js\ + ${SRC_DIR}/ajax/script.js\ + ${SRC_DIR}/ajax/xhr.js\ ${SRC_DIR}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js diff --git a/Rakefile b/Rakefile index fd5fc18..bf7ee2b 100644 --- a/Rakefile +++ b/Rakefile @@ -22,9 +22,9 @@ base_files = %w{ manipulation css ajax - transports/jsonp - transports/script - transports/xhr + ajax/jsonp + ajax/script + ajax/xhr effects offset dimensions diff --git a/build.xml b/build.xml index d4cd39d..87b31e1 100644 --- a/build.xml +++ b/build.xml @@ -63,9 +63,9 @@ - - - + + + diff --git a/src/transports/jsonp.js b/src/ajax/jsonp.js similarity index 100% rename from src/transports/jsonp.js rename to src/ajax/jsonp.js diff --git a/src/transports/script.js b/src/ajax/script.js similarity index 100% rename from src/transports/script.js rename to src/ajax/script.js diff --git a/src/transports/xhr.js b/src/ajax/xhr.js similarity index 100% rename from src/transports/xhr.js rename to src/ajax/xhr.js diff --git a/test/index.html b/test/index.html index accd349..bbeda63 100644 --- a/test/index.html +++ b/test/index.html @@ -20,9 +20,9 @@ - - - + + +