From c8c748614bba3d8eb9dab5333b102ed97dfdb8f3 Mon Sep 17 00:00:00 2001 From: samskivert Date: Fri, 27 Aug 2010 23:36:44 +0000 Subject: [PATCH] I think I understand Ivy well enough now to define sane dependencies. Of course these differ from the "standard definitions", but I'm going to stick with my usual approach of assuming that everyone else is crazy. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2834 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build-ivy.xml | 12 +++++++----- ivy.xml | 22 +++++++++++++--------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/build-ivy.xml b/build-ivy.xml index b552f1cf..dfca3a9c 100644 --- a/build-ivy.xml +++ b/build-ivy.xml @@ -32,7 +32,7 @@ - + @@ -52,10 +52,12 @@ - - Compile: ${compile.str} - - Test: ${test.str} + + Compile classpath: + ${compile.str} + Test classpath: + + ${test.str} diff --git a/ivy.xml b/ivy.xml index 0c40ff50..9e3530fb 100644 --- a/ivy.xml +++ b/ivy.xml @@ -2,17 +2,21 @@ - - - - - + + + + + + + + + - - - - + + + +