You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/02/08 23:21:36 UTC

svn commit: r907826 - /incubator/wookie/trunk/ant/ivy-webapp-common.xml

Author: rgardler
Date: Mon Feb  8 22:21:35 2010
New Revision: 907826

URL: http://svn.apache.org/viewvc?rev=907826&view=rev
Log:
Use apache namespace for ivy library (Thanks to Sander van der Waal)

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

Modified: incubator/wookie/trunk/ant/ivy-webapp-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-webapp-common.xml?rev=907826&r1=907825&r2=907826&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-webapp-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-webapp-common.xml Mon Feb  8 22:21:35 2010
@@ -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">
 
 	<property name="project.webapp.dir" location="WebContent" />