Author: maartenc
Date: Mon Feb 9 22:16:45 2009
New Revision: 742772
URL: http://svn.apache.org/viewvc?rev=742772&view=rev
Log:
Added schema information to allow validation in IDEs (and XML) editors.
Modified:
ant/ivy/core/trunk/ivy.xml
Modified: ant/ivy/core/trunk/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=742772&r1=742771&r2=742772&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Mon Feb 9 22:16:45 2009
@@ -16,7 +16,9 @@
specific language governing permissions and limitations
under the License.
-->
-<ivy-module version="1.0">
+<ivy-module version="1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org.apache.ivy"
module="ivy"
status="integration">