SOLR-1433 followup -- Prevent extraction/lib and clustering/lib from being copied into the lib directory

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-09-28 20:27:28 +00:00
parent 18e669e5cd
commit 8eaba03d59
2 changed files with 0 additions and 10 deletions

View File

@ -152,12 +152,6 @@
</target>
<target name="dist" depends="build">
<mkdir dir="${solr-path}/dist/solr-clustering-lib"/>
<copy todir="${solr-path}/dist/solr-clustering-lib">
<fileset dir="lib">
<exclude name="downloads/**"/>
</fileset>
</copy>
<!--
<copy file="${dest}/${fullnamever}.jar" todir="${solr-path}/build/web/WEB-INF/lib"/>
<copy todir="${solr-path}/build/web/WEB-INF/lib" flatten="true">

View File

@ -110,11 +110,7 @@
</target>
<target name="dist" depends="build">
<mkdir dir="${solr-path}/dist/solr-cell-lib"/>
<copy file="build/${fullnamever}.jar" todir="${solr-path}/dist"/>
<copy todir="${solr-path}/dist/solr-cell-lib">
<fileset dir="lib"/>
</copy>
</target>
<target name="example" depends="build">