X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.team.ui%2Fsrc%2Forg%2Fsimantics%2Fteam%2Finternal%2FTeamworkPerspective.java;h=c57a0519593e05b48640e5c6b2716a052b9cdedb;hb=HEAD;hp=fc37253ec4abdda16335a99da1ea33fe920b0868;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.team.ui/src/org/simantics/team/internal/TeamworkPerspective.java b/bundles/org.simantics.team.ui/src/org/simantics/team/internal/TeamworkPerspective.java index fc37253ec..c57a05195 100644 --- a/bundles/org.simantics.team.ui/src/org/simantics/team/internal/TeamworkPerspective.java +++ b/bundles/org.simantics.team.ui/src/org/simantics/team/internal/TeamworkPerspective.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * 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.team.internal; - -import org.eclipse.ui.IPageLayout; -import org.eclipse.ui.IPerspectiveFactory; - -public class TeamworkPerspective implements IPerspectiveFactory { - - @Override - public void createInitialLayout(IPageLayout layout) { - layout.setEditorAreaVisible(false); - } - -} +/******************************************************************************* + * 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.team.internal; + +import org.eclipse.ui.IPageLayout; +import org.eclipse.ui.IPerspectiveFactory; + +public class TeamworkPerspective implements IPerspectiveFactory { + + @Override + public void createInitialLayout(IPageLayout layout) { + layout.setEditorAreaVisible(false); + } + +}