]> gerrit.simantics Code Review - simantics/3d.git/commit
fixing subclipse caused problems
authorluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 28 Oct 2008 13:33:34 +0000 (13:33 +0000)
committerluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Tue, 28 Oct 2008 13:33:34 +0000 (13:33 +0000)
commitb4fddf5cd72860d3f99f4b3d2e1a52b7c6f948d2
treed22c4c54c26f8aedba912d1450eb55c923331447
parent60305b18cc47a93bed85143eb4a1041d25eba55c
fixing subclipse caused problems

git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7313 ac1ea38d-2e2b-0410-8846-a27921b304fc
210 files changed:
org.simantics.proconf.processeditor/.classpath [new file with mode: 0644]
org.simantics.proconf.processeditor/.project [new file with mode: 0644]
org.simantics.proconf.processeditor/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.proconf.processeditor/build.properties [new file with mode: 0644]
org.simantics.proconf.processeditor/data/dcp.mtl [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Component.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Component.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Elbow.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Elbow.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Nozzle.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Nozzle.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Straight.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/Straight.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/bubble.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/bubble.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/crosshair.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/crosshair.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/factory.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/factory.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/middle.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/middle.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/plus.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/plus.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/tank.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/tank.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/translate_d.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/translate_d.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/x-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/y-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-axis.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-axis.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-plane.png [new file with mode: 0644]
org.simantics.proconf.processeditor/icons/z-plane.svg [new file with mode: 0644]
org.simantics.proconf.processeditor/plugin.xml [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/ProcessResource.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertComponentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertEquipmentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertNozzleAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/PositionType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ReversePipelineAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/RoutePipeAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SelectSplitPointAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SplitPointListener.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateElbowAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateInlineComponentAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateStraightAction.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/NozzleConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeAnimationController.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/ResourcePipeAnimationController.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/ControlPointTools.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PathUtils.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipeComponentProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingRules.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools2.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureMonitorDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/EquipmentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/LibraryComponentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/NozzleDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineDialog.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/gizmo/PositionSelectionGizmo.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/EquipmentEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewComponentHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewEquipmentHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewPlantHandler.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DEditorAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectAdapter.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/BillboardMonitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/Monitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/MonitorTextProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ObjectPropertyProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/PathContainer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ResourcePathPropertyProvider.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/TextMonitor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/ViewpointGenerator.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/NonVisibleNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeComponentNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeRunNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipelineComponentNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/BranchControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/BranchEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/BranchSplitComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/CodedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ConcentricReducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/DirectedControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/DualConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/DualInlineControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/DualSubControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/EccentricReducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Elbow.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/EndComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/EndComponentControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Equipment.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/FixedAngleTurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/FixedAngleTurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/FixedLengthControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/FixedLengthInlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/HorizontalVessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IBranchControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IBranchEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IBranchSplitComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ICodedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IConcentricReducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IDirectedControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IDualConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IDualInlineControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IDualSubControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IEccentricReducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IElbow.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IEndComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IEndComponentControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IEquipment.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IFixedAngleTurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IFixedAngleTurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IFixedLengthControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IFixedLengthInlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IHorizontalVessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IInlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IInlineControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ILibraryComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IMultiConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/INPortControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/INonVisibleComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/INozzle.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/INozzleControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IOffsetComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IOffsettingPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IP3DNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPBSNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPathLegEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPipeControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPipeRun.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPipelineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPlant.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IPlant3DProjectType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IReducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IRunEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ISingleConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ISizeChangeComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ISizeChangeControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IStraight.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ITurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/ITurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IUndirectedControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVariableAngleTurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVariableAngleTurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVariableLengthControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVariableLengthInlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVerticalVessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/IVessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/InlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/InlineControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/LibraryComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/MultiConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/NPortControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/NonVisibleComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Nozzle.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/NozzleControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/OffsetComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/OffsettingPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/P3DNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/PBSNode.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/PathLegEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/PipeControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/PipeRun.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/PipelineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Plant.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Plant3DProjectType.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Plant3DResource.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Reducer.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/RunEndControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/SingleConnectedComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/SizeChangeComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/SizeChangeControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Straight.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/TurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/TurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/UndirectedControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/VariableAngleTurnComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/VariableAngleTurnControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/VariableLengthControlPoint.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/VariableLengthInlineComponent.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/VerticalVessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/stubs/Vessel.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/NozzleContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantEditContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantVisualizationContribution.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/EquipmentEditorPart.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PipelineComponentEditorPart.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureView.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditor.java [new file with mode: 0644]
org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditorPart.java [new file with mode: 0644]