Skip to content

Commit

Permalink
copy bt-model/core.xml, exclude bt15/
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Lubell committed Jan 29, 2021
1 parent 18b205b commit 0c5de54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bt/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<target name="copy" depends="init, transform, ics, bt, index, clean"
description="generate the distribution">
<copy todir="${build}" preservelastmodified="true">
<fileset dir="." includes="*.png *.css images/** ics/** xsltforms/**"/>
<fileset dir="." includes="*.png *.css bt-model/core.xml images/** ics/** xsltforms/**"/>
</copy>
</target>

Expand All @@ -88,7 +88,7 @@
description="zip up the copied files">
<zip destfile="BT-${DSTAMP}.zip">
<fileset dir="${build}"
excludes="bt/** bt-angular/** content/** dita/**"/>
excludes="bt/** bt15/** bt-angular/** content/** dita/**"/>
</zip>
</target>

Expand Down

0 comments on commit 0c5de54

Please sign in to comment.