Project

General

Profile

« Previous | Next » 

Revision 12cc0880

Added by Andreas Müller about 2 years ago

replace cybertaxonomy.eu by cybertaxonomy.org in taxeditor

View differences:

eu.etaxonomy.taxeditor.molecular/src/main/java/eu/etaxonomy/taxeditor/molecular/editor/e4/handler/ExportSequenceToFileHandlerE4.java
67 67
            ReadWriteParameterMap parameters = new ReadWriteParameterMap();
68 68
            parameters.put(ReadWriteParameterNames.KEY_APPLICATION_NAME, ApplicationUtil.getTitle());
69 69
            //parameters.put(ReadWriteParameterNames.KEY_APPLICATION_VERSION, ApplicationUtil.getVersion());  // Setting the version unnecessary, since its already contained in the title.
70
            parameters.put(ReadWriteParameterNames.KEY_APPLICATION_URL, "http://cybertaxonomy.eu/taxeditor/");  //TODO Specify URL obtained from a central class? //$NON-NLS-1$
70
            parameters.put(ReadWriteParameterNames.KEY_APPLICATION_URL, "https://cybertaxonomy.org/taxeditor/");  //TODO Specify URL obtained from a central class? //$NON-NLS-1$
71 71
            parameters.put(ReadWriteParameterNames.KEY_SEQUENCE_EXTENSION_TOKEN, wizard.getModel().getElongationToken());
72 72

  
73 73
            // Create and register object translator for writing pherogram alignment shifts:

Also available in: Unified diff