Revision: 14971
http://gate.svn.sourceforge.net/gate/?rev=14971&view=rev
Author: markagreenwood
Date: 2012-01-10 08:47:07 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
added ID and VERSION tags to all the creole.xml files which means that the
site.xml now works
Modified Paths:
--------------
plugins/trunk/obsolete/Jape_Compiler/creole.xml
plugins/trunk/obsolete/Montreal_Transducer/creole.xml
plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml
plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml
plugins/trunk/obsolete/Web_Search_Google/creole.xml
plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml
plugins/trunk/obsolete/apf-exporter/creole.xml
plugins/trunk/obsolete/document-editor/creole.xml
plugins/trunk/obsolete/html-documentformat/creole.xml
plugins/trunk/obsolete/rasp/creole.xml
Modified: plugins/trunk/obsolete/Jape_Compiler/creole.xml
===================================================================
--- plugins/trunk/obsolete/Jape_Compiler/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/Jape_Compiler/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $Id$ -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="ontotext.JAPE Compiler" VERSION="1.0">
<!-- Processing Resources -->
<CREOLE>
<!--creole.xml for Japec -->
Modified: plugins/trunk/obsolete/Montreal_Transducer/creole.xml
===================================================================
--- plugins/trunk/obsolete/Montreal_Transducer/creole.xml 2012-01-10
02:19:29 UTC (rev 14970)
+++ plugins/trunk/obsolete/Montreal_Transducer/creole.xml 2012-01-10
08:47:07 UTC (rev 14971)
@@ -2,7 +2,7 @@
<!-- plamondl, 11/11/2003 -->
<!-- $Id$ -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="ca.umontreal.iro.rali.gate.creole.Montreal Transducer"
VERSION="1.0">
<CREOLE>
<RESOURCE>
Modified: plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml
===================================================================
--- plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- $Id: creole.xml 10304 2009-03-25 11:13:06Z ian_roberts $ -->
<!-- creole.xml directory file for GATE builtins -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.OWLIM2 Based Ontology Plugin" VERSION="1.0">
<CREOLE>
<!-- Ontology -->
Modified: plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml
===================================================================
--- plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.TreeTagger" VERSION="1.0">
<JAR SCAN="true">TreeTagger.jar</JAR>
</CREOLE-DIRECTORY>
Modified: plugins/trunk/obsolete/Web_Search_Google/creole.xml
===================================================================
--- plugins/trunk/obsolete/Web_Search_Google/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/Web_Search_Google/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $Id$ -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.Google Web Search" VERSION="1.0">
<CREOLE>
<!-- creole.xml for SearchPR -->
<RESOURCE>
Modified: plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml
===================================================================
--- plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $Id: creole.xml 2660 2006-06-21 10:19:27Z ian $ -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.Yahoo! Web Search" VERSION="1.0">
<CREOLE>
<!-- creole.xml for YahooPR -->
<RESOURCE>
Modified: plugins/trunk/obsolete/apf-exporter/creole.xml
===================================================================
--- plugins/trunk/obsolete/apf-exporter/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/apf-exporter/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!-- $Id$ -->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.APF XML Exporter" VERSION="1.0">
<JAR>apf-exporter.jar</JAR>
<CREOLE>
<!-- creole.xml for the APF exporter -->
Modified: plugins/trunk/obsolete/document-editor/creole.xml
===================================================================
--- plugins/trunk/obsolete/document-editor/creole.xml 2012-01-10 02:19:29 UTC
(rev 14970)
+++ plugins/trunk/obsolete/document-editor/creole.xml 2012-01-10 08:47:07 UTC
(rev 14971)
@@ -4,7 +4,7 @@
These VRs make up the obsolete document editor. This editor has been replaced
by the classes in gate.gui.docview.
-->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.Document Editor" VERSION="1.0">
<JAR>document-editor.jar</JAR>
<CREOLE>
<RESOURCE>
Modified: plugins/trunk/obsolete/html-documentformat/creole.xml
===================================================================
--- plugins/trunk/obsolete/html-documentformat/creole.xml 2012-01-10
02:19:29 UTC (rev 14970)
+++ plugins/trunk/obsolete/html-documentformat/creole.xml 2012-01-10
08:47:07 UTC (rev 14971)
@@ -6,7 +6,7 @@
handling modern HTML, but the old format is here for existing applications
that depend on its behaviour.
-->
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.Swing Based HTML Document Format" VERSION="1.0">
<JAR>HTMLDocumentFormat.jar</JAR>
<CREOLE>
<!-- creole.xml for the old HTML document format -->
Modified: plugins/trunk/obsolete/rasp/creole.xml
===================================================================
--- plugins/trunk/obsolete/rasp/creole.xml 2012-01-10 02:19:29 UTC (rev
14970)
+++ plugins/trunk/obsolete/rasp/creole.xml 2012-01-10 08:47:07 UTC (rev
14971)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<CREOLE-DIRECTORY>
+<CREOLE-DIRECTORY ID="gate.RASP" VERSION="1.0">
<CREOLE>
<RESOURCE>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs