/******************************************************************************* * Copyright (c) 2012 RelationWare, Benno Luthiger * 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: * RelationWare, Benno Luthiger ******************************************************************************/ package org.ripla.web.demo.config; /** * Bundle constants. * * @author Luthiger */ public final class Constants { private Constants() { } public static final String PERMISSION_SELECT_SKIN = "config.skin"; //$NON-NLS-1$ public static final String PERMISSION_LOGIN_CONFIG = ""; //$NON-NLS-1$ public static final String EXTENDIBLE_MENU_ID = "configMenu"; //$NON-NLS-1$ public static final String EXTENDIBLE_MENU_POSITION_START = "menuStart"; //$NON-NLS-1$ public final static String EXTENDIBLE_MENU_POSITION_ADDITIONS = "additions"; //$NON-NLS-1$ public final static String EXTENDIBLE_MENU_POSITION_END = "menuEnd"; //$NON-NLS-1$ }