Fixed a missing semicolon
[jquery.git] / build.xml
index 3966492..2d13c31 100644 (file)
--- a/build.xml
+++ b/build.xml
        <!-- SETUP -->
 
        <property description="Source Folder" name="SRC_DIR" value="src" />
-       <property description="Files executefor parsing etc." name="BUILD_DIR" value="build" />
+       <property description="Files for parsing etc." name="BUILD_DIR" value="build" />
        <property description="Rhino JS Engine" name="JAR" value="${BUILD_DIR}/js.jar" />\r
 \r
        <property description="Dir to look for plugins" name="PLUGIN_DIR" location="../plugins" />\r
        <property description="Add single plugins here" name="PLUGINS" value="none" />
        <property description="Add all plugins here" name="PLUGINS_ALL" 
-               value="button/*.js,center/*.js,cookie/*.js,form/*.js,greybox/*.js,interface/*.js,pager/*.js,tablesorter/*.js,tabs/*.js" />\r
+               value="button/*.js,center/*.js,cookie/*.js,form/*.js,greybox/*.js,interface/*.js,pager/*.js,tablesorter/*.js,tabs/*.js,tooltip/*.js,accordion/*.jw" />\r
 
        <property description="Target parent folder for built files" name="PREFIX" value="." />
        <property description="Folder for docs target" name="DOCS_DIR" value="${PREFIX}/docs" />