Revision: 18151
          http://sourceforge.net/p/gate/code/18151
Author:   markagreenwood
Date:     2014-07-04 07:22:57 +0000 (Fri, 04 Jul 2014)
Log Message:
-----------
fixed my fix from yesterday regarding plugin load order so that directory info 
is available when required during creole.xml processing -- not sure why it 
didn't break in the examples I tried yesterday

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/CreoleRegisterImpl.java

Modified: gate/trunk/src/main/gate/creole/CreoleRegisterImpl.java
===================================================================
--- gate/trunk/src/main/gate/creole/CreoleRegisterImpl.java     2014-07-04 
01:19:50 UTC (rev 18150)
+++ gate/trunk/src/main/gate/creole/CreoleRegisterImpl.java     2014-07-04 
07:22:57 UTC (rev 18151)
@@ -284,6 +284,7 @@
     // if already present do nothing
     if(!directories.contains(directoryUrl)) {
       // add it to the list of known directories
+      Gate.addKnownPlugin(directoryUrl);
       
       // parse the directory file
       try {
@@ -297,7 +298,6 @@
       }
       
       directories.add(directoryUrl);
-      Gate.addKnownPlugin(directoryUrl);
     }
   }
   

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


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to