From 494a7b7b405282df1acf3bda67abbfc055ff0923 Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 28 Aug 2009 16:39:18 +0000 Subject: [PATCH] Integrated r1937,r1938: Added load-data (load --data) and load-init (load --init) ant targets to ecdc , ant deploy-ccm-core now generates a ccm-version.properties file containing the current version and release numbers git-svn-id: https://svn.libreccm.org/ccm/trunk@249 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/build-hooks.xml | 4 +++ tools-ng/ecdc/scriptlib/build-ccm.xml | 16 ++++++++++ tools-ng/ecdc/scriptlib/build-ccm.xml.orig | 35 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/ccm-core/build-hooks.xml b/ccm-core/build-hooks.xml index 30ce532dc..7058d3053 100755 --- a/ccm-core/build-hooks.xml +++ b/ccm-core/build-hooks.xml @@ -53,6 +53,10 @@ + diff --git a/tools-ng/ecdc/scriptlib/build-ccm.xml b/tools-ng/ecdc/scriptlib/build-ccm.xml index 06a26aa73..ebfc344ca 100644 --- a/tools-ng/ecdc/scriptlib/build-ccm.xml +++ b/tools-ng/ecdc/scriptlib/build-ccm.xml @@ -48,6 +48,22 @@ value="${java.protocol.handler.pkgs}" /> --> + + + + + load --data ${applications} + + + + + + + + load --init ${applications} + + + diff --git a/tools-ng/ecdc/scriptlib/build-ccm.xml.orig b/tools-ng/ecdc/scriptlib/build-ccm.xml.orig index 4ec76d5c9..06a26aa73 100644 --- a/tools-ng/ecdc/scriptlib/build-ccm.xml.orig +++ b/tools-ng/ecdc/scriptlib/build-ccm.xml.orig @@ -126,4 +126,39 @@ + + + + + + + + + Creating new application ${new.app.name} + + + + + + + + + + + + + + + + + + + + + + + + + +