Merge pull request #46 from stevemyers/master

Updated maven javafx plugin so works with master and set git to ignore .log files.
This commit is contained in:
stevemyers 2014-07-31 23:28:18 -07:00
commit 016ec4fe85
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@ bitsquare.iml
*.wallet
*.ser
*.wallet
*.log

View File

@ -101,7 +101,7 @@
<dependency>
<groupId>org.twdata.maven</groupId>
<artifactId>mojo-executor</artifactId>
<version>2.0</version>
<version>2.1.0</version>
</dependency>
</dependencies>
</plugin>