Revision: 14946
          http://gate.svn.sourceforge.net/gate/?rev=14946&view=rev
Author:   markagreenwood
Date:     2012-01-09 12:22:42 +0000 (Mon, 09 Jan 2012)
Log Message:
-----------
fixed a typo

Modified Paths:
--------------
    
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java

Modified: 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
===================================================================
--- 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
 2012-01-09 12:20:29 UTC (rev 14945)
+++ 
gate/trunk/plugins/Ontology_BDM_Computation/src/gate/bdmComp/TestBDMCompPlugin.java
 2012-01-09 12:22:42 UTC (rev 14946)
@@ -27,7 +27,7 @@
     super(arg0);
     if(!initialized) {
       Gate.init();
-      File owlimPluginHome = new File(new File(Gate.getGateHome(), 
"plugins/"), "Ontology");
+      File owlimPluginHome = new File(new File(Gate.getGateHome(), "plugins"), 
"Ontology");
       Gate.getCreoleRegister().addDirectory(owlimPluginHome.toURI().toURL());
       bdmPluginHome = new File(new File(Gate.getGateHome(), "plugins"),
         "Ontology_BDM_Computation");

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to