aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Expand)AuthorAgeFilesLines
* Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f...jeresig2009-12-181-5/+16
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-1/+1
* Further cleanups on ant buildjzaefferer2009-12-081-39/+26
* Fixed ant build by cloning or pulling qunit and sizzle submodules, similar to...unknown2009-12-081-1/+32
* Further cleanup on ant build: Revision is goneunknown2009-12-081-1/+0
* Further cleanup on ant buildunknown2009-12-081-2/+1
* Further cleanup on ant buildunknown2009-12-081-4/+0
* Cleaning up build.xml in prepartion to get it running againunknown2009-12-081-28/+0
* support.js needs to come before event.js (also placed in a temporary setTimeo...John Resig2009-12-071-1/+1
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-0/+1
* Removing some of the SVN-specific stuff from the Ant build file (should proba...John Resig2009-11-071-16/+0
* Broke the logic for .clean() wrap out into a separate, static, data structure...John Resig2009-09-071-2/+2
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+1
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+3
* core: ant build - add Date and Revision to to header (just like make build)Jörn Zaefferer2009-01-181-0/+17
* core: replaced version.js build script in ant build; wasn't used in make anym...Jörn Zaefferer2009-01-181-4/+2
* core: Ant target to generate openAjaxMetadata; uses http://www.exfer.net/jque...Jörn Zaefferer2009-01-141-0/+9
* Forgot to change the build.xml file as well.John Resig2009-01-111-1/+1
* Changed build.xml to use YUICompressor, fixes #3779.John Resig2009-01-041-5/+13
* build: Closes #3760. Adding the data module to the build file. Thanks Cloudream.Ariel Flesler2008-12-301-0/+1
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-0/+1
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+1
* added version to all builds; changed current version to 1.2.2-pre - to be upd...Jörn Zaefferer2007-12-191-115/+17
* clean ant task shouldn't delete the new test folderBrandon Aaron2007-09-131-10/+10
* Reintroduced .offset() as a default include, added original author credits.John Resig2007-09-081-0/+1
* Disabled the automatic inclusion of offset.jsJohn Resig2007-09-081-1/+0
* Added the new .offset() method, directly imported from Dimensions (heavily wo...John Resig2007-09-081-1/+2
* Finished up some of the reorganization.John Resig2007-09-081-5/+7
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-2/+0
* Added runtest ant task (doesn't display results yet);Jörn Zaefferer2007-07-171-1/+9
* Added an initial version of the new animation test suite. (You should never s...John Resig2007-03-151-0/+2
* Removed tabs extra stuff from build fileKlaus Hartl2007-01-251-188/+172
* Moved the bulk of the selector code out into a separate file, changed the bui...John Resig2006-12-311-62/+63
* Tried to fix make build, PLEASE TESTJörn Zaefferer2006-11-221-1/+1
* Testsuite 2.0Jörn Zaefferer2006-11-181-11/+7
* Added accordion to PLUGINS_ALLJörn Zaefferer2006-11-091-1/+1
* Fixed typoJörn Zaefferer2006-11-091-1/+1
* Added tooltip for plugins buildJörn Zaefferer2006-11-071-1/+1
* Added comments and some docs to ant buildJörn Zaefferer2006-11-071-148/+169
* Fixed Ant task "jquery_with_plugins" and ill-formed XMLKlaus Hartl2006-11-011-4/+5
* Updated ant so the default task doesn't require pluginsYehuda Katz2006-10-281-1/+0
* Refactored with_plugins target to reuse jquery target, avoiding duplicationJörn Zaefferer2006-10-271-40/+10
* make task pack_tabs independent of jquery by creating dist directory itselfKlaus Hartl2006-10-271-0/+1
* Added comments to various plugins and added make and ant options to make docs...Yehuda Katz2006-10-261-2/+59
* Added task to build packed tabs pluginKlaus Hartl2006-10-201-7/+20
* Don't include any plugins (or other files by accident) as defaultJörn Zaefferer2006-09-231-1/+1
* Improved jquery target to allow inclusion of plugins directly (specify via th...Jörn Zaefferer2006-09-231-26/+9
* Added targets to allow building jquery with plugins; Creating the raw source ...Jörn Zaefferer2006-09-231-5/+44
* Refactored test suite to allow async tests (use stop() before starting an asy...Jörn Zaefferer2006-09-191-2/+4
* Refactored test suite once more, as proposed by JohnJörn Zaefferer2006-09-171-8/+2