|
From: Elmer G. <ega...@us...> - 2004-07-27 04:10:27
|
Update of /cvsroot/javaowl/JavaOWL/src/org/javaowl/editor/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2962/src/org/javaowl/editor/swing Modified Files: OntTreePagelet.java PropertyEditorPagelet.java Log Message: Fixed build. Index: OntTreePagelet.java =================================================================== RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/editor/swing/OntTreePagelet.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OntTreePagelet.java 22 Jul 2004 18:28:38 -0000 1.2 --- OntTreePagelet.java 27 Jul 2004 04:10:18 -0000 1.3 *************** *** 31,35 **** import javax.swing.tree.DefaultTreeCellRenderer; import javax.swing.tree.DefaultTreeSelectionModel; - import javax.swing.tree.TreePath; import javax.swing.tree.TreeSelectionModel; --- 31,34 ---- Index: PropertyEditorPagelet.java =================================================================== RCS file: /cvsroot/javaowl/JavaOWL/src/org/javaowl/editor/swing/PropertyEditorPagelet.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PropertyEditorPagelet.java 22 Jul 2004 02:47:41 -0000 1.3 --- PropertyEditorPagelet.java 27 Jul 2004 04:10:18 -0000 1.4 *************** *** 19,26 **** package org.javaowl.editor.swing; - import java.awt.event.ActionListener; - - import javax.swing.JPanel; - import com.hp.hpl.jena.ontology.OntResource; import com.hp.hpl.jena.rdf.model.Resource; --- 19,22 ---- |