keycloak-scim/distribution/theme-template-zip/build.xml

12 lines
328 B
XML
Raw Normal View History

2014-02-18 23:59:50 +00:00
<project name="example-dist" basedir="." default="all">
<target name="all">
<delete dir="target/themes"/>
<copy todir="target/themes" overwrite="true">
<fileset dir="../../forms/common-themes/src/main/resources/theme">
</fileset>
2014-02-18 23:59:50 +00:00
</copy>
</target>
</project>