Skip to content

Commit 0823fd8

Browse files
committed
Removed obsolete mergeje task
1 parent d0f1777 commit 0823fd8

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

build.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@
1111
<mkdir dir="${basedir}/build/pdepend"/>
1212
</target>
1313

14-
<target name="mergejs" description="Merges all JavaScript files into one file">
15-
<concat destfile="${basedir}/phpmyfaq/assets/js/phpmyfaq.js" force="yes">
16-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-transition.js" />
17-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-alert.js" />
18-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-button.js" />
19-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-carousel.js" />
20-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-collapse.js" />
21-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-dropdown.js" />
22-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-modal.js" />
23-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-tooltip.js" />
24-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-popover.js" />
25-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-scrollspy.js" />
26-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-tab.js" />
27-
<filelist dir="${basedir}/vendor/twitter/bootstrap/js" files="bootstrap-typeahead.js" />
28-
<filelist dir="${basedir}/phpmyfaq/assets/js" files="autosave.js" />
29-
<filelist dir="${basedir}/phpmyfaq/assets/js" files="functions.js" />
30-
</concat>
31-
</target>
32-
3314
<target name="phpunit" description="Run unit tests and generate junit.xml and clover.xml">
3415
<exec executable="phpunit" failonerror="true">
3516
<arg line="--configuration phpunit.xml --coverage-text" />

0 commit comments

Comments
 (0)