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 "Nebula/restructure"

(Nebula Restructure Plan)
(VCS Restructure)
Line 30: Line 30:
 
   
 
   
 
==VCS Restructure==
 
==VCS Restructure==
We will also be  
+
We will be restructuring the repository. Every widget will get its own little place in the repository like this:
  
  
 +
widget
 +
    o.e.n.widgets.widget
 +
    o.e.n.widgets.widget.feature
 +
    o.e.n.widgets.widget.tests
 +
    o.e.n.widgets.widget.tests.feature  <-- really needed?
 +
    o.e.n.widgets.widget.example
 +
    o.e.n.widgets.widget.snippets
  
 
==Build==
 
==Build==
 
==Clean Committer list==
 
==Clean Committer list==
 
==Assign/Deprecate Widgets==
 
==Assign/Deprecate Widgets==

Revision as of 17:21, 26 November 2011

Nebula Restructure Plan

This page is to track the Nebula Restructure. Please add yourself to the Watch list if you want to stay in sync with the changes made to this page.

Please discuss this page on the nebula-dev mailing list.

Retructure based on initial docuware by Tom Schindl.

media:Nebula-Restructure.pdf

Move to Git

Egit.png

We will be moving to git. We are currently investigating the steps that are needed to get there. Please expect the cvs repository to become read only before the end of the year and probably sooner.

All activities in the transition will be communicated to the mailing list.

  • Create repositories
    • Nebula Release
    • Nebula Incubation
    • Nebula NatTable
  • Update References
    • Website
    • Wiki
    • Documentation


http://wiki.eclipse.org/JAR_Signing

Rename Projects

All projects will be renamed to the nebula widget standard project renaming as outlined in this page. The concrete in which these standards are poured is still wet so we can still make changes.

VCS Restructure

We will be restructuring the repository. Every widget will get its own little place in the repository like this:


widget
    o.e.n.widgets.widget
    o.e.n.widgets.widget.feature
    o.e.n.widgets.widget.tests
    o.e.n.widgets.widget.tests.feature  <-- really needed?
    o.e.n.widgets.widget.example
    o.e.n.widgets.widget.snippets

Build

Clean Committer list

Assign/Deprecate Widgets

Back to the top