blob: c7ac55207c9c0a44429dbaa02e3e6ac00f24dbfd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Remain Software
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* wim.jongman@remainsoftware.com - initial API and implementation
*******************************************************************************/
package org.eclipse.tips.ide.internal;
/**
* Shared constants.
*
*/
public class Constants {
/**
* The ID of this bundle
*/
public static final String BUNDLE_ID = "org.eclipse.tips.ide"; //$NON-NLS-1$
/**
* The workbench variable to be used on core expressions.
*/
public static final String SOURCE_UNREAD_TIPS = "newtips"; //$NON-NLS-1$
}