Title: [957] trunk/tooling/maven-jbi-plugin/src/plugin-resources/jbi.jsl: Fix bad jbi xsd location
- Revision
- 957
- Author
- gnt
- Date
- 2005-11-28 12:16:21 -0500 (Mon, 28 Nov 2005)
Log Message
Fix bad jbi xsd location
Modified Paths
Diff
Modified: trunk/tooling/maven-jbi-plugin/src/plugin-resources/jbi.jsl (956 => 957)
--- trunk/tooling/maven-jbi-plugin/src/plugin-resources/jbi.jsl 2005-11-28 17:16:02 UTC (rev 956)
+++ trunk/tooling/maven-jbi-plugin/src/plugin-resources/jbi.jsl 2005-11-28 17:16:21 UTC (rev 957)
@@ -4,7 +4,7 @@
<x:element URI="http://java.sun.com/xml/ns/jbi" name="jbi">
<x:attribute name="xmlns" trim="true">http://java.sun.com/xml/ns/jbi</x:attribute>
<x:attribute name="xmlns:xsi" trim="true">http://www.w3.org/2001/XMLSchema-instance</x:attribute>
- <x:attribute name="xsi:schemaLocation" trim="true">../jbi.xsd</x:attribute>
+ <x:attribute name="xsi:schemaLocation" trim="true">http://java.sun.com/xml/ns/jbi ../jbi.xsd</x:attribute>
<x:attribute name="version" trim="true">1.0</x:attribute>
<component type="${jbi.component.type}">