From ffc950d33aed7df69a1c8aa55130ce4a25bd4974 Mon Sep 17 00:00:00 2001 From: Matthijs Date: Sat, 8 Aug 2015 20:29:54 +0200 Subject: [PATCH 1/3] Minor grammer fix --- src/main/resources/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 603b21b9..e5bd3e16 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -15,7 +15,7 @@ # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt deftemplatesuffix: hires -# Map storage scheme: only uncommoent one 'type' value +# Map storage scheme: only uncommont one 'type' value # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) # mysql: MySQL database, at hostname:port in database, accessed via userid with password From f440e3948f1ddac13ad615369f0dc007c66b9f80 Mon Sep 17 00:00:00 2001 From: Matthijs Date: Sat, 8 Aug 2015 20:31:38 +0200 Subject: [PATCH 2/3] Whoop --- src/main/resources/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index e5bd3e16..709fa268 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -15,7 +15,7 @@ # The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt deftemplatesuffix: hires -# Map storage scheme: only uncommont one 'type' value +# Map storage scheme: only uncomment one 'type' value # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) # mysql: MySQL database, at hostname:port in database, accessed via userid with password From e69fc065cdd1fce6993a9db26c813e4a9a40d9dd Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Fri, 4 Sep 2015 22:23:06 -0500 Subject: [PATCH 3/3] Remove javadoc build - not needed here --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index 4cb5af87..be0c3e3a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,19 +79,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - -