From 9439e8872c50edb35dba288b8d3ef483fb8ee9e2 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 28 Dec 2017 15:24:38 +0100 Subject: Include LICENSE in JAR. --- .gitignore | 3 +++ build-reader.xml | 5 +++++ build-standalone.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 8390d09..1953275 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Built artifacts in /dist and /applet. /dist/lib/ /dist/ECTesterReader.jar /dist/ECTesterReader-dist.jar @@ -5,7 +6,9 @@ /dist/ectester-reader.bat /dist/ECTesterStandalone.jar /dist/ECTesterStandalone-dist.jar +/applet/ectester.cap +# Built binaries in /src. /src/**/*.a /src/**/*.o /src/**/*.so diff --git a/build-reader.xml b/build-reader.xml index ec62f6f..98cdef4 100644 --- a/build-reader.xml +++ b/build-reader.xml @@ -71,10 +71,15 @@ nbproject/build-impl.xml file. --> + + + + + diff --git a/build-standalone.xml b/build-standalone.xml index ea160c8..a4bb434 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -71,6 +71,10 @@ nbproject/build-impl.xml file. --> + + + + -- cgit v1.3.1