From 183a2095f45f2134986543d9959ba33aa16d895c Mon Sep 17 00:00:00 2001 From: Matt Benson Date: Wed, 24 Jun 2015 14:50:57 -0500 Subject: [PATCH] Fixup sample Ant build Fixes gh-3324 --- .../spring-boot-sample-actuator/build.xml | 18 ++++++++++++------ .../spring-boot-sample-actuator/ivy.xml | 6 +++--- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.xml b/spring-boot-samples/spring-boot-sample-actuator/build.xml index 4c50eb63d74..4dfac24de96 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/build.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/build.xml @@ -2,19 +2,20 @@ Sample ANT build script for a Spring Boot executable JAR project. Uses ivy for dependency management so run with - '$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'. + '$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'. + - + - + @@ -30,14 +31,19 @@ + + + + - + - + @@ -45,4 +51,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-actuator/ivy.xml b/spring-boot-samples/spring-boot-sample-actuator/ivy.xml index 0e3da0eefc5..35f539216d9 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/ivy.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/ivy.xml @@ -6,8 +6,8 @@ - - - + + +