summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-06 23:06:37 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-06 23:06:37 +0000
commit4182ff457cf3a95c0d615fa838996b48770af61e (patch)
tree7a360d9d577b0d7bb80fc814d439668ce4204989 /Tools
parenta0b7c09f23c0f9d34e08a3391d5d0425d9040348 (diff)
downloadedk2-platforms-4182ff457cf3a95c0d615fa838996b48770af61e.tar.xz
Try to fix the Surface Area build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@433 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/Source/SurfaceArea/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/SurfaceArea/build.xml b/Tools/Source/SurfaceArea/build.xml
index b43d335f13..48c0b5a78b 100644
--- a/Tools/Source/SurfaceArea/build.xml
+++ b/Tools/Source/SurfaceArea/build.xml
@@ -66,7 +66,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<target name="SurfaceArea" depends="init" unless="jar.newer">
<antcall target="SurfaceArea.java.clean"/>
- <java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler">
+ <java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler" fork="true">
<classpath refid="classpath"/>
<arg value="-javasource"/>
<arg value="1.5"/>