Change default ant target to jar.

Patch by brandonwilliams reviewed by Ben Coverston for CASSANDRA-4168
This commit is contained in:
Brandon Williams 2012-05-01 13:58:29 -05:00
parent 6ba063387f
commit f4430ff4e7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<project basedir="." default="build" name="apache-cassandra"
<project basedir="." default="jar" name="apache-cassandra"
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
<property environment="env"/>
<property file="build.properties" />