This is an automated email from the ASF dual-hosted git repository.

davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 86a4d9d  Add -no-header flag for consistent JAXB builds
86a4d9d is described below

commit 86a4d9d491d03f4c068ac24df08128eefae77be2
Author: Michael Hoke <[email protected]>
AuthorDate: Mon Oct 2 14:20:33 2023 -0400

    Add -no-header flag for consistent JAXB builds
---
 build.sbt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sbt b/build.sbt
index 6b46840..38dfc2f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -135,6 +135,7 @@ lazy val xjcSettings =
     xjcCommandLine += "-nv",
     xjcCommandLine += "-p",
     xjcCommandLine += "org.apache.daffodil.tdml",
+    xjcCommandLine += "-no-header",
     xjcBindings += "debugger/src/main/resources/bindings.xjb",
     xjcJvmOpts ++= extraJvmOptions,
     xjcLibs := Seq(

Reply via email to