Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-bpmn2.dev] First commit of my contribution

Hi all,
I plan to commit my BPMN Ecore metamodel contribution as in https://bugs.eclipse.org/bugs/show_bug.cgi?id=316591 to Git.
However, compared to the ZIP in Bugzilla, I changed the package names to be more compliant to current version and also to what is in the Wiki. Here is what will be commited:
Plugin
org.eclipse.bpmn2
  model
    BPMN20.ecore
    BPMN20.genmodel
    BPMNDI.ecore
    DI.ecore
    DC.ecore
src
   org.eclipse.bpmn2
     <all generated model classes>
   org.eclipse.bpmn2.util
     <generated, modified and handwritten classes, including Activator, XmlExtendedMetadata,…
   org.eclipse.bpmn2.bpmn2di
    <generated BpmnDi stuff>
   org.eclipse.di
     <generated DI stuff>
 
 
and so forth.
You see that I changed the packages to lowercase and made it more compliant to the “old” version.
 
template
   <same customized templates as in “old” project
 
Plugin
org.eclipse.bpmn2.edit
 
<generated plugin with the icons from “old” project merged in
 
Plugin
org.eclipse.bpmn2.editor
<generated plugin with 1 modified file (BPMN2Editor.java)>
 
All files have copyright note in.
 
Any complaints or things to consider?
 
Regards,
  Reiner.
 
 
 
 
 
 
 
 

Back to the top