Revision: 17148
          http://sourceforge.net/p/gate/code/17148
Author:   markagreenwood
Date:     2013-12-01 10:35:22 +0000 (Sun, 01 Dec 2013)
Log Message:
-----------
moved the SyntaxTreeNode schema into the Tools plugin with the syntax tree 
viewer

Added Paths:
-----------
    gate/trunk/plugins/Tools/resources/schemas/
    gate/trunk/plugins/Tools/resources/schemas/SyntaxTreeNodeSchema.xml

Removed Paths:
-------------
    gate/trunk/plugins/ANNIE/resources/schema/SyntaxTreeNodeSchema.xml

Deleted: gate/trunk/plugins/ANNIE/resources/schema/SyntaxTreeNodeSchema.xml
===================================================================
--- gate/trunk/plugins/ANNIE/resources/schema/SyntaxTreeNodeSchema.xml  
2013-12-01 10:34:03 UTC (rev 17147)
+++ gate/trunk/plugins/ANNIE/resources/schema/SyntaxTreeNodeSchema.xml  
2013-12-01 10:35:22 UTC (rev 17148)
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
-  <!-- XSchema deffinition for SyntaxTreeNode -->
-  <element name="SyntaxTreeNode">
-    <complexType>
-      <attribute name="text" type="string" use ="optional"/>
-      <attribute name="cat" use="required">
-        <simpleType>
-          <restriction base="string">
-            <enumeration value="N"/>
-            <enumeration value="PropN"/>
-            <enumeration value="ADJ"/>
-            <enumeration value="DET"/>
-            <enumeration value="PREP"/>
-            <enumeration value="VTRANS"/>
-            <enumeration value="V"/>
-            <enumeration value="ADV"/>
-            <enumeration value="NP"/>
-            <enumeration value="VP"/>
-            <enumeration value="PP"/>
-            <enumeration value="S"/>
-            <enumeration value="AUX"/>
-          </restriction>
-        </simpleType>
-      </attribute>
-      <attribute name="consists" type="list" use="optional"/>
-    </complexType>
-  </element>
-</schema>

Copied: gate/trunk/plugins/Tools/resources/schemas/SyntaxTreeNodeSchema.xml 
(from rev 17138, 
gate/trunk/plugins/ANNIE/resources/schema/SyntaxTreeNodeSchema.xml)
===================================================================
--- gate/trunk/plugins/Tools/resources/schemas/SyntaxTreeNodeSchema.xml         
                (rev 0)
+++ gate/trunk/plugins/Tools/resources/schemas/SyntaxTreeNodeSchema.xml 
2013-12-01 10:35:22 UTC (rev 17148)
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<schema xmlns="http://www.w3.org/2000/10/XMLSchema";>
+  <!-- XSchema deffinition for SyntaxTreeNode -->
+  <element name="SyntaxTreeNode">
+    <complexType>
+      <attribute name="text" type="string" use ="optional"/>
+      <attribute name="cat" use="required">
+        <simpleType>
+          <restriction base="string">
+            <enumeration value="N"/>
+            <enumeration value="PropN"/>
+            <enumeration value="ADJ"/>
+            <enumeration value="DET"/>
+            <enumeration value="PREP"/>
+            <enumeration value="VTRANS"/>
+            <enumeration value="V"/>
+            <enumeration value="ADV"/>
+            <enumeration value="NP"/>
+            <enumeration value="VP"/>
+            <enumeration value="PP"/>
+            <enumeration value="S"/>
+            <enumeration value="AUX"/>
+          </restriction>
+        </simpleType>
+      </attribute>
+      <attribute name="consists" type="list" use="optional"/>
+    </complexType>
+  </element>
+</schema>

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=84349351&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to