Fix for EDKT9.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@855 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-07-10 05:22:28 +00:00
parent bb3ee420c8
commit f3dcd51163
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>