svnno****@sourc*****
svnno****@sourc*****
2008年 11月 10日 (月) 21:06:40 JST
Revision: 2120 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=2120 Author: daisuke_m Date: 2008-11-10 21:06:40 +0900 (Mon, 10 Nov 2008) Log Message: ----------- xsdへのパス修正。 Modified Paths: -------------- artemis/trunk/org.jiemamy.serializer/src/test/resources/org/jiemamy/serializer/sax/test01.xml artemis/trunk/org.jiemamy.serializer/src/test/resources/sample.xml -------------- next part -------------- Modified: artemis/trunk/org.jiemamy.serializer/src/test/resources/org/jiemamy/serializer/sax/test01.xml =================================================================== --- artemis/trunk/org.jiemamy.serializer/src/test/resources/org/jiemamy/serializer/sax/test01.xml 2008-11-10 12:06:13 UTC (rev 2119) +++ artemis/trunk/org.jiemamy.serializer/src/test/resources/org/jiemamy/serializer/sax/test01.xml 2008-11-10 12:06:40 UTC (rev 2120) @@ -1,9 +1,12 @@ <?xml version="1.0"?> <rootModel id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" -xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" -xsi:schemaLocation="http://jiemamy.org/xml/ns/core jiemamy-core.xsd" -xmlns="http://jiemamy.org/xml/ns/core" -xmlns:view="http://jiemamy.org/xml/ns/view"> + xmlns="http://jiemamy.org/xml/ns/core" + xmlns:view="http://jiemamy.org/xml/ns/view" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation= + "http://jiemamy.org/xml/ns/core ../../../../../../../../org.jiemamy.spec.core/src/main/resources/jiemamy-core.xsd + http://jiemamy.org/xml/ns/view ../../../../../../../../org.jiemamy.spec.core/src/main/resources/jiemamy-view.xsd"> + <dialect class="org.jiemamy.dialect.mysql.MySqlDialect"/> <schemaName>FOO</schemaName> <beginScript>BEGIN;</beginScript> Modified: artemis/trunk/org.jiemamy.serializer/src/test/resources/sample.xml =================================================================== --- artemis/trunk/org.jiemamy.serializer/src/test/resources/sample.xml 2008-11-10 12:06:13 UTC (rev 2119) +++ artemis/trunk/org.jiemamy.serializer/src/test/resources/sample.xml 2008-11-10 12:06:40 UTC (rev 2120) @@ -4,8 +4,8 @@ xmlns:view="http://jiemamy.org/xml/ns/view" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= - "http://jiemamy.org/xml/ns/core jiemamy-core.xsd - http://jiemamy.org/xml/ns/view jiemamy-view.xsd"> + "http://jiemamy.org/xml/ns/core ../../../../org.jiemamy.spec.core/src/main/resources/jiemamy-core.xsd + http://jiemamy.org/xml/ns/view ../../../../org.jiemamy.spec.core/src/main/resources/jiemamy-view.xsd"> <dialect class="org.jiemamy.dialect.mysql.MySqlDialect"/> <schemaName>FOO</schemaName>