File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 11
11
<mkdir dir =" ${ basedir } /build/pdepend" />
12
12
</target >
13
13
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
-
33
14
<target name =" phpunit" description =" Run unit tests and generate junit.xml and clover.xml" >
34
15
<exec executable =" phpunit" failonerror =" true" >
35
16
<arg line =" --configuration phpunit.xml --coverage-text" />
You can’t perform that action at this time.
0 commit comments