Skip to content

Commit

Permalink
* fix dependencies
Browse files Browse the repository at this point in the history
* fix namespaces
  • Loading branch information
Heiko Dietze committed Oct 18, 2012
1 parent 174f522 commit 4949938
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OboGraphViewProtege/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.bbop</groupId>
<groupId>org.geneontology</groupId>
<artifactId>OboGraphView</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.owlapi</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import javax.swing.SwingUtilities;

import org.apache.log4j.Logger;
import org.bbop.obo.GraphViewCanvas;
import org.geneontology.obo.GraphViewCanvas;
import org.protege.editor.owl.model.OWLModelManager;
import org.protege.editor.owl.model.OWLWorkspace;
import org.protege.editor.owl.model.inference.OWLReasonerManager;
Expand Down
2 changes: 1 addition & 1 deletion OboGraphViewProtege/src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension id="OboGraphView"
point="org.protege.editor.core.application.ViewComponent">
<label value="OBO Graph View Component"/>
<class value="org.bbop.graph.view.OboGraphView"/>
<class value="org.geneontology.view.OboGraphView"/>
<category value="@org.protege.ontologycategory"/>
</extension>

Expand Down

0 comments on commit 4949938

Please sign in to comment.