8000 integrating documentation into demo files, first draft; run Ant targe… · ainformatico/jquery-ui@e9d2650 · GitHub
Skip to content

Commit e9d2650

Browse files
committed
integrating documentation into demo files, first draft; run Ant targets docs-download and docs-process to generate the files
1 parent 06054c0 commit e9d2650

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

release/build.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,17 @@
233233
<get src="${url}Tabs" dest="tabs.xml" />
234234
</target>
235235

236-
<!--depends="download-docs"-->
237-
<target name="docs-process" >
236+
<target name="docs-process" depends="docs-download">
238237
<property name="docs.dir" value="${ui.dir}/documentation" />
239238
<delete dir="${docs.dir}" />
240239
<mkdir dir="${docs.dir}" />
241240
<xslt includes="*.xml,accordion.xml" excludes="build.xml" destdir="${docs.dir}" style="build/style.xsl" />
242241
</target>
243242

244243
<target name="docs-clean">
245-
<delete file="*.xml" exclude="build.xml" />
244+
<delete>
245+
<fileset file="*.xml" excludes="build.xml" />
246+
</delete>
246247
</target>
247248

248249
</project>

0 commit comments

Comments
 (0)