From 095f2fdffbc8ff8b4e007e49c6585afcd66aee55 Mon Sep 17 00:00:00 2001 From: gojomo Date: Thu, 3 Dec 2009 19:02:13 +0000 Subject: [PATCH] Make Maven build more robust * engine/pom.xml, .classpath remove apparently-no-longer-needed tomcat library reference, avoiding Maven problems with m2eclipse 0.9.8.200905041414 in eclipse-galileo on ubuntu --- .classpath | 1 - engine/pom.xml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 4b5584b5..3fd3c1c0 100644 --- a/.classpath +++ b/.classpath @@ -29,7 +29,6 @@ - diff --git a/engine/pom.xml b/engine/pom.xml index 398685fe..f60a3b3c 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -96,12 +96,14 @@ 6.1.14 compile + org.restlet org.restlet