Difference between revisions of "Protege4DevDocs"

From Protege Wiki
Jump to: navigation, search
(changed some wording)
Line 15: Line 15:
  
 
<ul>
 
<ul>
<li>[[CompileProtege4InEclipse|Compile and run Protege 4 in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''each bundle is created as a separate Eclipse project''.</li>
+
<li>[[CompileProtege4InEclipse|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''each bundle is created as a separate Eclipse project''.</li>
<li>[[CompileProtege4InEclipseOneProject|Compile and run Protege 4 in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''all bundles are encapsulated in one Eclipse project''.</li>
+
<li>[[CompileProtege4InEclipseOneProject|Compile and run the Protege-OWL editor in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''all bundles are encapsulated in one Eclipse project''.</li>
 
</ul>
 
</ul>

Revision as of 16:33, October 18, 2007

Protege 4 Developer Documentation

This page is still somewhat under construction...



Working with Protege 4 source code

To Do List:

- Need to add some explanatory text here about how to choose between compiling using a separate project for each bundle vs. using one big project.

- Maybe some high-level description here would be helpful about how source code is organized since it's different than 3.3.1, i.e., we're using OSGi now?