This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new 7c07889  Updates paths and properties to new syntax or location.
7c07889 is described below

commit 7c0788926f5c23f7b8dd1dd5a85720c793a36764
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Tue Oct 1 11:05:47 2019 +0200

    Updates paths and properties to new syntax or location.
---
 pom.xml                            | 9 +++------
 src/main/config/logging.properties | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4416cd..b7931f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -675,12 +675,9 @@
           <includes>
             <include>**/*TestSuite.java</include>
           </includes>
-          <systemProperties>
-            <property>
-              <name>derby.stream.error.file</name>
-              <value>${project.build.directory}/derby.log</value>
-            </property>
-          </systemProperties>
+          <systemPropertyVariables>
+            
<derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>
+          </systemPropertyVariables>
         </configuration>
       </plugin>
 
diff --git a/src/main/config/logging.properties 
b/src/main/config/logging.properties
index 73a9b06..603ea0d 100644
--- a/src/main/config/logging.properties
+++ b/src/main/config/logging.properties
@@ -3,7 +3,7 @@
 #                    Logging configuration file for debugging                  
  #
 #                                                                              
  #
 #  This configuration file uses a finer logging level than the default setting 
  #
-#  defined by "$JAVA_HOME/jre/lib/logging.properties" file. This configuration 
  #
+#  defined in the "$JAVA_HOME/conf/logging.properties" file. This 
configuration  #
 #  can be enabled by adding the following argument when launching Java 
(replace  #
 #  "$SIS_SOURCE" by the root directory of Apache SIS project and "/" by the    
  #
 #  platform-specific path separator).                                          
  #

Reply via email to