From 4949938cbdfc623bc3546614c98856523feff365 Mon Sep 17 00:00:00 2001 From: Heiko Dietze Date: Thu, 18 Oct 2012 20:03:15 +0000 Subject: [PATCH] * fix dependencies * fix namespaces --- OboGraphViewProtege/pom.xml | 4 ++-- .../src/main/java/org/geneontology/view/OboGraphView.java | 2 +- OboGraphViewProtege/src/main/resources/plugin.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OboGraphViewProtege/pom.xml b/OboGraphViewProtege/pom.xml index 141708a..5f1e37b 100644 --- a/OboGraphViewProtege/pom.xml +++ b/OboGraphViewProtege/pom.xml @@ -86,9 +86,9 @@ - org.bbop + org.geneontology OboGraphView - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT net.sourceforge.owlapi diff --git a/OboGraphViewProtege/src/main/java/org/geneontology/view/OboGraphView.java b/OboGraphViewProtege/src/main/java/org/geneontology/view/OboGraphView.java index 74bc5d8..0524771 100644 --- a/OboGraphViewProtege/src/main/java/org/geneontology/view/OboGraphView.java +++ b/OboGraphViewProtege/src/main/java/org/geneontology/view/OboGraphView.java @@ -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; diff --git a/OboGraphViewProtege/src/main/resources/plugin.xml b/OboGraphViewProtege/src/main/resources/plugin.xml index cc5ef4e..b0ce165 100644 --- a/OboGraphViewProtege/src/main/resources/plugin.xml +++ b/OboGraphViewProtege/src/main/resources/plugin.xml @@ -5,7 +5,7 @@