Removed authz from examples-dist

This commit is contained in:
stianst 2018-03-22 14:57:15 +01:00 committed by Stian Thorgersen
parent 07fea02146
commit 66186273ca

View file

@ -136,14 +136,6 @@
<exclude name="**/*.iml"/> <exclude name="**/*.iml"/>
</fileset> </fileset>
</copy> </copy>
<copy todir="target/examples/authz" overwrite="true">
<fileset dir="../../examples/authz">
<exclude name="**/target/**"/>
<exclude name="**/*.iml"/>
<exclude name="**/*.unconfigured"/>
<exclude name="**/subsystem-config.xml"/>
</fileset>
</copy>
<copy file="../../examples/pom.xml" tofile="target/examples/pom.xml"/> <copy file="../../examples/pom.xml" tofile="target/examples/pom.xml"/>
<copy file="../../examples/README.md" tofile="target/examples/README.md"/> <copy file="../../examples/README.md" tofile="target/examples/README.md"/>
<move file="target/examples/unconfigured-demo/README.md.unconfigured" tofile="target/examples/unconfigured-demo/README.md"/> <move file="target/examples/unconfigured-demo/README.md.unconfigured" tofile="target/examples/unconfigured-demo/README.md"/>