1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
--- a/freemind/plugins/build.xml
+++ b/freemind/plugins/build.xml
@@ -24,6 +24,7 @@
<exclude name="build_jabber.xml"/>
<!-- This collaboration module is for post 0.9.0. -->
<exclude name="build_database.xml"/>
+ <exclude name="build_latex.xml"/>
</fileset>
</subant>
</sequential>
@@ -41,4 +42,4 @@
<callant task="post"/>
</target>
-</project>
\ No newline at end of file
+</project>
|