X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2Finternal%2FProjectPolicy.java;fp=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2Finternal%2FProjectPolicy.java;h=36f33cffd002cb4f3909a5d45ecc388e12627797;hp=d5f3dc2ff9c86e186c9122edcc60e7c2144c0bfe;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.project/src/org/simantics/project/internal/ProjectPolicy.java b/bundles/org.simantics.project/src/org/simantics/project/internal/ProjectPolicy.java index d5f3dc2ff..36f33cffd 100644 --- a/bundles/org.simantics.project/src/org/simantics/project/internal/ProjectPolicy.java +++ b/bundles/org.simantics.project/src/org/simantics/project/internal/ProjectPolicy.java @@ -1,39 +1,39 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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.project.internal; - -import org.eclipse.core.runtime.Platform; - -/** - * Contains the active project framework -related debugging and tracing policy. - * - * @author Tuukka Lehtonen - */ -public final class ProjectPolicy { - - // General debug flag for the plugin - public static boolean DEBUG = false; - - public static boolean TRACE_PROJECT_MANAGEMENT = false; - public static boolean TRACE_PROJECT_FEATURE_LOAD = false; - - static { - if (Activator.getDefault().isDebugging()) { - DEBUG = true; - String sTrue = Boolean.TRUE.toString(); - - TRACE_PROJECT_MANAGEMENT = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectManagement")); //$NON-NLS-1$ - TRACE_PROJECT_FEATURE_LOAD = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectFeatureLoad")); //$NON-NLS-1$ - } - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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.project.internal; + +import org.eclipse.core.runtime.Platform; + +/** + * Contains the active project framework -related debugging and tracing policy. + * + * @author Tuukka Lehtonen + */ +public final class ProjectPolicy { + + // General debug flag for the plugin + public static boolean DEBUG = false; + + public static boolean TRACE_PROJECT_MANAGEMENT = false; + public static boolean TRACE_PROJECT_FEATURE_LOAD = false; + + static { + if (Activator.getDefault().isDebugging()) { + DEBUG = true; + String sTrue = Boolean.TRUE.toString(); + + TRACE_PROJECT_MANAGEMENT = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectManagement")); //$NON-NLS-1$ + TRACE_PROJECT_FEATURE_LOAD = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectFeatureLoad")); //$NON-NLS-1$ + } + } + +}