]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rap/src/main/java/org/argeo/slc/client/rap/Perspective.java
Adapt to changes in Commons
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rap / src / main / java / org / argeo / slc / client / rap / Perspective.java
1 package org.argeo.slc.client.rap;
2
3 import org.eclipse.ui.IPageLayout;
4 import org.eclipse.ui.IPerspectiveFactory;
5
6 /**
7 * Configures the perspective layout. This class is contributed
8 * through the plugin.xml.
9 */
10 public class Perspective implements IPerspectiveFactory {
11
12 public void createInitialLayout(IPageLayout layout) {
13 }
14 }