blob: a1b13e3566f6d628ffecdb9af28ef9c3a9b3fb0d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2017 IBM Corporation and others.
*
* 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:
* IBM Corporation - initial API and implementation
* Code 9 - ongoing development
* Red Hat Inc. - Bug 460967
*******************************************************************************/
package org.eclipse.equinox.internal.provisional.p2.directorywatcher;
/**
* Constants interface for the bundle ID
*/
public interface Constants {
public static final String BUNDLE_ID = "org.eclipse.equinox.p2.directorywatcher"; //$NON-NLS-1$
}