Author: nbubna
Date: Mon Oct 27 22:13:37 2008
New Revision: 708439
URL: http://svn.apache.org/viewvc?rev=708439&view=rev
Log:
remove errant 'unless' attribute from deploy task
Modified:
velocity/tools/trunk/build.xml
Modified: velocity/tools/trunk/build.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/build.xml?rev=708439&r1=708438&r2=708439&view=diff
==============================================================================
--- velocity/tools/trunk/build.xml (original)
+++ velocity/tools/trunk/build.xml Mon Oct 27 22:13:37 2008
@@ -817,8 +817,7 @@
</target>
<!-- Deploy Maven artifacts to remote repository -->
- <target name="deploy"
- depends="maven.prepare,release,deploy-custom,deploy-apache"
unless="maven.remote.repository"
+ <target name="deploy"
depends="maven.prepare,release,deploy-custom,deploy-apache"
description="Deploys the Maven artifacts to configured repository">
</target>