From 29952fdc4cc92367e17b303392ad81dfcc85ce70 Mon Sep 17 00:00:00 2001 From: pb Date: Wed, 24 Aug 2011 23:58:20 +0000 Subject: [PATCH] =?UTF-8?q?Nachtrag=20zu=201066,=20fehlende=20Datei=20erg?= =?UTF-8?q?=C3=A4nzt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1072 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/bin/libexec/build.xml | 157 +++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 ccm-core/bin/libexec/build.xml diff --git a/ccm-core/bin/libexec/build.xml b/ccm-core/bin/libexec/build.xml new file mode 100644 index 000000000..7c1818250 --- /dev/null +++ b/ccm-core/bin/libexec/build.xml @@ -0,0 +1,157 @@ + + + + + + HostInit deploys CCM into a servlet container. Specifically it deploys + ADDON packages. + + + + + + + + + + + + + + + + + + + + + + + + Packages requested: ${ccm.packages} + + + + + + + + Package working on: ${dirname} + + + + + + + + + + + + + + + + + Info requested for Package(s): + ${ccm.packages} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Base directory is ${basedir} + USAGE: + ccm-host list lists avaiblable addon packages + ccm-host add {packagelist} adds one or more packages to the aplaws application directory. + ccm-host info {package} displays info about a package. + + + +