/*******************************************************************************
* Copyright (c) 2012 by committers of lunifera.org
* 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
*
*******************************************************************************/
package org.semanticsoft.vaaclipse.app.common;
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";
}