You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2014/08/22 19:15:04 UTC

svn commit: r1619867 - in /syncope/trunk/installer/src/main: java/org/apache/syncope/installer/files/PersistenceProperties.java resources/izpack/html/prerequisites.html

Author: coheigea
Date: Fri Aug 22 17:15:04 2014
New Revision: 1619867

URL: http://svn.apache.org/r1619867
Log:
Fixed a installer bug + some grammatical improvements

Modified:
    syncope/trunk/installer/src/main/java/org/apache/syncope/installer/files/PersistenceProperties.java
    syncope/trunk/installer/src/main/resources/izpack/html/prerequisites.html

Modified: syncope/trunk/installer/src/main/java/org/apache/syncope/installer/files/PersistenceProperties.java
URL: http://svn.apache.org/viewvc/syncope/trunk/installer/src/main/java/org/apache/syncope/installer/files/PersistenceProperties.java?rev=1619867&r1=1619866&r2=1619867&view=diff
==============================================================================
--- syncope/trunk/installer/src/main/java/org/apache/syncope/installer/files/PersistenceProperties.java (original)
+++ syncope/trunk/installer/src/main/java/org/apache/syncope/installer/files/PersistenceProperties.java Fri Aug 22 17:15:04 2014
@@ -46,7 +46,7 @@ public class PersistenceProperties {
             + "quartz.jobstore=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate\n"
             + "quartz.sql=tables_postgres.sql\n"
             + "audit.sql=audit.sql\n"
-            + "database.schema=";
+            + "database.schema=\n";
 
     public static final String MYSQL = ""
             + "jpa.driverClassName=com.mysql.jdbc.Driver\n"
@@ -57,7 +57,7 @@ public class PersistenceProperties {
             + "jpa.pool.validationQuery=SELECT 1\n"
             + "quartz.jobstore=org.quartz.impl.jdbcjobstore.StdJDBCDelegate\n"
             + "audit.sql=audit.sql\n"
-            + "database.schema=";
+            + "database.schema=\n";
 
     public static final String ORACLE = ""
             + "jpa.driverClassName=oracle.jdbc.OracleDriver\n"
@@ -80,7 +80,7 @@ public class PersistenceProperties {
             + "quartz.jobstore=org.quartz.impl.jdbcjobstore.MSSQLDelegate\n"
             + "quartz.sql=tables_sqlServer.sql\n"
             + "audit.sql=audit.sql\n"
-            + "database.schema=";
+            + "database.schema=\n";
 
     public static final String QUARTZ_INNO_DB = "quartz.sql=tables_mysql_innodb.sql";
 

Modified: syncope/trunk/installer/src/main/resources/izpack/html/prerequisites.html
URL: http://svn.apache.org/viewvc/syncope/trunk/installer/src/main/resources/izpack/html/prerequisites.html?rev=1619867&r1=1619866&r2=1619867&view=diff
==============================================================================
--- syncope/trunk/installer/src/main/resources/izpack/html/prerequisites.html (original)
+++ syncope/trunk/installer/src/main/resources/izpack/html/prerequisites.html Fri Aug 22 17:15:04 2014
@@ -29,7 +29,7 @@ under the License.
         <div>
           <h3>Introduction</h3>
           <p>
-            The preferred way to create a Syncope project is to generate a Maven project starting from published archetype.
+            The preferred way to create a Syncope project is to generate a Maven project starting from a published archetype.
             <br/>
           </p>
         </div>
@@ -46,19 +46,18 @@ under the License.
       </div>
       <div>
         <div>
-          <h3>To remind</h3>
+          <h3>Reminder</h3>
           <p>
-            Before to start with Apache Syncope installation carefully reading follow points:
+            Please carefully read the following points before installing Apache Syncope:
             <br/>
           </p>
         </div>
         <div>
           <ul>
             <li class="prerequisite"><a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Run+Syncope+in+real+environments#RunSyncopeinrealenvironments-UseDataSource">
-                Configure
-              </a> data source in your application server;</li>
-            <li>Sure you have DB up and running;</li>
-            <li>Sure you have container up and running.</li>
+                Configure</a> the data source in your application server;</li>
+            <li>Make sure you have the DB up and running;</li>
+            <li>Make sure you have the container up and running.</li>
           </ul>
         </div>
       </div>