~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/TmfCoreTestPlugin.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
2
 * Copyright (c) 2009, 2010 Ericsson
3
 
 * 
 
3
 *
4
4
 * All rights reserved. This program and the accompanying materials are
5
5
 * made available under the terms of the Eclipse Public License v1.0 which
6
6
 * accompanies this distribution, and is available at
7
7
 * http://www.eclipse.org/legal/epl-v10.html
8
 
 * 
 
8
 *
9
9
 * Contributors:
10
10
 *   Francois Chouinard - Initial API and implementation
11
11
 *******************************************************************************/
29
29
    // ------------------------------------------------------------------------
30
30
 
31
31
        // The plug-in ID
32
 
        public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
 
32
        @SuppressWarnings("javadoc")
 
33
    public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.tests";
33
34
 
34
35
        // The shared instance
35
36
        private static TmfCoreTestPlugin fPlugin;
36
 
        
 
37
 
37
38
    // ------------------------------------------------------------------------
38
39
    // Constructors
39
40
    // ------------------------------------------------------------------------