SOLR-1300: clean up packaging targets a bit for clustering, still needs more review

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-09-09 00:37:32 +00:00
parent b3ffddf116
commit cfb1d4ee51
2 changed files with 7 additions and 1 deletions

View File

@ -611,7 +611,7 @@
<tarfileset dir="."
prefix="${fullnamever}"
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python" />
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/* **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
<tarfileset dir="."
mode="755"
prefix="${fullnamever}"

View File

@ -152,6 +152,12 @@
</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">