blob: f7a903bd8f7238e2cde1d7fe34821208286912f6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2014 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - initial API and implementation
*
*******************************************************************************/
package org.eclipse.osbp.vaaclipse.addons.app.common;
/**
* The Class Constants.
*/
public class Constants {
/**
* Theproperty for specifying the widgetset.
*/
public static final String PROP_WIDGETSET = "widgetset";
/**
* The property for specifying the widgetset.
*/
public static final String PROP_PRODUCTION_MODE = "productionMode";
/**
* The property value that should be used as alias to register the servlet.
*/
public static final String PROP_WEBAPP__ALIAS = "alias";
/**
* The prefix for the CM managed service PID.
*/
public static final String PROP_MANAGED_SERVICE_PREFIX = "vaaclipse.app.webapp";
}