Improve freemind imported to support html text nodes.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-29 15:27:16 -03:00
parent 295fbba387
commit 9985384a7f
9 changed files with 647 additions and 146 deletions

View File

@@ -295,8 +295,13 @@
<version>0.0.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ http://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>