Skip to content

Commit

Permalink
[#7420] Code generation XML config snippets should refer to XMLNS in …
Browse files Browse the repository at this point in the history
…manual
  • Loading branch information
lukaseder committed Apr 19, 2018
1 parent 9a357cd commit 7009fc1
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 124 deletions.
78 changes: 39 additions & 39 deletions jOOQ-manual/src/main/resources/org/jooq/web/manual-3.10.xml

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10014,7 +10014,7 @@ Finishing : Total: 4.814ms, +3.375ms
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10847,7 +10847,7 @@ Finishing : Total: 4.814ms, +3.375ms
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12002,7 +12002,7 @@ Finishing : Total: 4.814ms, +3.375ms
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12436,7 +12436,7 @@ Finishing : Total: 4.814ms, +3.375ms
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13227,7 +13227,7 @@ result.forEach((Object[] entities) -> {
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
2 changes: 1 addition & 1 deletion jOOQ-manual/src/main/resources/org/jooq/web/manual-3.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13628,7 +13628,7 @@ result.forEach((Object[] entities) -> {
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down
4 changes: 2 additions & 2 deletions jOOQ-manual/src/main/resources/org/jooq/web/manual-3.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13854,7 +13854,7 @@ result.forEach((Object[] entities) -> {
</p>

</html><xml><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
<!-- Configure the database connection here -->
<jdbc>
<driver>oracle.jdbc.OracleDriver</driver>
Expand Down Expand Up @@ -14339,7 +14339,7 @@ result.forEach((Object[] entities) -> {
</p>

</html><![CDATA[
<configuration>
<configuration xmlns="http://www.jooq.org/xsd/jooq-codegen-{codegen-xsd-version}.xsd">
...
<generator>
...
Expand Down

0 comments on commit 7009fc1

Please sign in to comment.