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 "Dependencies to Eclipse components"

(Created page with "This page list the different components used in Papyrus and theirs status : * [https://projects.eclipse.org/projects/technology.xwt Xwt] : ** Papyrus use a forked version v...")
 
Line 2: Line 2:
  
 
* [https://projects.eclipse.org/projects/technology.xwt Xwt] :  
 
* [https://projects.eclipse.org/projects/technology.xwt Xwt] :  
** Papyrus use a forked version version of xwt [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/xwt/org.eclipse.papyrus.xwt]
+
** Papyrus uses a forked version version of xwt [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/xwt/org.eclipse.papyrus.xwt]
 
** Status : since xwt is now in the release train, work will be done to reuse the official version  (Theses features should be contributed #403757 #290952 #417409)  
 
** Status : since xwt is now in the release train, work will be done to reuse the official version  (Theses features should be contributed #403757 #290952 #417409)  
  
 
* [http://www.eclipse.org/facet/ Emf facet]
 
* [http://www.eclipse.org/facet/ Emf facet]
** Papyrus use a forked version version of Emf facet [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/facet]
+
** Papyrus uses a forked version version of Emf facet [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/facet]
 
** Status : waiting the first official release (outside incubation) to merged back  
 
** Status : waiting the first official release (outside incubation) to merged back  
  
 
* [http://eclipse.org/gmf-tooling/ GMFT]
 
* [http://eclipse.org/gmf-tooling/ GMFT]
** Papyrus use an extended version of  gmft to generate uml diagrams [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/developer/org.eclipse.papyrus.gmfgenextension]
+
** Papyrus uses an extended version of  gmft to generate uml diagrams [https://git.eclipse.org/c/papyrus/org.eclipse.papyrus.git/tree/plugins/developer/org.eclipse.papyrus.gmfgenextension]
 
** Status : Checking if some contribution should be merged back in the official project
 
** Status : Checking if some contribution should be merged back in the official project
  

Revision as of 11:42, 30 October 2014

This page list the different components used in Papyrus and theirs status :

  • Xwt :
    • Papyrus uses a forked version version of xwt [1]
    • Status : since xwt is now in the release train, work will be done to reuse the official version (Theses features should be contributed #403757 #290952 #417409)
  • Emf facet
    • Papyrus uses a forked version version of Emf facet [2]
    • Status : waiting the first official release (outside incubation) to merged back
  • GMFT
    • Papyrus uses an extended version of gmft to generate uml diagrams [3]
    • Status : Checking if some contribution should be merged back in the official project

Internal Papyrus sub component

Some parts of Papyrus could be used "out of the box" and can be seen as independent project.

  • pdoc
    • A model for adding a local documentation and metadata to a plug-in
    • Status : ?
  • onefile
    • Offers capabilities (copy/paste/move...) to manage many files as one.
    • Status : ?

Back to the top