X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Ftemplate2d%2FDiagramTemplateConstants.java;h=467e5f3caa3e99a0f8fffdbdd04c1eace25d494f;hb=4e402f51b0e34d40c3f9d33a4bec7feffeb8d339;hp=e903d19ddbdaa8d7421ef185fdeccc18511f9aff;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling/src/org/simantics/modeling/template2d/DiagramTemplateConstants.java b/bundles/org.simantics.modeling/src/org/simantics/modeling/template2d/DiagramTemplateConstants.java index e903d19dd..467e5f3ca 100644 --- a/bundles/org.simantics.modeling/src/org/simantics/modeling/template2d/DiagramTemplateConstants.java +++ b/bundles/org.simantics.modeling/src/org/simantics/modeling/template2d/DiagramTemplateConstants.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright (c) 2012 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.modeling.template2d; - -/** - * @author Tuukka Lehtonen - */ -public class DiagramTemplateConstants { - - public static final String DRAWING_TEMPLATE_FILE_EXTENSION = ".diagramTemplate"; - - public static final String DRAWING_TEMPLATE_FORMAT = "drawingTemplate"; - - public static final String DRAWING_TEMPLATE_FORMAT_V1 = DRAWING_TEMPLATE_FORMAT + ":1"; - - public static final String DRAWING_TEMPLATE_FORMAT_V2 = DRAWING_TEMPLATE_FORMAT + ":2"; - - public static final int DRAWING_TEMPLATE_CURRENT_VERSION = 2; - -} +/******************************************************************************* + * Copyright (c) 2012 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.modeling.template2d; + +/** + * @author Tuukka Lehtonen + */ +public class DiagramTemplateConstants { + + public static final String DRAWING_TEMPLATE_FILE_EXTENSION = ".diagramTemplate"; + + public static final String DRAWING_TEMPLATE_FORMAT = "drawingTemplate"; + + public static final String DRAWING_TEMPLATE_FORMAT_V1 = DRAWING_TEMPLATE_FORMAT + ":1"; + + public static final String DRAWING_TEMPLATE_FORMAT_V2 = DRAWING_TEMPLATE_FORMAT + ":2"; + + public static final int DRAWING_TEMPLATE_CURRENT_VERSION = 2; + +}