change only the build file rather than the names.

This commit is contained in:
marcussorealheis 2019-07-15 10:54:02 -07:00 committed by Erik Hatcher
parent e4da5a3589
commit 3086040feb
7 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<ant dir="${common-solr.dir}" inheritall="false" target="contribs-add-to-webapp"/>
<mkdir dir="${server.dir}/solr-webapp/webapp"/>
<copy todir="${server.dir}/solr-webapp/webapp">
<fileset dir="web" excludes="${exclude.from.webapp},*full.js"/>
<fileset dir="web" excludes="${exclude.from.webapp}, angular-cookies.js, angular-route.js, angular-sanitize.js, angular-utf8-base.js, angular.js, chosen.jquery.js"/>
<fileset dir="${dest}/web" excludes="${exclude.from.war}"/> <!-- contribs' additions -->
</copy>
<mkdir dir="${server.dir}/solr-webapp/webapp/WEB-INF/lib"/>