You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/19 09:35:10 UTC

svn commit: r987052 - /ant/antlibs/common/trunk/upload.xml

Author: bodewig
Date: Thu Aug 19 07:35:09 2010
New Revision: 987052

URL: http://svn.apache.org/viewvc?rev=987052&view=rev
Log:
wrong location of settings file

Modified:
    ant/antlibs/common/trunk/upload.xml

Modified: ant/antlibs/common/trunk/upload.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/upload.xml?rev=987052&r1=987051&r2=987052&view=diff
==============================================================================
--- ant/antlibs/common/trunk/upload.xml (original)
+++ ant/antlibs/common/trunk/upload.xml Thu Aug 19 07:35:09 2010
@@ -29,7 +29,7 @@
           message="supply upload.user on the command line"/>
     <fail unless="upload.password"
           message="supply upload.password on the command line"/>
-    <ivy:configure file="ivysettings-nexus.xml"/>
+    <ivy:configure file="${common.basedir}/ivysettings-nexus.xml"/>
     <ivy:resolve file="${target.ivy.xml}"/>
     <ivy:retrieve/>
     <ivy:deliver/>