File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <mkdir dir =" ${dita.temp.dir}" />
88 <tempfile deleteonexit =" true" destdir =" ${dita.temp.dir}" property =" extend.css.file" suffix =" .css" />
99 <touch file =" ${extend.css.file}" />
10- <condition property =" is.html" >
11- <equals arg1 =" ${out.ext}" arg2 =" .html" />
12- </condition >
13- <condition property =" is.html" >
14- <equals arg1 =" ${out.ext}" arg2 =" .htm" />
15- </condition >
1610 </target >
1711
1812 <target name =" extend.css.copy" >
2721 </condition >
2822 <property name =" user.csspath" value =" ${args.csspath}/" />
2923
30- <copy if : set = " is.html " tofile =" ${output.dir}/${user.csspath}/common-extended.css" file =" ${extend.css.file}" />
24+ <copy tofile =" ${output.dir}/${user.csspath}/common-extended.css" file =" ${extend.css.file}" />
3125 </target >
3226
3327 <target name =" extend.css"
You can’t perform that action at this time.
0 commit comments