mirror of https://github.com/apache/cloudstack.git
Remove the unnecessary excludes from build-ui
This commit is contained in:
parent
6b08c8afc3
commit
b9e600ed53
|
|
@ -225,7 +225,6 @@
|
|||
<include name="**/*.jsp"/>
|
||||
<exclude name="**/.classpath" />
|
||||
<exclude name="**/.project" />
|
||||
<exclude name="resources/*"/>
|
||||
</fileset>
|
||||
<filterset>
|
||||
<filter token="VERSION" value="${impl.version}"/>
|
||||
|
|
@ -239,7 +238,6 @@
|
|||
<exclude name="**/*.jsp"/>
|
||||
<exclude name="**/.classpath" />
|
||||
<exclude name="**/.project" />
|
||||
<exclude name="resources/*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${client.target.dir}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue