/******************************************************************************* * Copyright (c) 2012 IBM Corporation and others. * 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: * IBM Corporation - initial API and implementation * Zend Technologies * Martin Eisengardt <martin.eisengardt@fiducia.de> *******************************************************************************/ package org.eclipse.php.internal.core.facet; public class PHPFacetsConstants { public static final String PHP_CORE_COMPONENT = "php.core.component"; //$NON-NLS-1$ public static final String PHP_COMPONENT = "php.component"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_5 = "5"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_5_3 = "5.3"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_5_4 = "5.4"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_5_5 = "5.5"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_5_6 = "5.6"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_7 = "7"; //$NON-NLS-1$ public static final String PHP_COMPONENT_VERSION_7_1 = "7.1"; //$NON-NLS-1$ }