Revision: 17191
          http://sourceforge.net/p/gate/code/17191
Author:   markagreenwood
Date:     2013-12-20 08:57:15 +0000 (Fri, 20 Dec 2013)
Log Message:
-----------
bumped the GATE_XML_VERSION number up to 3. The main reason for this is because 
IF you save a document with relations using the updated API they won't be 
immediately openable in an old version of GATE. The version number ends up at 
the top of the XML file so it is easy for people to check when they report a 
problem so we can point them in the right direction

Modified Paths:
--------------
    gate/trunk/src/main/gate/corpora/DocumentStaxUtils.java

Modified: gate/trunk/src/main/gate/corpora/DocumentStaxUtils.java
===================================================================
--- gate/trunk/src/main/gate/corpora/DocumentStaxUtils.java     2013-12-19 
21:49:32 UTC (rev 17190)
+++ gate/trunk/src/main/gate/corpora/DocumentStaxUtils.java     2013-12-20 
08:57:15 UTC (rev 17191)
@@ -77,7 +77,7 @@
    */
   public static final char INVALID_CHARACTER_REPLACEMENT = ' ';
 
-  public static final String GATE_XML_VERSION = "2";
+  public static final String GATE_XML_VERSION = "3";
   
   /**
    * The number of < signs after which we encode a string using CDATA

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to