Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.core / src / org / eclipse / linuxtools / lttng / LTTngProjectNature.java
CommitLineData
abfad0aa
FC
1/*******************************************************************************
2 * Copyright (c) 2009 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 *******************************************************************************/
12
12c155f5 13package org.eclipse.linuxtools.lttng;
abfad0aa 14
12c155f5 15import org.eclipse.linuxtools.tmf.TmfProjectNature;
abfad0aa
FC
16
17/**
12c155f5 18 * <b><u>LTTngProjectNature</u></b>
abfad0aa 19 * <p>
12c155f5 20 * This is really a marker for the LTTng projects.
abfad0aa 21 */
12c155f5 22public class LTTngProjectNature extends TmfProjectNature {
abfad0aa 23
12c155f5 24 public static final String ID = "org.eclipse.linuxtools.lttng.LTTngProjectNature"; //$NON-NLS-1$
abfad0aa
FC
25
26}
This page took 0.028899 seconds and 5 git commands to generate.