fixed build.xml to match js/index.php and the Makefile

This commit is contained in:
John Bender 2011-02-20 18:23:31 -08:00
parent 421dc352c0
commit aacb0751be

View file

@ -19,8 +19,7 @@
jquery.mobile.navbar.css,
jquery.mobile.theme.css,
jquery.mobile.transitions.css"/>
<property name="js-sources" value="jquery.js,
jquery.ui.widget.js,
<property name="js-sources" value="jquery.ui.widget.js,
jquery.mobile.widget.js,
jquery.mobile.media.js,
jquery.mobile.support.js,
@ -29,24 +28,26 @@
jquery.mobile.page.js,
jquery.mobile.core.js,
jquery.mobile.navigation.js,
jquery.mobile.fixHeaderFooter.js,
jquery.mobile.forms.checkboxradio.js,
jquery.mobile.forms.textinput.js,
jquery.mobile.forms.select.js,
jquery.mobile.buttonMarkup.js,
jquery.mobile.forms.button.js,
jquery.mobile.forms.slider.js,
jquery.mobile.collapsible.js,
jquery.mobile.controlGroup.js,
jquery.mobile.dialog.js,
jquery.mobile.fieldContain.js,
jquery.mobile.fixHeaderFooter.js,
jquery.mobile.forms.button.js,
jquery.mobile.forms.checkboxradio.js,
jquery.mobile.forms.select.js,
jquery.mobile.forms.slider.js,
jquery.mobile.forms.textinput.js,
jquery.mobile.grid.js,
jquery.mobile.listview.js,
jquery.mobile.listview.filter.js,
jquery.mobile.dialog.js,
jquery.mobile.navbar.js,
jquery.mobile.init.js"
jquery.mobile.grid.js,
jquery.mobile.init.js
/>
<target name="merge">
<antcall target="merge_css" />
<antcall target="merge_js" />