From 1c4d8d79e61703d1910799ce65f953b1c8cc44ad Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 16 Jul 2010 00:36:47 +0200 Subject: [PATCH] Fixing case 286 --- project/build/AkkaProject.scala | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/project/build/AkkaProject.scala b/project/build/AkkaProject.scala index 66ac0dea8a..0a42530c59 100644 --- a/project/build/AkkaProject.scala +++ b/project/build/AkkaProject.scala @@ -331,10 +331,25 @@ class AkkaParent(info: ProjectInfo) extends DefaultProject(info) { } class AkkaSampleCamelProject(info: ProjectInfo) extends AkkaDefaultProject(info, deployPath) with CodeFellowPlugin { - val spring_jms = "org.springframework" % "spring-jms" % "3.0.1.RELEASE" % "compile" - val camel_jetty = "org.apache.camel" % "camel-jetty" % "2.3.0" % "compile" - val camel_jms = "org.apache.camel" % "camel-jms" % "2.3.0" % "compile" - val activemq_core = "org.apache.activemq" % "activemq-core" % "5.3.2" % "compile" + override def ivyXML = + + + + + + + + + + + + + + +// val spring_jms = "org.springframework" % "spring-jms" % "3.0.1.RELEASE" % "compile" +// val camel_jetty = "org.apache.camel" % "camel-jetty" % "2.3.0" % "compile" +// val camel_jms = "org.apache.camel" % "camel-jms" % "2.3.0" % "compile" +// val activemq_core = "org.apache.activemq" % "activemq-core" % "5.3.2" % "compile" } class AkkaSampleSecurityProject(info: ProjectInfo) extends AkkaDefaultProject(info, deployPath) with CodeFellowPlugin {