]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.project/src/org/simantics/project/internal/ProjectPolicy.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.project / src / org / simantics / project / internal / ProjectPolicy.java
index d5f3dc2ff9c86e186c9122edcc60e7c2144c0bfe..36f33cffd002cb4f3909a5d45ecc388e12627797 100644 (file)
@@ -1,39 +1,39 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.project.internal;\r
-\r
-import org.eclipse.core.runtime.Platform;\r
-\r
-/**\r
- * Contains the active project framework -related debugging and tracing policy.\r
- * \r
- * @author Tuukka Lehtonen\r
- */\r
-public final class ProjectPolicy {\r
-\r
-    // General debug flag for the plugin\r
-    public static boolean DEBUG = false;\r
-\r
-    public static boolean TRACE_PROJECT_MANAGEMENT = false;\r
-    public static boolean TRACE_PROJECT_FEATURE_LOAD = false;\r
-\r
-    static {\r
-        if (Activator.getDefault().isDebugging()) {\r
-            DEBUG = true;\r
-            String sTrue = Boolean.TRUE.toString();\r
-\r
-            TRACE_PROJECT_MANAGEMENT = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectManagement")); //$NON-NLS-1$\r
-            TRACE_PROJECT_FEATURE_LOAD = sTrue.equalsIgnoreCase(Platform.getDebugOption(Activator.PLUGIN_ID + "/trace/projectFeatureLoad")); //$NON-NLS-1$\r
-        }\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * 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$
+        }
+    }
+
+}