mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
fixed build.xml to match js/index.php and the Makefile
This commit is contained in:
parent
421dc352c0
commit
aacb0751be
1 changed files with 12 additions and 11 deletions
23
build.xml
23
build.xml
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue