Project

General

Profile

« Previous | Next » 

Revision ae137b34

Added by Patrick Plitzner about 7 years ago

ref #4611 some l10n for taxeditor and taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/internal/TaxeditorEditorPlugin.java
22 22
	
23 23
	// The plug-in ID
24 24
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.editor"</code> */
25
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.editor";
25
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.editor"; //$NON-NLS-1$
26 26

  
27 27
	// The shared instance
28 28
	private static TaxeditorEditorPlugin plugin;
......
47 47
//		CdmStore.getContextManager().addContextListener(vcl);
48 48
		
49 49
		plugin = this;
50
		logger.trace("Plugin started: " + this.getBundle().getSymbolicName());
50
		logger.trace("Plugin started: " + this.getBundle().getSymbolicName()); //$NON-NLS-1$
51 51
	}
52 52

  
53 53

  
......
55 55
	public void stop(BundleContext context) throws Exception {
56 56
		plugin = null;
57 57
		super.stop(context);
58
		logger.trace("Plugin stopped");
58
		logger.trace("Plugin stopped"); //$NON-NLS-1$
59 59
	}
60 60

  
61 61
	/**

Also available in: Unified diff