From cceb53b2e0ed275a2196650637a9bd6520d204fd Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 31 Jul 2014 22:58:23 -0700 Subject: [PATCH 1/2] Ignore all .log files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 98aa482d23..4c1c83ee6f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ bitsquare.iml *.wallet *.ser *.wallet + +*.log From 950ab931149d0ee51ee0975e9ef621b100f278ed Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 31 Jul 2014 23:26:02 -0700 Subject: [PATCH 2/2] Updated maven javafx plugin dependency http://stackoverflow.com/questions/19407959/javafx-maven-plugin-and-api- incompatibility --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d81600d968..25b664e8ea 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ org.twdata.maven mojo-executor - 2.0 + 2.1.0