Project

General

Profile

« Previous | Next » 

Revision 6354cd8a

Added by Lutz Suhrbier over 12 years ago

RAP-Version SingleSourced und scheint zu laufen

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/internal/TaxeditorStorePlugin.java
1 1
package eu.etaxonomy.taxeditor.store.internal;
2 2

  
3
import org.apache.log4j.Logger;
3 4
import org.eclipse.jface.resource.ImageDescriptor;
4 5
import org.eclipse.jface.resource.ImageRegistry;
5 6
import org.eclipse.ui.plugin.AbstractUIPlugin;
6 7
import org.osgi.framework.BundleContext;
7 8

  
8
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
9

  
10 9
/**
11 10
 * The activator class controls the plug-in life cycle
12 11
 *
......
14 13
 * @version $Id: $
15 14
 */
16 15
public class TaxeditorStorePlugin extends AbstractUIPlugin {
17
	
16
	private static final Logger logger = Logger.getLogger(TaxeditorStorePlugin.class);
18 17
	// The plug-in ID
19 18
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.editor"</code> */
20 19
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.editor";
......
37 36
		super.start(context);
38 37
		
39 38
		plugin = this;
40

  
39
		logger.debug("TaxeditorStorePlugin.start(BundleContext)");
40
/** RAPSS: Must be moved to session Context e.g. EntryPoint.createUI().
41 41
		PreferencesUtil.setDefaults();
42
*/		
42 43
	}
43 44

  
44 45
	/*

Also available in: Unified diff