From 81f89c46676597e167941c739ffbf76bd54a959d Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 8 Sep 2020 00:35:38 +0200 Subject: [PATCH] [DEV] update ant build with module dependency pattern --- build.xml | 10 +++++++++- version.txt | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 version.txt diff --git a/build.xml b/build.xml index c2c6277..e95544a 100644 --- a/build.xml +++ b/build.xml @@ -21,6 +21,7 @@ + @@ -88,6 +89,9 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core --> + + + @@ -123,6 +127,7 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core + @@ -148,12 +153,13 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core - + + @@ -172,6 +178,7 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core + @@ -185,6 +192,7 @@ wget https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core version="true" use="true" windowtitle="Scenarium library API: ${ant.project.name}"> + diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..6c6aa7c --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file