From cf7336a4d64f799b6f6362622d740693e251bf9a Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 3 Sep 2018 16:45:51 +0100 Subject: [PATCH] JAL-3091 -Dnosign to disable jar signing phase of build --- .ant-targets-build.xml | 29 +++++++++++++++++++++++++++++ build.xml | 8 ++++---- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/.ant-targets-build.xml b/.ant-targets-build.xml index 7ef21f1..15432a1 100644 --- a/.ant-targets-build.xml +++ b/.ant-targets-build.xml @@ -1,2 +1,31 @@ +build +buildPropertiesFile +buildTests +buildextclients +buildindices +castorbinding +clean +compileApplet +distclean help +init +linkcheck +makeApplet +makedist +makefulldist +obfuscate +packageApplet +prepare +prepareTests +preparejnlp +prepubapplet_1 +pubapplet +runenv +signApplet +sourcedist +sourcedoc +sourcescrub +testclean +testng usage +writejnlpf diff --git a/build.xml b/build.xml index f9265dc..97f459d 100755 --- a/build.xml +++ b/build.xml @@ -395,7 +395,7 @@ --> - + @@ -403,7 +403,7 @@ - + @@ -936,13 +936,13 @@ - + - + -- 1.7.10.2