From 3966c55232532f63ac488358054ba9d732695a21 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 6 Sep 2020 23:05:15 +0200 Subject: [PATCH] =?UTF-8?q?[DEV]=20ant=20is=209=C2=B0%=20of=20the=20basis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +- build.xml | 196 +++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 141 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index b4ea534..d075be7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,9 @@ ScenariumConfig.txt *.class *~ *.bck - +build.number +/extern/ +/out/ +/.settings/ +/junit/ /target/ diff --git a/build.xml b/build.xml index 23bb674..f40b9f0 100644 --- a/build.xml +++ b/build.xml @@ -1,21 +1,31 @@ + + + + + + + + - - - + + + + + - + - + - + - - - - - - - + + + + + + + + + + - - - - + + + + - - + + + + + + - - + - - - - + + + + + - - - + + + - - + + + + + - + - - - + + + + + - + + + + + + + + + + + + Scenarium library: ${ant.project.name}]]> + Copyright © 2020 Scenarium. All Rights Reserved.]]> + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - + + - + - + - + - - - + + + @@ -148,7 +217,10 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core + + + @@ -158,4 +230,8 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core + + + +