From 8c1741c734e2f16b808d4a58ccd75c562cd204d9 Mon Sep 17 00:00:00 2001 From: "github@st0ne.at" Date: Wed, 12 Dec 2012 15:51:50 +0100 Subject: [PATCH] fixed classpath in pom.xml --- applications/cafe-scripted/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/cafe-scripted/pom.xml b/applications/cafe-scripted/pom.xml index a304949e..d82f0618 100644 --- a/applications/cafe-scripted/pom.xml +++ b/applications/cafe-scripted/pom.xml @@ -150,7 +150,7 @@ -classpath - org.springframework.integration.samples.org.springframework.integration.samples.cafe.demo.CafeDemoApp + org.springframework.integration.samples.cafe.demo.CafeDemoApp ${lang} @@ -181,7 +181,7 @@ -classpath - org.springframework.integration.samples.org.springframework.integration.samples.cafe.demo.ControlBusMain + org.springframework.integration.samples.cafe.demo.ControlBusMain