Bug Tracker

Changeset 812 for trunk/jquery/build.xml

Show
Ignore:
Timestamp:
12/31/06 05:22:06 (2 years ago)
Author:
john
Message:

Moved the bulk of the selector code out into a separate file, changed the build files to represent this.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/build.xml

    r629 r812  
    4747            <fileset dir="${SRC_DIR}" includes="intro.js" /> 
    4848            <fileset dir="${SRC_DIR}" includes="jquery/jquery.js" /> 
     49            <fileset dir="${SRC_DIR}" includes="selector/selector.js" /> 
    4950            <fileset dir="${SRC_DIR}" includes="event/event.js" /> 
    5051            <fileset dir="${SRC_DIR}" includes="fx/fx.js" />