Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/TaxonomicEditorPlugin.java
10 10

  
11 11
/**
12 12
 * The activator class controls the plug-in life cycle
13
 *
14
 * @author n.hoffmann
15
 * @version $Id: $
13 16
 */
14 17
public class TaxonomicEditorPlugin extends AbstractUIPlugin {
15 18
	private static final Logger logger = Logger
16 19
			.getLogger(TaxonomicEditorPlugin.class);
17 20

  
18 21
	// The plug-in ID
22
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.application"</code> */
19 23
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.application";
20 24

  
21 25
	// The shared instance
......
25 29

  
26 30
	private ServiceReference packageAdminRef;
27 31

  
32
	/** Constant <code>bundleContext</code> */
28 33
	protected static BundleContext bundleContext;
29 34

  
30 35

  
......
42 47
	 * (non-Javadoc)
43 48
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
44 49
	 */
50
	/** {@inheritDoc} */
45 51
	public void start(BundleContext context) throws Exception {
46 52
		super.start(context);
47 53
		
......
73 79
	 * (non-Javadoc)
74 80
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
75 81
	 */
82
	/** {@inheritDoc} */
76 83
	public void stop(BundleContext context) throws Exception {
77 84
		plugin = null;
78 85
		super.stop(context);

Also available in: Unified diff