Author: desruisseaux
Date: Mon May 16 22:00:07 2016
New Revision: 1744158
URL: http://svn.apache.org/viewvc?rev=1744158&view=rev
Log:
Modify the temporary URL to EPSG script files.
Modified:
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
Modified:
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java?rev=1744158&r1=1744157&r2=1744158&view=diff
==============================================================================
---
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
[UTF-8] (original)
+++
sis/branches/JDK8/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
[UTF-8] Mon May 16 22:00:07 2016
@@ -65,7 +65,7 @@ public class ResourcesDownloader extends
* THIS IS A TEMPORARY LINK to be moved to another location after
discussion on the mailing list.
* This temporary link is provided in order to allow experimentations by
other SIS developers.
*/
- private static final String DOWNLOAD_URL =
"http://home.apache.org/~desruisseaux/Temporary/geotk-epsg-4.0-SNAPSHOT.jar";
+ private static final String DOWNLOAD_URL =
"http://home.apache.org/~desruisseaux/Temporary/sis-epsg-0.7-SNAPSHOT.jar";
/**
* Estimation of the EPSG database size after installation, in mega-bytes.