mirror of https://github.com/apache/cloudstack.git
Remove the unnecessary excludes from build-ui
This commit is contained in:
parent
126e42c34e
commit
ae1a9ae452
|
|
@ -227,6 +227,11 @@
|
|||
<exclude name="**/.project" />
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${client.target.dir}">
|
||||
<fileset dir="${client.dir}/WEB-INF/classes">
|
||||
<include name="**/*.properties"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="build-server" depends="compile-server">
|
||||
|
|
|
|||
Loading…
Reference in New Issue