mirror of https://github.com/apache/lucene.git
change only the build file rather than the names.
This commit is contained in:
parent
e4da5a3589
commit
3086040feb
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue