File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
java/org/geneontology/view Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 </repositories >
8787 <dependencies >
8888 <dependency >
89- <groupId >org.bbop </groupId >
89+ <groupId >org.geneontology </groupId >
9090 <artifactId >OboGraphView</artifactId >
91- <version >0.0.1 -SNAPSHOT</version >
91+ <version >0.1.0 -SNAPSHOT</version >
9292 <exclusions >
9393 <exclusion >
9494 <groupId >net.sourceforge.owlapi</groupId >
Original file line number Diff line number Diff line change 1414import javax .swing .SwingUtilities ;
1515
1616import org .apache .log4j .Logger ;
17- import org .bbop .obo .GraphViewCanvas ;
17+ import org .geneontology .obo .GraphViewCanvas ;
1818import org .protege .editor .owl .model .OWLModelManager ;
1919import org .protege .editor .owl .model .OWLWorkspace ;
2020import org .protege .editor .owl .model .inference .OWLReasonerManager ;
Original file line number Diff line number Diff line change 55 <extension id =" OboGraphView"
66 point =" org.protege.editor.core.application.ViewComponent" >
77 <label value =" OBO Graph View Component" />
8- <class value =" org.bbop.graph .view.OboGraphView" />
8+ <class value =" org.geneontology .view.OboGraphView" />
99 <category value =" @org.protege.ontologycategory" />
1010 </extension >
1111
You can’t perform that action at this time.
0 commit comments