Revision: 15079
          http://gate.svn.sourceforge.net/gate/?rev=15079&view=rev
Author:   markagreenwood
Date:     2012-01-16 15:45:30 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
I've made the old wrapper private (i.e. it no longer shows up in the GUI) to 
discourage people from using it

Modified Paths:
--------------
    
gate/trunk/plugins/Ontology/src/gate/creole/ontology/owlim/OWLIMOntologyLR.java

Modified: 
gate/trunk/plugins/Ontology/src/gate/creole/ontology/owlim/OWLIMOntologyLR.java
===================================================================
--- 
gate/trunk/plugins/Ontology/src/gate/creole/ontology/owlim/OWLIMOntologyLR.java 
    2012-01-16 15:38:07 UTC (rev 15078)
+++ 
gate/trunk/plugins/Ontology/src/gate/creole/ontology/owlim/OWLIMOntologyLR.java 
    2012-01-16 15:45:30 UTC (rev 15079)
@@ -44,7 +44,8 @@
     interfaceName = "gate.creole.ontology.Ontology",
     comment = "Ontology created as a temporary OWLIM3 in-memory repository, 
for backwards compatibility only",
     icon = "ontology",
-    helpURL = 
"http://gate.ac.uk/userguide/sec:ontologies:ontoplugin:owlim2compat";)
+    helpURL = 
"http://gate.ac.uk/userguide/sec:ontologies:ontoplugin:owlim2compat";,
+    isPrivate = true)
 public class OWLIMOntologyLR 
     extends OWLIMOntology
   {

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to