Skip to content

Commit

Permalink
LPS-34674 Wrong separator in the list of file to extract will cause t…
Browse files Browse the repository at this point in the history
…hat the apache mime jar to be excluded from the final war file
  • Loading branch information
migue authored and brianchandotcom committed Jul 11, 2013
1 parent 1766038 commit 729907f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webs/solr4-web/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dest="tmp/WEB-INF/lib"
src="${original.war.file}"
>
<patternset includes="apache-solr-4.0.0/dist/apache-solr-core-*.jar,apache-solr-4.0.0/dist/apache-solr-solrj-*.jar,apache-solr-4.0.0/dist/solrj-lib/log4j-over-slf4j*.jar,apache-solr-4.0.0/dist/solrj-lib/httpmime*.jar;apache-solr-4.0.0/dist/solrj-lib/wstx-asl*.jar,apache-solr-4.0.0/dist/solrj-lib/zookeeper*.jar" />
<patternset includes="apache-solr-4.0.0/dist/apache-solr-core-*.jar,apache-solr-4.0.0/dist/apache-solr-solrj-*.jar,apache-solr-4.0.0/dist/solrj-lib/log4j-over-slf4j*.jar,apache-solr-4.0.0/dist/solrj-lib/httpmime*.jar,apache-solr-4.0.0/dist/solrj-lib/wstx-asl*.jar,apache-solr-4.0.0/dist/solrj-lib/zookeeper*.jar" />
<mapper type="flatten" />
</unzip>
</target>
Expand All @@ -22,4 +22,4 @@
<param name="zip.includes" value="apache-solr-4.0.0/dist/apache-solr-core-*.jar,apache-solr-4.0.0/dist/apache-solr-solrj-*.jar,apache-solr-4.0.0/dist/solrj-lib/log4j-over-slf4j*.jar,apache-solr-4.0.0/dist/solrj-lib/httpmime*.jar;apache-solr-4.0.0/dist/solrj-lib/wstx-asl*.jar,apache-solr-4.0.0/dist/solrj-lib/zookeeper*.jar" />
</antcall>
</target>
</project>
</project>

0 comments on commit 729907f

Please sign in to comment.