r3537 committed - updated build to inclide widget and mouse files directly after core

r3537 committed - updated build to inclide widget and mouse files directly after core

Revision: 3537
Author: joern.zaefferer
Date: Thu Dec 24 01:47:03 2009
Log: updated build to inclide widget and mouse files directly after core
http://code.google.com/p/jquery-ui/source/detail?r=3537
Modified:
/trunk/build/build.xml
=======================================
--- /trunk/build/build.xml    Wed Nov 25 18:17:16 2009
+++ /trunk/build/build.xml    Thu Dec 24 01:47:03 2009
@@ -33,7 +33,7 @@
    <property name="concatenated" value="jquery-ui" />
    <property name="concatenated.i18n" value="jquery-ui-i18n" />
-    <property name="core.files" value="jquery.ui.core.js,
jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js,
jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.effects.core.js" />
+    <property name="core.files" value="jquery.ui.core.js,
jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js,
jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js,
jquery.ui.sortable.js, jquery.effects.core.js" />
    <property description="YUI Compressor" name="yui-jar"
value="${build.dir}/yuicompressor-2.4.2.jar" />
--