From 68c53e836bb37c09f2764beaa064eaf6b603313e Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Thu, 24 Jun 2021 17:14:28 -0700 Subject: [PATCH] Removed build.installers from build.all because we still don't have a preconfigured izpack solution in the project. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 446d05d0..4d7251dd 100644 --- a/build.xml +++ b/build.xml @@ -1094,7 +1094,7 @@ POSSIBILITY OF SUCH DAMAGE. </target> - <target name="all" depends="versions,clean,build,javadoc,build.installers,test" + <target name="all" depends="versions,clean,build,javadoc,test" description="complete clean/build ready for distribution and deployment"> <!-- build.dist to create a distributable Xj3D complete with documentation --> <!-- build.dist does not include javadoc in installers, but javadoc might detect errors --> -- GitLab