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.application/OSGI-INF/l10n/plugin.properties
1 1
productName=EDIT Taxonomic Editor
2 2
productBlurb=EDIT Taxonomic Editor\n\Version: {0}\nBuild Date: {1} CET\n\n\
3 3
Copyright (C) 2009-2018 EDIT\n\European Distributed Institute of Taxonomy \n\
4
http://cybertaxonomy.eu/ \n\n\
4
https://cybertaxonomy.org/ \n\n\
5 5
The contents of this product are subject to the Mozilla Public License Version 1.1,  \n\
6 6
You may not use this product except in compliance with the License. \n\
7 7
You may obtain a copy of the License at http://www.mozilla.org/MPL/ \n\
eu.etaxonomy.taxeditor.application/OSGI-INF/l10n/plugin_de.properties
1 1
productName=EDIT Taxonomischer Editor
2 2
productBlurb=EDIT Taxonomischer Editor\n\Version: {0}\nBuild Date: {1} CET\n\n\
3 3
Copyright (C) 2009-2014 EDIT\n\European Distributed Institute of Taxonomy \n\
4
http://cybertaxonomy.eu/ \n\n\
4
https://cybertaxonomy.org/ \n\n\
5 5
The contents of this product are subject to the Mozilla Public License Version 1.1  \n\
6 6
You may not use this product except in compliance with the License. \n\
7 7
You may obtain a copy of the License at http://www.mozilla.org/MPL/ \n\
eu.etaxonomy.taxeditor.feature.platform/feature.xml
8 8
      arch="x86,x86_64">
9 9

  
10 10
   <url>
11
      <update label="EDIT Taxonomic Editor" url="https://cybertaxonomy.eu/taxeditor/update"/>
11
      <update label="EDIT Taxonomic Editor" url="https://cybertaxonomy.org/taxeditor/update"/>
12 12
   </url>
13 13

  
14 14
   <includes
eu.etaxonomy.taxeditor.feature/feature.xml
18 18
   </copyright>
19 19

  
20 20
   <url>
21
      <update label="EDIT Taxonomic Editor" url="http://cybertaxonomy.eu/download/taxeditor/update/"/>
21
      <update label="EDIT Taxonomic Editor" url="http://cybertaxonomy.org/download/taxeditor/update/"/>
22 22
   </url>
23 23

  
24 24
   <includes
eu.etaxonomy.taxeditor.help/html/gettingstarted/downloading_the_taxonomic_editor.html
9 9
 			<img src="../img/cybergate.jpg" alt="Platform Cybergate" />
10 10
 		</p>
11 11
		<p>You will be taken to the Taxonomic Editor Download Site.</p>
12
 		<p>Alternatively, you can access the download site directly by entering <a href="https://cybertaxonomy.eu/downlaod/taxeditor">https://cybertaxonomy.eu/downlaod/taxeditor</a> into the address bar of your browser.</p>
12
 		<p>Alternatively, you can access the download site directly by entering <a href="https://cybertaxonomy.org/download/taxeditor">https://cybertaxonomy.org/download/taxeditor</a> into the address bar of your browser.</p>
13 13
  	</li>
14 14
	<li>Click on the download link and then navigate to the latest version of the Taxonomic Editor 
15 15
	
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:
eu.etaxonomy.taxeditor.printpublisher/pom.xml
12 12
	
13 13
	<name>Printpublisher Bundle</name>
14 14
	<description />
15
	<url>http://cybertaxonomy.eu/printpublisher</url>
15
	<url>http://cybertaxonomy.org/printpublisher</url>
16 16
	<build>
17 17
		<plugins>
18 18
	      <plugin>
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/update/P2Util.java
32 32
 */
