Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona Development"

 
(obsolete)
 
(23 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Development Environment ==
 
* Corona is based upon Eclipse v3.2 (or later).
 
* All bundles and plugins should be compiled for JDK 1.4
 
** Components requiring JDK 1.5 should be in their own bundles
 
  
=== CVS Structure ===
 
<pre>
 
org.eclipse.corona
 
+---build
 
+---examples
 
+---features
 
+---plugins
 
|  +---org.eclipse.corona.client.collaboration
 
|  +---org.eclipse.corona.client.collaboration.builder
 
|  +---org.eclipse.corona.client.ecf
 
|  +---org.eclipse.corona.common.collaboration
 
|  +---org.eclipse.corona.common.ecf
 
|  +---org.eclipse.corona.server.ecf
 
+---tests
 
</pre>
 

Latest revision as of 10:47, 27 February 2008

Back to the top