From 98d932a0f5b46785de75b960deeaf8cb029eafa2 Mon Sep 17 00:00:00 2001 From: kytv Date: Tue, 2 Jul 2013 16:58:40 +0000 Subject: [PATCH] build.xml: minor tweak for jenkins Jenkins' cobertura plugin wasn't finding the streaming source. This change should correct that. --- build.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index dc48515fc..89e91c113 100644 --- a/build.xml +++ b/build.xml @@ -1334,25 +1334,26 @@ - + + + + match='filename="net' replace='filename="apps/streaming/java/src/net'/> + match="<source>./src" replace="<source>apps/streaming/java/src"/>