33 33
public class P2Util {
34 34

  
35
    private static String EDIT_NIGHTLY_UPDATE_SITE = "https://cybertaxonomy.eu/download/taxeditor/update/nightly/";
35
    private static String EDIT_NIGHTLY_UPDATE_SITE = "https://cybertaxonomy.org/download/taxeditor/update/nightly/";
36 36
    private static String EDIT_NIGHTLY_UPDATE_SITE_NAME = "Taxonomic Editor Nightly";
37 37

  
38
    private static String EDIT_STABLE_UPDATE_SITE = "https://cybertaxonomy.eu/download/taxeditor/update/stable/";
38
    private static String EDIT_STABLE_UPDATE_SITE = "https://cybertaxonomy.org/download/taxeditor/update/stable/";
39 39
    private static String EDIT_STABLE_UPDATE_SITE_NAME = "Taxonomic Editor Stable";
40 40

  
41 41
    /**
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/GoogleLanguageApiWrapper.java
14 14

  
15 15
/**
16 16
 * <p>GoogleLanguageApiWrapper class.</p>
17
 * 
17
 *
18 18
 * NOTE: This class was commented to be able to remove google-api-translate-java-xxx.jar from classpath
19
 * 
19
 *
20 20
 * @author n.hoffmann
21 21
 * @created Oct 21, 2010
22 22
 * @deprecated Should not be used as the Google translation service is not free anymore
......
27 27
//	@Override
28 28
//	public String translate(String text, Language source, Language target) throws LanguageNotSupportedException {
29 29
//		// TODO make this configurable in preferences
30
//		Translate.setHttpReferrer("http://cybertaxonomy.eu");
30
//		Translate.setHttpReferrer("https://cybertaxonomy.org");
31 31
//
32 32
//		String translated;
33 33
//		try {
eu.etaxonomy.taxeditor.test/src/test/resources/imports/SDD.xml
966 966
                    <Detail role="Caption">Dolichoderinae</Detail>
967 967
                </Representation>
968 968
                <Type>Image</Type>
969
                <Source href="http://cybertaxonomy.eu/sites/wp5.e-taxonomy.eu/files/cybergate.PNG"/>
969
                <Source href="https://cybertaxonomy.org/sites/wp5.e-taxonomy.eu/files/cybergate.PNG"/>
970 970
            </MediaObject>
971 971
            <MediaObject id="m2">
972 972
                <Representation>
......
974 974
                    <Detail role="Caption">Dolichoderinae</Detail>
975 975
                </Representation>
976 976
                <Type>Image</Type>
977
                <Source href="http://cybertaxonomy.eu/sites/wp5.e-taxonomy.eu/files/cybergate.PNG"/>
977
                <Source href="https://cybertaxonomy.org/sites/wp5.e-taxonomy.eu/files/cybergate.PNG"/>
978 978
            </MediaObject>
979 979
        </MediaObjects>
980 980
    </Dataset>
eu.etaxonomy.taxeditor.workbench/src/main/java/eu/etaxonomy/taxeditor/workbench/OpenExternalAboutPlatformHandler.java
23 23

  
24 24
	@Execute
25 25
	public Object execute() {
26
		String url = "https://cybertaxonomy.eu/";
26
		String url = "https://cybertaxonomy.org/";
27 27

  
28 28
		try {
29 29
            WorkbenchUtility.openWebpage(new URL(url));
eu.etaxonomy.taxeditor/deploy_nightly.sh
5 5

  
6 6
PRODUCT_DIR="$WORKSPACE/eu.etaxonomy.taxeditor/target/products"
7 7

  
8
DEPLOYMENT_SERVER="cybertaxonomy.eu"
8
DEPLOYMENT_SERVER="cybertaxonomy.org"
9 9
DEPLOYMENT_DIR="/var/www/download/taxeditor/nightly"
10 10

  
11 11
# bash check if directory exists
eu.etaxonomy.taxeditor/pom.xml
11 11

  
12 12
  <name>EDIT Taxonomic Editor Product</name>
13 13
  <description>The EDIT Taxonomic Desktop Editor</description>
14
  <url>https://cybertaxonomy.eu/taxeditor</url>
14
  <url>https://cybertaxonomy.org/taxeditor</url>
15 15
  <properties>
16 16
    <product.id>eu.etaxonomy.taxeditor.product</product.id>
17 17
  </properties>
......
119 119
                <goal>sshexec</goal>
120 120
              </goals>
121 121
              <configuration>
122
                <url>scp://cybertaxonomy.eu</url>
122
                <url>scp://cybertaxonomy.org</url>
123 123
                <commands>
124 124
                  <command>rm -r /var/www/download/taxeditor/update/${update.dir}/*</command>
125 125
                </commands>
......
135 135
            </executions>
136 136
            <configuration>
137 137
              <fromDir>${project.build.directory}/repository</fromDir>
138
              <url>scpexe://cybertaxonomy.eu/var/www/download/taxeditor/update/${update.dir}</url>
138
              <url>scpexe://cybertaxonomy.org/var/www/download/taxeditor/update/${update.dir}</url>
139 139
<!--               <includes> -->
140 140
<!--                 binary/*,content.jar,artifacts.jar,**/eu.etaxonomy.*.jar -->
141 141
<!--               </includes> -->
142 142
              <!-- Comment out the above and uncomment the below to upload 
143 143
                all jars -->
144 144
              <includes>**/*</includes>
145
              <serverId>cybertaxonomy.eu</serverId>
145
              <serverId>cybertaxonomy.org</serverId>
146 146
            </configuration>
147 147
          </plugin>
148 148
        </plugins>
pom.xml
11 11
  <description>The Taxonomic Editor for EDIT's platform for
12 12
    cybertaxonomy
13 13
  </description>
14
  <url>https://cybertaxonomy.eu/taxeditor
14
  <url>https://cybertaxonomy.org/taxeditor
15 15
  </url>
16 16
  <inceptionYear>2007</inceptionYear>
17 17
  <packaging>pom</packaging>
......
168 168
    <!-- the cdm internal repository -->
169 169
    <repository>
170 170
      <id>EditRepository</id>
171
      <url>https://cybertaxonomy.eu/mavenrepo/</url>
171
      <url>https://cybertaxonomy.org/mavenrepo/</url>
172 172
    </repository>
173 173
    <repository>
174 174
      <id>eclipse-indigo</id>
......
195 195
    <pluginRepository>
196 196
      <!-- required for the plugin dependency cdmlib-db of the jetty-maven-plugin -->
197 197
      <id>EditRepository</id>
198
      <url>https://cybertaxonomy.eu/mavenrepo/</url>
198
      <url>https://cybertaxonomy.org/mavenrepo/</url>
199 199
    </pluginRepository>
200 200
  </pluginRepositories>
201 201
  <build>
......
270 270
        <artifactId>wagon-maven-plugin</artifactId>
271 271
        <version>2.0.2</version>
272 272
        <configuration>
273
          <url>scpexe://cybertaxonomy.eu</url>
273
          <url>scpexe://cybertaxonomy.org</url>
274 274
          <serverId>cybertaxonomy.eu</serverId>
275 275
        </configuration>
276 276
        <executions>
......
493 493
    <site>
494 494
      <id>cybertaxonomy.eu</id>
495 495
      <name>EDIT Taxonomic Editor</name>
496
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/
496
      <url>scpexe://cybertaxonomy.org/var/www/wp5.e-taxonomy.eu/taxeditor/
497 497
      </url>
498 498
    </site>
499 499
    <repository>
500 500
      <uniqueVersion>false</uniqueVersion>
501 501
      <id>cybertaxonomy.eu</id>
502 502
      <name>Edit Maven Repository</name>
503
      <url>scpexe://cybertaxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo/
503
      <url>scpexe://cybertaxonomy.org/var/www/wp5.e-taxonomy.eu/mavenrepo/
504 504
      </url>
505 505
    </repository>
506 506
  </distributionManagement>
src/site/apt/getting-started.apt
120 120

  
121 121
** <eu.etaxonomy.taxeditor.printpublisher>
122 122

  
123
    This plugin is a frontend and GUI for the <cdmlib-print> module. Please see the {{{http://cybertaxonomy.eu/printpublisher/}according documentation}} for further information.
123
    This plugin is a frontend and GUI for the <cdmlib-print> module. Please see the {{{http://cybertaxonomy.org/printpublisher/}according documentation}} for further information.
124 124

  
125 125
** <eu.etaxonomy.taxeditor.application>
126 126

  
src/site/site.xml
12 12
			<item name="Manual" href="manual.html"/>
13 13
			<!--item name="FAQ" href="faq.html"/-->
14 14
			<item name="Releases" href="https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/CdmPlatformRoadmap"/>
15
			<item name="Download" href="https://cybertaxonomy.eu/download/taxeditor/stable"/>
15
			<item name="Download" href="https://cybertaxonomy.org/download/taxeditor/stable"/>
16 16
		</menu>
17 17
		<menu name="Developer">
18 18
			<item name="Getting started" href="getting-started.html"/>

Also available in: Unified diff