548f49
From 54b7ccdd1e16f1d6dd07359eae0fcac8f1883373 Mon Sep 17 00:00:00 2001
548f49
From: Michael Simacek <msimacek@redhat.com>
548f49
Date: Mon, 2 Jan 2017 10:31:56 +0100
548f49
Subject: [PATCH] Fork javac
548f49
548f49
---
548f49
 build.xml | 2 +-
548f49
 1 file changed, 1 insertion(+), 1 deletion(-)
548f49
548f49
diff --git a/build.xml b/build.xml
548f49
index 1cfd4fb..69acfe8 100644
548f49
--- a/build.xml
548f49
+++ b/build.xml
548f49
@@ -284,7 +284,7 @@
548f49
                 <attribute name="Built-Date" value="${build.timestamp}"/>
548f49
             </manifest>
548f49
             <mkdir dir="build/temp/@{modulename}-${version}.jar.contents"/>
548f49
-            <javac srcdir="@{srcdir}" destdir="build/temp/@{modulename}-${version}.jar.contents" debug="${debug}" target="1.5" includeantruntime="false">
548f49
+            <javac srcdir="@{srcdir}" destdir="build/temp/@{modulename}-${version}.jar.contents" debug="${debug}" target="1.5" includeantruntime="false" fork="true">
548f49
                 <classpath>
548f49
                     <fileset dir="lib/integration">
548f49
                         <include name="*.jar"/>
548f49
-- 
548f49
2.9.3
548f49