From 7a27809a67020fe19497c4a64b119f7d8d9563aa Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 27 Sep 2014 11:21:09 +0200 Subject: [PATCH] phing build file to create releases --- .gitignore | 1 + build.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 build.xml diff --git a/.gitignore b/.gitignore index daa30a3..7516d61 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ README.html +/dist/ diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..5524954 --- /dev/null +++ b/build.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + Error: Release zip file already exists: ${distfile} + Zip file already exists + + + + + + + + + -- 2.30.2