]> gerrit.simantics Code Review - simantics/sysdyn.git/commit
Removed org.simantics.h2d as deprecated/non-compiling.
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 30 Jan 2017 08:56:45 +0000 (10:56 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 30 Jan 2017 08:56:45 +0000 (10:56 +0200)
commit7ceaf3fe0aca3c652c4054120ba6d430022d819d
tree216d6284c8fd9dd30b92317f8ba9f9a422bb74e2
parent0fcecbcab69077ad1701c4fa5babf422dd8eeabc
Removed org.simantics.h2d as deprecated/non-compiling.

refs #6879
59 files changed:
bundles/org.simantics.h2d/.classpath [deleted file]
bundles/org.simantics.h2d/.hgignore [deleted file]
bundles/org.simantics.h2d/.project [deleted file]
bundles/org.simantics.h2d/.settings/org.eclipse.jdt.core.prefs [deleted file]
bundles/org.simantics.h2d/META-INF/MANIFEST.MF [deleted file]
bundles/org.simantics.h2d/build.properties [deleted file]
bundles/org.simantics.h2d/doc/manual.mediawiki [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/action/IAction.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/canvas/EditorCanvas.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/diagram/Diagram.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/diagram/IDiagram.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/diagram/IDiagramListener.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/IDiagramEditor.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/ISelection.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/ISelectionListener.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/impl/DiagramEditor.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/impl/EventHandlerManager.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/impl/SceneGraphManager.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/editor/impl/Selection.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/ChainingElementListener.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/Element.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/IElement.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/IElementListener.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/handler/Connectable.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/handler/IElementHandler.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/handler/Movable.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/handler/Rotatable.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/element/handler/ShadowDrawable.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/ClickEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/DragEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/DragEventPhase.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/IDragHandler.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/IEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/ILocatableEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/KeyboardEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/Modifiers.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/ReleaseEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/WheelEvent.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/BoxSelection.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/DefaultEventHandlers.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/Delete.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/DragEventHandler.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/ElementEventDelegator.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/EventPrinter.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/IEventHandler.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/MoveSelected.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/Pan.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/PickSelection.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/RotateClockwise.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/RotateCounterclockwise.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/ToggleSelection.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/Zoom.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/event/handler/ZoomToFit.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/FilledShapeNode.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/ITextListener.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/LineNode.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/RectangleNode.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/ShapeNode.java [deleted file]
bundles/org.simantics.h2d/src/org/simantics/h2d/node/TextNode.java [deleted file]