Author: desruisseaux
Date: Tue May 28 20:58:34 2013
New Revision: 1487116

URL: http://svn.apache.org/r1487116
Log:
Replaced URL from "http://incubator.apache.org/sis"; to "http://sis.apache.org";.

Modified:
    sis/branches/JDK7/README
    sis/branches/JDK7/application/sis-app/pom.xml
    sis/branches/JDK7/application/sis-webapp/pom.xml
    sis/branches/JDK7/application/sis-webapp/src/main/webapp/demo.jsp
    sis/branches/JDK7/core/sis-referencing/pom.xml
    sis/branches/JDK7/pom.xml
    sis/branches/JDK7/src/main/docbook/fr.xml

Modified: sis/branches/JDK7/README
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/README?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/README (original)
+++ sis/branches/JDK7/README Tue May 28 20:58:34 2013
@@ -1,6 +1,6 @@
-========================================================
-Welcome to Apache SIS <http://incubator.apache.org/sis/>
-========================================================
+=============================================
+Welcome to Apache SIS <http://sis.apache.org>
+=============================================
 
 Apache SIS(TM) is a spatial framework that enables better representation
 of coordinates for searching, data clustering, archiving, or any other

Modified: sis/branches/JDK7/application/sis-app/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/application/sis-app/pom.xml?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/application/sis-app/pom.xml (original)
+++ sis/branches/JDK7/application/sis-app/pom.xml Tue May 28 20:58:34 2013
@@ -34,7 +34,7 @@
   <artifactId>sis-app</artifactId>
   <packaging>bundle</packaging>
   <name>Apache SIS app</name>
-  <url>http://incubator.apache.org/sis/</url>
+  <url>http://sis.apache.org</url>
 
   <build>
     <plugins>

Modified: sis/branches/JDK7/application/sis-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/application/sis-webapp/pom.xml?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/application/sis-webapp/pom.xml (original)
+++ sis/branches/JDK7/application/sis-webapp/pom.xml Tue May 28 20:58:34 2013
@@ -34,7 +34,7 @@
   <artifactId>sis-webapp</artifactId>
   <packaging>war</packaging>
   <name>Apache SIS web services layer</name>
-  <url>http://incubator.apache.org/sis/</url>
+  <url>http://sis.apache.org</url>
 
   <dependencies>
     <dependency>

Modified: sis/branches/JDK7/application/sis-webapp/src/main/webapp/demo.jsp
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/application/sis-webapp/src/main/webapp/demo.jsp?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/application/sis-webapp/src/main/webapp/demo.jsp (original)
+++ sis/branches/JDK7/application/sis-webapp/src/main/webapp/demo.jsp Tue May 
28 20:58:34 2013
@@ -1,14 +1,14 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- 
+<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
- 
+
       http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -64,7 +64,7 @@ body {
 <script type="text/javascript">
        var map;
        var req;
-       
+
        function initialize() {
                map = new L.Map('map_canvas', {scrollWheelZoom:false});
                var tileURL = 
'http://{s}.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png';
@@ -147,7 +147,7 @@ body {
                                }
 
                                document.getElementById("result").innerHTML = 
ids.length + " results (" + ( parseInt(time[0].firstChild.nodeValue)  / 1000 ) 
+ " seconds)";
-                               
+
                                for ( var i = 0; i < ids.length; i++) {
                                        var latLon = new L.LatLng(
                                                        
parseFloat(lats[i].firstChild.nodeValue),
@@ -207,11 +207,11 @@ body {
                        req.send("filename=" + filename);
                }
        }
-       
+
        function createMarker(latLon, filename) {
                var marker = new L.Marker(latLon);
                map.addLayer(marker);
-               marker.on('click', function(event) 
+               marker.on('click', function(event)
                {
                        getHTMLDescription(filename, marker);
                });
@@ -227,7 +227,7 @@ body {
                        }
                }
        }
-       
+
        function switchType()
        {
 
@@ -269,12 +269,12 @@ body {
                                return false;
                        }
                }
-               
+
        }
 </script>
 </head>
 <body onload="initialize()">
-<div class="center" ><a href="http://incubator.apache.org/sis/";><image 
src="images/sis_logo_small.png" alt="Apache SIS: Spatial Information System" 
border="0"/></a></div>
+<div class="center" ><a href="http://sis.apache.org";><image 
src="images/sis_logo_small.png" alt="Apache SIS: Spatial Information System" 
border="0"/></a></div>
 <form method="get"
        onsubmit="return validate()" class="center">
 

Modified: sis/branches/JDK7/core/sis-referencing/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/core/sis-referencing/pom.xml?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/core/sis-referencing/pom.xml (original)
+++ sis/branches/JDK7/core/sis-referencing/pom.xml Tue May 28 20:58:34 2013
@@ -34,7 +34,7 @@
   <artifactId>sis-referencing</artifactId>
   <packaging>bundle</packaging>
   <name>Apache SIS referencing</name>
-  <url>http://incubator.apache.org/sis/</url>
+  <url>http://sis.apache.org</url>
 
 
   <!-- ===========================================================

Modified: sis/branches/JDK7/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Tue May 28 20:58:34 2013
@@ -43,7 +43,7 @@
   <packaging>pom</packaging>
 
   <name>Apache SIS</name>
-  <url>http://incubator.apache.org/sis/</url>
+  <url>http://sis.apache.org</url>
   <description>
   <!-- Left alignment because this description will be copied in 
META-INF/MANIFEST.MF
        The leading space after the first line is necessary for proper 
formatting. -->

Modified: sis/branches/JDK7/src/main/docbook/fr.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/src/main/docbook/fr.xml?rev=1487116&r1=1487115&r2=1487116&view=diff
==============================================================================
--- sis/branches/JDK7/src/main/docbook/fr.xml (original)
+++ sis/branches/JDK7/src/main/docbook/fr.xml Tue May 28 20:58:34 2013
@@ -17,7 +17,7 @@
     <abstract><para>
       Introduction aux standards internationaux utilisées en information 
géographique,
       et à l’approche choisie pour les implémenter dans la bibliothèque
-      <link xlink:href="http://incubator.apache.org/sis";>Apache SIS</link> 
&sis-release;.
+      <link xlink:href="http://sis.apache.org";>Apache SIS</link> &sis-release;.
       Ce document couvre les outils de développement, structures, conventions 
et
       principales classes Java.
     </para></abstract>


Reply via email to