Author: maartenc
Date: Sun Jun 13 19:40:53 2010
New Revision: 954291

URL: http://svn.apache.org/viewvc?rev=954291&view=rev
Log:
DOCUMENTATION: updated organisation name of the ivy.xml example

Modified:
    ant/ivy/core/trunk/doc/tutorial/start.html

Modified: ant/ivy/core/trunk/doc/tutorial/start.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/tutorial/start.html?rev=954291&r1=954290&r2=954291&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/tutorial/start.html (original)
+++ ant/ivy/core/trunk/doc/tutorial/start.html Sun Jun 13 19:40:53 2010
@@ -34,7 +34,7 @@ This file is used to describe the depend
 Here is the sample: 
 <code type="xml">
 <ivy-module version="2.0">
-    <info organisation="apache" module="hello-ivy"/>
+    <info organisation="org.apache" module="hello-ivy"/>
     <dependencies>
         <dependency org="commons-lang" name="commons-lang" rev="2.0"/>
         <dependency org="commons-cli" name="commons-cli" rev="1.0"/>


Reply via email to