mirror of
https://github.com/apache/cloudstack
synced 2026-09-08 02:35:34 +00:00
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
Block a user