Project

General

Profile

« Previous | Next » 

Revision dc7b6f3a

Added by Niels Hoffmann almost 13 years ago

cdmlib classes that were programmed against CdmApplicationController now accept ICdmApplicationController. Adapted accordingly.

View differences:

eu.etaxonomy.taxeditor.printpublisher/src/main/java/eu/etaxonomy/taxeditor/printpublisher/wizard/SelectServiceWizardPage.java
148 148
		label_serviceUrl.setEnabled(false);
149 149
		text_serviceUrl.setEnabled(false);
150 150
		
151
		setConfigurator(PublishConfigurator.NewLocalInstance(CdmStore.getCurrentApplicationController()));
151
		setConfigurator(PublishConfigurator.NewLocalInstance(CdmStore.getCurrentApplicationConfiguration()));
152 152
		getConfigurator().addOutputModule(getOutputModule());
153 153
	}
154 154
	

Also available in: Unified diff