From 1226d841085b23fe10f9ea4fbe18e916536c0892 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 2 Aug 2013 12:36:51 -0700 Subject: [PATCH] CSPACE-5678: Adding Ant target that will generate Service config artifacts from the Application layer's config files using the csmake.jar tool. --- services/JaxRsServiceProvider/build.xml | 30 ++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/services/JaxRsServiceProvider/build.xml b/services/JaxRsServiceProvider/build.xml index 072ebad4c..228e3401d 100644 --- a/services/JaxRsServiceProvider/build.xml +++ b/services/JaxRsServiceProvider/build.xml @@ -8,6 +8,8 @@ + + @@ -138,12 +140,38 @@ - + + + + + + + + + + + + + + + -- 2.47.3