Author: desruisseaux
Date: Wed May 18 00:57:55 2016
New Revision: 1744336
URL: http://svn.apache.org/viewvc?rev=1744336&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/branches/JDK7/ (props changed)
sis/branches/JDK7/README
sis/branches/JDK7/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
Propchange: sis/branches/JDK7/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed May 18 00:57:55 2016
@@ -1,4 +1,4 @@
/sis/branches/Android:1430670-1480699
/sis/branches/JDK6:1394913-1508480
-/sis/branches/JDK8:1584960-1744159
+/sis/branches/JDK8:1584960-1744335
/sis/trunk:1394364-1508466,1519089-1519674
Modified: sis/branches/JDK7/README
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/README?rev=1744336&r1=1744335&r2=1744336&view=diff
==============================================================================
--- sis/branches/JDK7/README (original)
+++ sis/branches/JDK7/README Wed May 18 00:57:55 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/branches/JDK7/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java?rev=1744336&r1=1744335&r2=1744336&view=diff
==============================================================================
---
sis/branches/JDK7/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
[UTF-8] (original)
+++
sis/branches/JDK7/application/sis-console/src/main/java/org/apache/sis/console/ResourcesDownloader.java
[UTF-8] Wed May 18 00:57:55 2016
@@ -61,11 +61,8 @@ import java.nio.file.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.