[Joafip-svn] SF.net SVN: joafip:[2971] trunk/joafip/src/main/java/net/sf/joafip/store/ service/exp
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-11-18 04:46:58
|
Revision: 2971
http://joafip.svn.sourceforge.net/joafip/?rev=2971&view=rev
Author: luc_peuvrier
Date: 2011-11-18 04:46:52 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
xml export namespace is now http://joafip.sourceforge.net
Modified Paths:
--------------
trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/out/XmlExporter.java
Modified: trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/out/XmlExporter.java
===================================================================
--- trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/out/XmlExporter.java 2011-11-18 02:52:27 UTC (rev 2970)
+++ trunk/joafip/src/main/java/net/sf/joafip/store/service/export_import/out/XmlExporter.java 2011-11-18 04:46:52 UTC (rev 2971)
@@ -135,7 +135,7 @@
throws StoreException {
try {
objectsStartTag.addAttribute("xmlns",
- "http://joafip.sourceforge.net/schema");
+ "http://joafip.sourceforge.net");
objectsStartTag.addAttribute("xmlns:xsi",
"http://www.w3.org/2001/XMLSchema-instance");
objectsStartTag.addAttribute("xsi:schemaLocation",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|