diff options
author | Christopher Frost | 2012-08-29 12:14:06 -0400 |
---|---|---|
committer | Christopher Frost | 2012-08-29 12:14:06 -0400 |
commit | cbef58baed9b46456a715e483ffa6ab8f83bb34d (patch) | |
tree | 865df811b900214ff962a17431b4baf059cf37d3 /org.eclipse.virgo.management.console | |
parent | 3208a4d9afd912e867a15ecf66cbfa9efcc5db66 (diff) | |
download | org.eclipse.virgo.kernel-cbef58baed9b46456a715e483ffa6ab8f83bb34d.tar.gz org.eclipse.virgo.kernel-cbef58baed9b46456a715e483ffa6ab8f83bb34d.tar.xz org.eclipse.virgo.kernel-cbef58baed9b46456a715e483ffa6ab8f83bb34d.zip |
Fixing bad ivy scheme version
Diffstat (limited to 'org.eclipse.virgo.management.console')
-rw-r--r-- | org.eclipse.virgo.management.console/ivy.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.virgo.management.console/ivy.xml b/org.eclipse.virgo.management.console/ivy.xml index efc70a99..bf6e1b12 100644 --- a/org.eclipse.virgo.management.console/ivy.xml +++ b/org.eclipse.virgo.management.console/ivy.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?> -<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd" version="1.3"> +<ivy-module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" version="2.0"> <info organisation="org.eclipse.virgo.management" module="${ant.project.name}"/> |