diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..c529196 --- /dev/null +++ b/build.xml @@ -0,0 +1,256 @@ + + + + + + + + writer2latex - build file + + + Usage: ant <target> + The following targets are supported: + all + Build nearly everything + compile + Compile all file except the tests. + jar + Create the standalone jar file. + oxt + Create extension packages for OOo + distro + Create the distribution packages + javadoc + Create the javadoc documentation in target/javadoc. + clean + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +