From e9baaf2a71a1cbde2376e13cd10ebc7dc1934fc5 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 24 Sep 2020 17:19:54 -0400 Subject: [PATCH] add an ant target for building sources with core (fixes #118) --- core/.gitignore | 2 ++ core/build.xml | 18 +++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/core/.gitignore b/core/.gitignore index 88ed66d40..541feadb3 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -4,3 +4,5 @@ bin-test /library/gluegen-rt*.jar /library/jogl-all*.jar + +core-sources.jar diff --git a/core/build.xml b/core/build.xml index eb0acbdef..fae4793d7 100644 --- a/core/build.xml +++ b/core/build.xml @@ -1,7 +1,7 @@ - + @@ -79,9 +79,9 @@ - - - + + + - + @@ -157,4 +157,12 @@ + + + + + + + +