X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.processeditor%2Fsrc%2Forg%2Fsimantics%2Fprocesseditor%2Ftools%2FControlPointContribution.java;h=0c489a8ef71eb1abddbdfb4e44384175e23df983;hb=9ad91ae4a059a4c7b219d2560c5b8b8ed1c5f184;hp=adc146b93d3fe0d4a57986adb01508639225b99f;hpb=b4fddf5cd72860d3f99f4b3d2e1a52b7c6f948d2;p=simantics%2F3d.git diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java index adc146b9..0c489a8e 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.tools; import java.io.ByteArrayInputStream; @@ -41,7 +51,7 @@ import org.simantics.proconf.g3d.base.MathTools; import org.simantics.proconf.g3d.base.ThreeDimensionalEditorBase; import org.simantics.proconf.g3d.base.VecmathJmeTools; import org.simantics.proconf.g3d.common.StructuredResourceSelection; -import org.simantics.utils.ErrorLogger; +import org.simantics.utils.ui.ErrorLogger; import com.jme.renderer.ColorRGBA; import com.jme.scene.Geometry;