From 75e32b1e8fb35d1bf67e872ba1a33d9c1516dd6a Mon Sep 17 00:00:00 2001 From: henrikjust Date: Fri, 20 Feb 2009 09:31:33 +0000 Subject: [PATCH] Initial import git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@4 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- build.xml | 256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 build.xml 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +