From 7725481138f78b3739289841226ff11ec4cc7510 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 18 Apr 2012 20:03:45 +0200 Subject: [PATCH] build file --- build.properties.dist | 1 + build.xml | 233 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 234 insertions(+) create mode 100644 build.properties.dist create mode 100644 build.xml diff --git a/build.properties.dist b/build.properties.dist new file mode 100644 index 0000000..b50ad08 --- /dev/null +++ b/build.properties.dist @@ -0,0 +1 @@ +sfuser=FIXME diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..ac94c50 --- /dev/null +++ b/build.xml @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + phorkie + Self-hosted pastebin software + + Self-hosted pastebin software written in PHP. + Pastes are editable, may have multiple files and are stored in git repositories. + + phorkie.sourceforge.net + + + AGPL + + + + + ${releasenotes} + + + + + + + + + + + + + + www + data + php + + + **/.gitignore + **/.svn + build* + data/config.php + dist/** + *.properties + *.tgz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.30.2