You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gk...@apache.org on 2019/04/03 15:29:21 UTC

svn commit: r1856884 - in /db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates: ./ jdbc2schema/

Author: gk
Date: Wed Apr  3 15:29:20 2019
New Revision: 1856884

URL: http://svn.apache.org/viewvc?rev=1856884&view=rev
Log:
- fix: set eol to unix for sql (as vm generated files)

Modified:
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-ext-schema-create.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-ext-schema-idtable-init.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-extext-schema-create.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-extext-schema-idtable-init.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-create.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-derby.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-hsqldb.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-idtable-init.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mssql.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mysql.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-oracle.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-postgresql.sql   (props changed)
    db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/jdbc2schema/jdbc2schemaTest.sql   (props changed)

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-ext-schema-create.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-ext-schema-idtable-init.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-extext-schema-create.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-extext-schema-idtable-init.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-create.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-derby.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-hsqldb.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-idtable-init.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mssql.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-mysql.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-oracle.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/expected-schema-postgresql.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF

Propchange: db/torque/torque4/trunk/torque-templates/src/test/resources/org/apache/torque/templates/jdbc2schema/jdbc2schemaTest.sql
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Wed Apr  3 15:29:20 2019
@@ -1 +1 @@
-native
+LF



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org