updated build script
This commit is contained in:
parent
ace5f2b474
commit
e94bc15753
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
<exclude name=".git/**"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
</fileset>
|
||||
<fileset dir="${dir.development}../Basic-Components/src">
|
||||
<exclude name=".git/**"/>
|
||||
<exclude name="**/*.xml"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<mkdir dir="contents" />
|
||||
|
|
Loading…
Reference in a new issue