blob: 241baad94e1d6a77cf497de23c10efa913e62be0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2016 Xored Software Inc 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:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.reporting.util.internal;
import org.eclipse.rcptt.ecl.core.util.BundleUtils;
public class Plugin {
public static final BundleUtils UTILS = BundleUtils.create(Plugin.class);
}