Prune trailing whitespace

This commit is contained in:
David Hoover
2011-06-10 14:30:01 -07:00
parent 459c428d7f
commit ba99985401
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
</target>
<property name="maven.install.repo" value="file://${user.home}/.m2/repository"/>
<target name="install" depends="package"
<target name="install" depends="package"
description="Deploys our build artifacts to a Maven repository.">
<jar basedir="${src.dir}" destfile="${target.dir}/${ant.project.name}-sources.jar"/>
<artifact:deploy file="${target.dir}/${ant.project.name}.jar" uniqueVersion="false">