Author: fahland
Date: Fri Mar 26 10:20:15 2010
New Revision: 5556

URL: http://svn.gna.org/viewcvs/service-tech?rev=5556&view=rev
Log:
* merged Seda core plugins from seda-flowchart back to trunk

Added:
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/eclipse/
      - copied from r5555, 
branches/seda-flowchart/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/eclipse/
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PNAPI.java
      - copied unchanged from r5555, 
branches/seda-flowchart/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PNAPI.java
Modified:
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/AnnotationItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToPlaceExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToPlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToTransitionExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToTransitionItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/MarkingItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/NodeItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceReferenceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtNetItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtnetLoLAEditPlugin.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtnetLoLAItemProviderAdapterFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/RefMarkedPlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/TransitionExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/TransitionItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Annotation.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Arc.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/ArcToPlaceExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/ArcToTransitionExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Marking.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Node.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/NodeType.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Place.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PlaceExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PlaceReference.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtNet.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtnetLoLAFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtnetLoLAPackage.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/RefMarkedPlace.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Transition.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/TransitionExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/AnnotationImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToPlaceExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToPlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToTransitionExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToTransitionImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/MarkingImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/NodeImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceReferenceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtNetImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtnetLoLAFactoryImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtnetLoLAPackageImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/RefMarkedPlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/TransitionExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/TransitionImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/util/PtnetLoLAAdapterFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/util/PtnetLoLASwitch.java


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to