Project

General

Profile

« Previous | Next » 

Revision e6a01da7

Added by Alex Theys about 12 years ago

AT: committing latest changes to the Tax Editor after a first round of Code review

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/internal/TaxeditorEditorPlugin.java
5 5
import org.osgi.framework.BundleContext;
6 6

  
7 7
import eu.etaxonomy.taxeditor.editor.EditorStateManager;
8
import eu.etaxonomy.taxeditor.editor.UseObjectManager;
8 9
import eu.etaxonomy.taxeditor.store.CdmStore;
9 10

  
10 11
/**
......
40 41
		super.start(context);
41 42
		
42 43
		EditorStateManager stateManager = new EditorStateManager();
44
		UseObjectManager useManager = new UseObjectManager();
43 45
		CdmStore.getContextManager().addContextListener(stateManager);
46
		CdmStore.getContextManager().addContextListener(useManager);
44 47
		
45 48
		plugin = this;
46 49
		logger.trace("Plugin started: " + this.getBundle().getSymbolicName());

Also available in: Unified diff