separate maven and conventional packages

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062123 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-01-22 09:32:08 +00:00
parent 82640ec617
commit a1baa30380
1 changed files with 2 additions and 7 deletions

View File

@ -56,7 +56,7 @@
<echo message="Use 'ant compile' to compile the source code." />
<echo message="Use 'ant dist' to build the project WAR and JAR files." />
<echo message="Use 'ant generate-maven-artifacts' to generate maven artifacts." />
<echo message="Use 'ant package' to generate zip, tgz, and maven artifacts for distribution." />
<echo message="Use 'ant package' to generate zip, tgz for distribution." />
<echo message="Use 'ant luke' to start luke. see: http://luke.googlecode.com" />
<echo message="Use 'ant test' to run unit tests." />
</target>
@ -714,7 +714,7 @@
</target>
<!-- make a distribution -->
<target name="package" depends="generate-maven-artifacts"/>
<target name="package" depends="create-package"/>
<target name="create-package"
description="Packages the Solr Distribution files and Documentation."
@ -924,11 +924,6 @@
</sequential>
</target>
<target name="nightly"
depends="set-fsdir, test, create-package">
<!-- no description, don't advertise -->
</target>
<target name="set-fsdir">
<property name="use.fsdir" value="true"/>
</target>