diff --git a/mybatis-generator-core/README.txt b/mybatis-generator-core/README.txt
index c36d0530ef..77d3815ce1 100644
--- a/mybatis-generator-core/README.txt
+++ b/mybatis-generator-core/README.txt
@@ -2,13 +2,13 @@
Overview
--------
MyBatis Generator (MBG) is a code generator for the MyBatis (and iBATIS) SQL
-mapping framefork. MBG will introspect database tables (through JDBC
+mapping framework. MBG will introspect database tables (through JDBC
DatabaseMetaData) and generate SQL Map XML files, Java model object (POJOs)
that match the table, and (optionally) Java client classes that use the other
generated objects.
For full documentation, please refer to the user's manual at
-doc/html/index.html in this distribution.
+docs/index.html in this distribution.
Dependencies
------------
diff --git a/mybatis-generator-core/pom.xml b/mybatis-generator-core/pom.xml
index 9366dd424f..ff142c6653 100644
--- a/mybatis-generator-core/pom.xml
+++ b/mybatis-generator-core/pom.xml
@@ -37,6 +37,42 @@
consolidated coverage information
-->
+
+ org.apache.maven.plugins
+ maven-site-plugin
+
+
+ prepare-package
+
+ site
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ prepare-package
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ prepare-package
+
+ jar
+
+
+
+
org.codehaus.mojo
cobertura-maven-plugin
@@ -94,13 +130,13 @@
org.apache.maven.plugins
maven-assembly-plugin
-
- bin
-
-
+
+ ${basedir}/src/main/assembly/src.xml
+
+
- make-assembly
+ bundle
single
@@ -120,7 +156,7 @@
- ${project.build.directory}/${project.artifactId}-${project.version}-bin.zip
+ ${project.build.directory}/${project.artifactId}-${project.version}-bundle.zip
MyBatis Generator ${project.version}
diff --git a/mybatis-generator-core/src/main/assembly/src.xml b/mybatis-generator-core/src/main/assembly/src.xml
new file mode 100644
index 0000000000..4dbf69099b
--- /dev/null
+++ b/mybatis-generator-core/src/main/assembly/src.xml
@@ -0,0 +1,31 @@
+
+ bundle
+
+ zip
+
+
+
+
+ ${project.basedir}/README*
+ ${project.basedir}/LICENSE*
+ ${project.basedir}/NOTICE*
+
+
+
+ ${project.build.directory}
+ lib
+
+ *.jar
+
+
+
+ ${project.build.directory}/site
+ docs
+
+ **/*.*
+
+
+
+
diff --git a/mybatis-generator-core/src/site/xhtml/afterRunning.xhtml b/mybatis-generator-core/src/site/xhtml/afterRunning.xhtml
index c8888b41e2..985dda7ca0 100644
--- a/mybatis-generator-core/src/site/xhtml/afterRunning.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/afterRunning.xhtml
@@ -1,6 +1,6 @@
-
+
Tasks After Running MyBatis Generator
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/classPathEntry.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/classPathEntry.xhtml
index 0c7b5b8da1..934db17386 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/classPathEntry.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/classPathEntry.xhtml
@@ -1,6 +1,6 @@
-
+
The <classPathEntry> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml
index da36def1c0..daae1468cd 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/columnOverride.xhtml
@@ -1,6 +1,6 @@
-
+
The <columnOverride> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/columnRenamingRule.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/columnRenamingRule.xhtml
index b14779d535..222a131aa2 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/columnRenamingRule.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/columnRenamingRule.xhtml
@@ -1,6 +1,6 @@
-
+
The <columnRenamingRule> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml
index 4c29b5ba72..b0197f4ed7 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/commentGenerator.xhtml
@@ -1,6 +1,6 @@
-
+
The <commentGenerator> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml
index 4316b0b004..4f17b324e7 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/context.xhtml
@@ -1,6 +1,6 @@
-
+
The <context> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/generatedKey.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/generatedKey.xhtml
index aed1b80d30..7a04ddfb8e 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/generatedKey.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/generatedKey.xhtml
@@ -1,6 +1,6 @@
-
+
The <generatedKey> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/generatorConfiguration.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/generatorConfiguration.xhtml
index c6b79db63d..dae5ae21a3 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/generatorConfiguration.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/generatorConfiguration.xhtml
@@ -1,6 +1,6 @@
-
+
The <generatorConfiguration> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/ignoreColumn.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/ignoreColumn.xhtml
index c1f4bfdc11..4da475cc2b 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/ignoreColumn.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/ignoreColumn.xhtml
@@ -1,6 +1,6 @@
-
+
The <ignoreColumn> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/javaClientGenerator.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/javaClientGenerator.xhtml
index 22ceb60f62..3af868bf98 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/javaClientGenerator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/javaClientGenerator.xhtml
@@ -1,6 +1,6 @@
-
+
The <javaClientGenerator> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/javaModelGenerator.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/javaModelGenerator.xhtml
index 63c732496c..183b3f3986 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/javaModelGenerator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/javaModelGenerator.xhtml
@@ -1,6 +1,6 @@
-
+
The <javaModelGenerator> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/javaTypeResolver.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/javaTypeResolver.xhtml
index 66c8135a65..cc07c6986d 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/javaTypeResolver.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/javaTypeResolver.xhtml
@@ -1,6 +1,6 @@
-
+
The <javaTypeResolver> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/jdbcConnection.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/jdbcConnection.xhtml
index 989e08d92e..dad09d6ba1 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/jdbcConnection.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/jdbcConnection.xhtml
@@ -1,6 +1,6 @@
-
+
The <jdbcConnection> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/plugin.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/plugin.xhtml
index 4285f926bd..f278433493 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/plugin.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/plugin.xhtml
@@ -1,6 +1,6 @@
-
+
The <plugin> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/properties.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/properties.xhtml
index 39fb0159a6..b323a2d102 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/properties.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/properties.xhtml
@@ -1,6 +1,6 @@
-
+
The <properties> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/property.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/property.xhtml
index 7cc52b7cc8..68f6a1506c 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/property.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/property.xhtml
@@ -1,6 +1,6 @@
-
+
The <property> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/sqlMapGenerator.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/sqlMapGenerator.xhtml
index e81de42ec9..51f3893189 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/sqlMapGenerator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/sqlMapGenerator.xhtml
@@ -1,6 +1,6 @@
-
+
The <sqlMapGenerator> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/table.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/table.xhtml
index e3e3621afd..54fe2569d1 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/table.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/table.xhtml
@@ -1,6 +1,6 @@
-
+
The <table> Element
diff --git a/mybatis-generator-core/src/site/xhtml/configreference/xmlconfig.xhtml b/mybatis-generator-core/src/site/xhtml/configreference/xmlconfig.xhtml
index 1925b975f0..bb0b59f3a7 100644
--- a/mybatis-generator-core/src/site/xhtml/configreference/xmlconfig.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/configreference/xmlconfig.xhtml
@@ -1,6 +1,6 @@
-
+
MyBatis Generator XML Configuration File Reference
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/exampleClassUsage.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/exampleClassUsage.xhtml
index 47d84b8165..981791866a 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/exampleClassUsage.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/exampleClassUsage.xhtml
@@ -1,6 +1,6 @@
-
+
Example Class Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/extendingExampleClass.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/extendingExampleClass.xhtml
index d354b89d31..e7dbb18e40 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/extendingExampleClass.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/extendingExampleClass.xhtml
@@ -1,6 +1,6 @@
-
+
Extending the Example Classes
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/javaclient.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/javaclient.xhtml
index ec339aa8aa..0d48e61550 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/javaclient.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/javaclient.xhtml
@@ -1,6 +1,6 @@
-
+
MyBatis Generator Generated Java Client Objects
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/javamodel.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/javamodel.xhtml
index 46696363ca..ee328e5ff2 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/javamodel.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/javamodel.xhtml
@@ -1,6 +1,6 @@
-
+
MyBatis Generator Generated Java Model Classes
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/results.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/results.xhtml
index f317b0ec85..a9b8d889c5 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/results.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/results.xhtml
@@ -1,6 +1,6 @@
-
+
Using the Generated Objects
diff --git a/mybatis-generator-core/src/site/xhtml/generatedobjects/sqlmap.xhtml b/mybatis-generator-core/src/site/xhtml/generatedobjects/sqlmap.xhtml
index 28e241c481..0c418b9ba4 100644
--- a/mybatis-generator-core/src/site/xhtml/generatedobjects/sqlmap.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/generatedobjects/sqlmap.xhtml
@@ -1,6 +1,6 @@
-
+
MyBatis Generator Generated SQL Map Files
diff --git a/mybatis-generator-core/src/site/xhtml/index.xhtml b/mybatis-generator-core/src/site/xhtml/index.xhtml
index 53e658a6d6..47c34a51c1 100644
--- a/mybatis-generator-core/src/site/xhtml/index.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/index.xhtml
@@ -1,6 +1,6 @@
-
+
Introduction to MyBatis Generator
diff --git a/mybatis-generator-core/src/site/xhtml/license.xhtml b/mybatis-generator-core/src/site/xhtml/license.xhtml
index 0b90494cae..56d67e8e9f 100644
--- a/mybatis-generator-core/src/site/xhtml/license.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/license.xhtml
@@ -1,6 +1,6 @@
-
+
Licensing Information
diff --git a/mybatis-generator-core/src/site/xhtml/migratingFromAbator.xhtml b/mybatis-generator-core/src/site/xhtml/migratingFromAbator.xhtml
index 7ded846b0d..6135db8fd7 100644
--- a/mybatis-generator-core/src/site/xhtml/migratingFromAbator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/migratingFromAbator.xhtml
@@ -1,6 +1,6 @@
-
+
Migrating from Abator
diff --git a/mybatis-generator-core/src/site/xhtml/migratingFromIbator.xhtml b/mybatis-generator-core/src/site/xhtml/migratingFromIbator.xhtml
index 066eeb9545..9bf85c7466 100644
--- a/mybatis-generator-core/src/site/xhtml/migratingFromIbator.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/migratingFromIbator.xhtml
@@ -1,6 +1,6 @@
-
+
Migrating from Ibator
diff --git a/mybatis-generator-core/src/site/xhtml/philosophy.xhtml b/mybatis-generator-core/src/site/xhtml/philosophy.xhtml
index e884ad70e9..1650ab93b2 100644
--- a/mybatis-generator-core/src/site/xhtml/philosophy.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/philosophy.xhtml
@@ -1,6 +1,6 @@
-
+
Philosophy and Apology
diff --git a/mybatis-generator-core/src/site/xhtml/quickstart.xhtml b/mybatis-generator-core/src/site/xhtml/quickstart.xhtml
index fa9548a787..9daad47817 100644
--- a/mybatis-generator-core/src/site/xhtml/quickstart.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/quickstart.xhtml
@@ -1,6 +1,6 @@
-
+
MyBatis Generator Quick Start Guide
diff --git a/mybatis-generator-core/src/site/xhtml/reference/building.xhtml b/mybatis-generator-core/src/site/xhtml/reference/building.xhtml
index 77b785e36c..6c76249a11 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/building.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/building.xhtml
@@ -1,6 +1,6 @@
-
+
Building from Source
@@ -18,7 +18,7 @@ inspect those classes, or build MBG from the very latest version of the source c
at Google then follow these steps:
- MBG is built with Apache Maven. First you must get maven
- running. If you are new to Maven, here are the most simple steps (for Windows):
+ running. If you are new to Maven, here are the most simple steps (for Windows):
- Download a Maven distribution from
http://maven.apache.org/
@@ -29,6 +29,7 @@ at Google then follow these steps:
set PATH=%PATH%;%M2_HOME%\bin;
+
- Do a Subversion checkout of the source tree from the location
https://mybatis.googlecode.com/svn/sub-projects/generator/trunk/core/
diff --git a/mybatis-generator-core/src/site/xhtml/reference/extending.xhtml b/mybatis-generator-core/src/site/xhtml/reference/extending.xhtml
index 6a99aac24c..b3661bbaf9 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/extending.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/extending.xhtml
@@ -1,6 +1,6 @@
-
+
Extending MyBatis Generator
diff --git a/mybatis-generator-core/src/site/xhtml/reference/intro.xhtml b/mybatis-generator-core/src/site/xhtml/reference/intro.xhtml
index 640e93ee30..23076595d4 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/intro.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/intro.xhtml
@@ -1,6 +1,6 @@
-
+
Reference Information
diff --git a/mybatis-generator-core/src/site/xhtml/reference/logging.xhtml b/mybatis-generator-core/src/site/xhtml/reference/logging.xhtml
index 79bb7e8799..b3d1dbbb55 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/logging.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/logging.xhtml
@@ -1,6 +1,6 @@
-
+
Logging Information
diff --git a/mybatis-generator-core/src/site/xhtml/reference/pluggingIn.xhtml b/mybatis-generator-core/src/site/xhtml/reference/pluggingIn.xhtml
index 1f867ec86a..5cf9cb64be 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/pluggingIn.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/pluggingIn.xhtml
@@ -1,6 +1,6 @@
-
+
Implementing Plugins
diff --git a/mybatis-generator-core/src/site/xhtml/reference/plugins.xhtml b/mybatis-generator-core/src/site/xhtml/reference/plugins.xhtml
index b7457bcef4..d49c27fecf 100644
--- a/mybatis-generator-core/src/site/xhtml/reference/plugins.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/reference/plugins.xhtml
@@ -1,6 +1,6 @@
-
+
Supplied Plugins
diff --git a/mybatis-generator-core/src/site/xhtml/running/running.xhtml b/mybatis-generator-core/src/site/xhtml/running/running.xhtml
index 0680518576..bc9ec695bf 100644
--- a/mybatis-generator-core/src/site/xhtml/running/running.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/running/running.xhtml
@@ -1,6 +1,6 @@
-
+
Running MyBatis Generator
diff --git a/mybatis-generator-core/src/site/xhtml/running/runningFromCmdLine.xhtml b/mybatis-generator-core/src/site/xhtml/running/runningFromCmdLine.xhtml
index 1b79e26d6d..9f27e5d01a 100644
--- a/mybatis-generator-core/src/site/xhtml/running/runningFromCmdLine.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/running/runningFromCmdLine.xhtml
@@ -1,6 +1,6 @@
-
+
Running MyBatis Generator From a Command Prompt
diff --git a/mybatis-generator-core/src/site/xhtml/running/runningWithAnt.xhtml b/mybatis-generator-core/src/site/xhtml/running/runningWithAnt.xhtml
index 2963d29597..ab80e7d1b4 100644
--- a/mybatis-generator-core/src/site/xhtml/running/runningWithAnt.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/running/runningWithAnt.xhtml
@@ -1,6 +1,6 @@
-
+
Running MyBatis Generator With Ant
diff --git a/mybatis-generator-core/src/site/xhtml/running/runningWithJava.xhtml b/mybatis-generator-core/src/site/xhtml/running/runningWithJava.xhtml
index 264b3821d4..434e99c5b9 100644
--- a/mybatis-generator-core/src/site/xhtml/running/runningWithJava.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/running/runningWithJava.xhtml
@@ -1,6 +1,6 @@
-
+
Running MyBatis Generator With Java
diff --git a/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml b/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml
index 3fc85c9c78..a3574ee4ed 100644
--- a/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/running/runningWithMaven.xhtml
@@ -1,6 +1,6 @@
-
+
Running MyBatis Generator With Maven
@@ -69,9 +69,9 @@ the goal to execute automatically. An example of this is shown below:
<version>1.3.0</version>
<executions>
<execution>
- <id>Generate MyBatis Artifacts</id>
+ <id>Generate MyBatis Artifacts</id>
<goals>
- <goal>generate</goal>
+ <goal>generate</goal>
</goals>
</execution>
</executions>
@@ -110,9 +110,9 @@ file and may be used in the normal way. For example:
<version>1.3.0</version>
<executions>
<execution>
- <id>Generate MyBatis Artifacts</id>
+ <id>Generate MyBatis Artifacts</id>
<goals>
- <goal>generate</goal>
+ <goal>generate</goal>
</goals>
</execution>
</executions>
diff --git a/mybatis-generator-core/src/site/xhtml/usage/db2.xhtml b/mybatis-generator-core/src/site/xhtml/usage/db2.xhtml
index 61c679cc15..0d1c9fe70c 100644
--- a/mybatis-generator-core/src/site/xhtml/usage/db2.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/usage/db2.xhtml
@@ -1,6 +1,6 @@
-
+
DB2 Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/usage/intro.xhtml b/mybatis-generator-core/src/site/xhtml/usage/intro.xhtml
index d5657e131d..6d5baee3c0 100644
--- a/mybatis-generator-core/src/site/xhtml/usage/intro.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/usage/intro.xhtml
@@ -1,6 +1,6 @@
-
+
Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/usage/mysql.xhtml b/mybatis-generator-core/src/site/xhtml/usage/mysql.xhtml
index 8bedad1b94..6302e3f4c1 100644
--- a/mybatis-generator-core/src/site/xhtml/usage/mysql.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/usage/mysql.xhtml
@@ -1,6 +1,6 @@
-
+
MySql Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/usage/oracle.xhtml b/mybatis-generator-core/src/site/xhtml/usage/oracle.xhtml
index ff6a86198c..06b3f6019a 100644
--- a/mybatis-generator-core/src/site/xhtml/usage/oracle.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/usage/oracle.xhtml
@@ -1,6 +1,6 @@
-
+
Oracle Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/usage/postgresql.xhtml b/mybatis-generator-core/src/site/xhtml/usage/postgresql.xhtml
index e5f1e887bf..f320adb79a 100644
--- a/mybatis-generator-core/src/site/xhtml/usage/postgresql.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/usage/postgresql.xhtml
@@ -1,6 +1,6 @@
-
+
PostgreSQL Usage Notes
diff --git a/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml b/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
index 6bbb234831..a0c637e1e9 100644
--- a/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
+++ b/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
@@ -1,6 +1,6 @@
-
+
What's New in MyBatis Generator