mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
a0b7c09f23
commit
4182ff457c
|
@ -66,7 +66,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
<target name="SurfaceArea" depends="init" unless="jar.newer">
|
<target name="SurfaceArea" depends="init" unless="jar.newer">
|
||||||
<antcall target="SurfaceArea.java.clean"/>
|
<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"/>
|
<classpath refid="classpath"/>
|
||||||
<arg value="-javasource"/>
|
<arg value="-javasource"/>
|
||||||
<arg value="1.5"/>
|
<arg value="1.5"/>
|
||||||
|
|
|
@ -39,7 +39,7 @@ case "`uname`" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Now we need to build the tools.
|
# Now we need to build the tools.
|
||||||
echo "If you have not done so, please build the tools by issuing 'ant -f \$WORKSPACE/Tools/build.xml'."
|
(cd Tools; ant -noclasspath)
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue