From 206781f529cce4fc4fea0e183d78ef860e2b7555 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Thu, 28 Oct 2010 20:09:15 +0000 Subject: [PATCH] Depend on samskivert as a project and inherit its dependencies, export our own dependencies, bump to guava r07 --- .classpath | 18 ++++++++---------- .project | 28 ++++++++++++---------------- pom.xml | 2 +- 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/.classpath b/.classpath index a1e1002..8882e0a 100644 --- a/.classpath +++ b/.classpath @@ -1,14 +1,12 @@ - - - - - - - - - + + - + + + + + + diff --git a/.project b/.project index 896cef2..45ac0ae 100644 --- a/.project +++ b/.project @@ -1,17 +1,13 @@ - - depot - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - + depot + A collection of Java utilities. + + + + org.eclipse.jdt.core.javabuilder + + + + org.eclipse.jdt.core.javanature + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5a994e2..0d83ae2 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ com.google.guava guava - r05 + r07 compile