Revision: 17341
          http://sourceforge.net/p/gate/code/17341
Author:   adamfunk
Date:     2014-02-19 13:53:42 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
The PMI example is now in the "readymade" list.

Added Paths:
-----------
    gate/trunk/plugins/TermRaider/src/gate/termraider/PMIExample.java

Copied: gate/trunk/plugins/TermRaider/src/gate/termraider/PMIExample.java (from 
rev 17336, 
gate/trunk/plugins/TermRaider/src/gate/termraider/TermRaiderEnglish.java)
===================================================================
--- gate/trunk/plugins/TermRaider/src/gate/termraider/PMIExample.java           
                (rev 0)
+++ gate/trunk/plugins/TermRaider/src/gate/termraider/PMIExample.java   
2014-02-19 13:53:42 UTC (rev 17341)
@@ -0,0 +1,16 @@
+package gate.termraider;
+
+import gate.creole.PackagedController;
+import gate.creole.metadata.AutoInstance;
+import gate.creole.metadata.AutoInstanceParam;
+import gate.creole.metadata.CreoleParameter;
+import gate.creole.metadata.CreoleResource;
+
+@CreoleResource(name = "PMI Example (English)",
+    icon = "TermRaiderApp",
+    autoinstances = @AutoInstance(parameters = {
+        @AutoInstanceParam(name="pipelineURL", 
value="applications/pmi-example.gapp"),
+        @AutoInstanceParam(name="menu", value="TermRaider")}))
+public class PMIExample extends PackagedController {
+
+}

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to