You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2009/11/02 22:01:51 UTC

svn commit: r832107 - /incubator/wookie/trunk/ant/ivy-java-common.xml

Author: scottbw
Date: Mon Nov  2 21:01:50 2009
New Revision: 832107

URL: http://svn.apache.org/viewvc?rev=832107&view=rev
Log:
Fixed incorrect namespace for Ivy

Modified:
    incubator/wookie/trunk/ant/ivy-java-common.xml

Modified: incubator/wookie/trunk/ant/ivy-java-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-java-common.xml?rev=832107&r1=832106&r2=832107&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-java-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-java-common.xml Mon Nov  2 21:01:50 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns:ivy="antlib:fr.jayasoft.ivy.ant">
+<project xmlns:ivy="antlib:org.apache.ivy.ant">
 
     <import file="ivy-common.xml"/>