You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2016/05/18 01:05:36 UTC

svn commit: r1744338 - in /sis/trunk: ./ README application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java

Author: desruisseaux
Date: Wed May 18 01:05:36 2016
New Revision: 1744338

URL: http://svn.apache.org/viewvc?rev=1744338&view=rev
Log:
Update README in preparation for release candidate and set the URL to EPSG geodetic dataset to its expected location after release.

Modified:
    sis/trunk/   (props changed)
    sis/trunk/README
    sis/trunk/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java

Propchange: sis/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 18 01:05:36 2016
@@ -1,4 +1,4 @@
 /sis/branches/Android:1430670-1480699
-/sis/branches/JDK6:1394364-1744171
-/sis/branches/JDK7:1394913-1744160
-/sis/branches/JDK8:1584960-1744159
+/sis/branches/JDK6:1394364-1744337
+/sis/branches/JDK7:1394913-1744336
+/sis/branches/JDK8:1584960-1744335

Modified: sis/trunk/README
URL: http://svn.apache.org/viewvc/sis/trunk/README?rev=1744338&r1=1744337&r2=1744338&view=diff
==============================================================================
--- sis/trunk/README (original)
+++ sis/trunk/README Wed May 18 01:05:36 2016
@@ -26,19 +26,19 @@ project logo are trademarks of The Apach
 Getting Started
 ===============
 
-SIS is based on Java 6 and uses the Maven 2 <http://maven.apache.org/>
+SIS requires Java 6 and uses the Maven 3 <http://maven.apache.org/>
 build system. To build SIS, use the following command in this directory:
 
     mvn clean install
 
-Information for running the application can be found on the wiki
-(<http://cwiki.apache.org/confluence/display/SIS/>)
+Information for running a command-line tool can be found on the web site:
+(<http://sis.apache.org/command-line.html>)
 
 
 License (see also LICENSE)
 ==========================
 
-Collective work: Copyright 2010-2015 The Apache Software Foundation.
+Collective work: Copyright 2010-2016 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with

Modified: sis/trunk/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
URL: http://svn.apache.org/viewvc/sis/trunk/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java?rev=1744338&r1=1744337&r2=1744338&view=diff
==============================================================================
--- sis/trunk/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java [UTF-8] (original)
+++ sis/trunk/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java [UTF-8] Wed May 18 01:05:36 2016
@@ -61,11 +61,8 @@ import org.apache.sis.internal.jdk7.Path
 public class ResourcesDownloader extends InstallationResources {
     /**
      * Where to download the EPSG scripts after user has approved the terms of use.
-     *
-     * 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/sis-epsg-0.7-SNAPSHOT.jar";
+    private static final String DOWNLOAD_URL = "http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/0.7/sis-epsg-0.7.jar";
 
     /**
      * Estimation of the EPSG database size after installation, in mega-bytes.