mirror of https://github.com/apache/cloudstack.git
JSP files not being included in dist, are now being included
This commit is contained in:
parent
f3eac52831
commit
7e761a4db7
|
|
@ -211,6 +211,7 @@
|
|||
<fileset dir="${ui.user.dir}">
|
||||
<include name="**/*.html" />
|
||||
<include name="**/*.js"/>
|
||||
<include name="**/*.jsp"/>
|
||||
<exclude name="**/.classpath" />
|
||||
<exclude name="**/.project" />
|
||||
</fileset>
|
||||
|
|
@ -223,6 +224,7 @@
|
|||
<include name="**/*"/>
|
||||
<exclude name="**/*.html" />
|
||||
<exclude name="**/*.js"/>
|
||||
<exclude name="**/*.jsp"/>
|
||||
<exclude name="**/.classpath" />
|
||||
<exclude name="**/.project" />
|
||||
</fileset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue