Skip to content

Commit

Permalink
remove directory from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Jul 27, 2023
1 parent 96093af commit f1ef705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
description="Generate the distribution">

<zip destfile="${dist.dir}/${xr-schematron.zip}" basedir="${build.dir}"
excludes="download/**,schematron/QS*2017/**,bis/**,generated" />
excludes="download/**,schematron/QS*2017/**,bis/**,generated,national-rules/**" />
</target>


Expand All @@ -362,7 +362,7 @@
description="Generate the distribution">

<zip destfile="${dist.dir}/${xr-schematron.zip}" basedir="${build.dir}"
excludes="download/**,schematron/QS*2017/**,bis/**,generated" />
excludes="download/**,schematron/QS*2017/**,bis/**,generated,national-rules/**" />
</target>

<target name="clean" description="clean up">
Expand Down

0 comments on commit f1ef705

Please sign in to comment.