Revision: 13836
          http://gate.svn.sourceforge.net/gate/?rev=13836&view=rev
Author:   valyt
Date:     2011-05-19 17:10:55 +0000 (Thu, 19 May 2011)

Log Message:
-----------
Include all plugins that don't have external dependencies by default.

Modified Paths:
--------------
    mimir/trunk/demo-web-app/grails-app/conf/MimirConfig.groovy

Modified: mimir/trunk/demo-web-app/grails-app/conf/MimirConfig.groovy
===================================================================
--- mimir/trunk/demo-web-app/grails-app/conf/MimirConfig.groovy 2011-05-19 
07:10:23 UTC (rev 13835)
+++ mimir/trunk/demo-web-app/grails-app/conf/MimirConfig.groovy 2011-05-19 
17:10:55 UTC (rev 13836)
@@ -34,12 +34,15 @@
 }
 
 // Mimir plugins to load.  You generally need at least one of the standard
-// db-h2 and/or ordi plugins, as well as the measurements plugin if you are
-// using Measurement annotations.  The plugins will be loaded from their
-// specified locations for run-app and will be packaged into the WAR for
-// deployment.
+// db-h2, ordi, or sesame plugins, as well as the measurements plugin if 
+// you are using Measurement annotations.  The plugins will be loaded from 
+// their specified locations for run-app and will be packaged into the WAR 
+// for deployment.
+// By default we load all plugins that don't have external dependencies
 plugins {
   h2 = "../plugins/db-h2"
+  measurements = "../plugins/measurements"
+  sparql = "../plugins/sparql"
 }
 
 // the xgapp file that defines the query tokeniser.  Alternatively


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

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to