From 4ec71cc3e334b42e0257ec8cf8a85a778a817e56 Mon Sep 17 00:00:00 2001 From: wangyaoguang Date: Thu, 7 Apr 2016 19:29:38 +0800 Subject: add puppet manifests for rubbos client module 1. add manifests fro rubbos client module 2. add client configuration files 3. modify some related common parameters JIRA: BOTTLENECK-55 Change-Id: Ia87090687217bdfe82ae89f7e497f0a665a83201 Signed-off-by: wangyaoguang --- .../modules/rubbos_client/files/build.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testsuites/rubbos/puppet_manifests/modules/rubbos_client/files/build.properties (limited to 'testsuites/rubbos/puppet_manifests/modules/rubbos_client/files/build.properties') diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_client/files/build.properties b/testsuites/rubbos/puppet_manifests/modules/rubbos_client/files/build.properties new file mode 100644 index 00000000..77de8ba3 --- /dev/null +++ b/testsuites/rubbos/puppet_manifests/modules/rubbos_client/files/build.properties @@ -0,0 +1,16 @@ +############################################################################# +# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + + +src = . +dist =. +classes.dir = ./build +web.dir = ../Servlet_HTML + +j2ee = REPLACED_RUBBOS_APP_TOOLS/j2sdkee1.3.1 -- cgit 1.2.3-korg