X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.processeditor%2Fsrc%2Forg%2Fsimantics%2Fprocesseditor%2FActivator.java;h=281dbe9f598eebe356c14db98f8170a24adac0af;hb=9ad91ae4a059a4c7b219d2560c5b8b8ed1c5f184;hp=5c9f82c551c5488b7ffcb32cbd18d0c3d497a708;hpb=b4fddf5cd72860d3f99f4b3d2e1a52b7c6f948d2;p=simantics%2F3d.git diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java index 5c9f82c5..281dbe9f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * 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 @@ -29,7 +29,7 @@ import org.simantics.proconf.ui.ProConfUI; public class Activator extends AbstractUIPlugin { // The plug-in ID - public static final String PLUGIN_ID = "fi.vtt.simantics.processeditor"; + public static final String PLUGIN_ID = "org.simantics.processeditor"; // The shared instance private static Activator plugin;