Revision: 17454
          http://sourceforge.net/p/gate/code/17454
Author:   markagreenwood
Date:     2014-02-26 20:05:38 +0000 (Wed, 26 Feb 2014)
Log Message:
-----------
okay so now I really hate spaghetti

Added Paths:
-----------
    gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java

Removed Paths:
-------------
    
plugins/trunk/obsolete/GAZE/src/com/ontotext/gate/vr/GeneralEditorException.java

Copied: gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java 
(from rev 17453, 
plugins/trunk/obsolete/GAZE/src/com/ontotext/gate/vr/GeneralEditorException.java)
===================================================================
--- gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java        
                        (rev 0)
+++ gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java        
2014-02-26 20:05:38 UTC (rev 17454)
@@ -0,0 +1,15 @@
+package com.ontotext.gate.vr;
+
+import gate.util.GateException;
+
+/** A general editor exception */
+public class GeneralEditorException extends GateException {
+
+  /** The base of the exception message */
+  private static final String BASE = "General Editor Exception:\n";
+
+
+  public GeneralEditorException(String msg) {
+    super(BASE+msg);
+  }
+}
\ No newline at end of file


Property changes on: 
gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Revision
\ No newline at end of property
Added: svn:mergeinfo
## -0,0 +1,6 ##
+/gate/branches/cl-experiment/src/main/com/ontotext/gate/vr/GeneralEditorException.java:15466-15613
+/gate/branches/new-ontology-api/src/main/com/ontotext/gate/vr/GeneralEditorException.java:10584-11598
+/gate/branches/release-7.0/src/main/com/ontotext/gate/vr/GeneralEditorException.java:15335-15398
+/gate/branches/sawdust/src/main/com/ontotext/gate/vr/GeneralEditorException.java:17055-17079
+/gate/tags/release-7.0/src/main/com/ontotext/gate/vr/GeneralEditorException.java:15399-15407
+/gate/trunk/src/main/com/ontotext/gate/vr/GeneralEditorException.java:3-7
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: 
plugins/trunk/obsolete/GAZE/src/com/ontotext/gate/vr/GeneralEditorException.java
===================================================================
--- 
plugins/trunk/obsolete/GAZE/src/com/ontotext/gate/vr/GeneralEditorException.java
    2014-02-26 19:53:46 UTC (rev 17453)
+++ 
plugins/trunk/obsolete/GAZE/src/com/ontotext/gate/vr/GeneralEditorException.java
    2014-02-26 20:05:38 UTC (rev 17454)
@@ -1,15 +0,0 @@
-package com.ontotext.gate.vr;
-
-import gate.util.GateException;
-
-/** A general editor exception */
-public class GeneralEditorException extends GateException {
-
-  /** The base of the exception message */
-  private static final String BASE = "General Editor Exception:\n";
-
-
-  public GeneralEditorException(String msg) {
-    super(BASE+msg);
-  }
-}
\ No newline at end of file

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


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to