Remove Freebase extensions from build

This commit is contained in:
Tom Morris 2015-05-14 20:32:58 -04:00
parent 0f49f701d0
commit 9c5bc3cd2b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
<echo message="Building extensions" /> <echo message="Building extensions" />
<ant dir="sample/" target="build" /> <ant dir="sample/" target="build" />
<ant dir="jython/" target="build" /> <ant dir="jython/" target="build" />
<ant dir="freebase/" target="build" /> <!-- <ant dir="freebase/" target="build" /> -->
<ant dir="gdata/" target="build" /> <ant dir="gdata/" target="build" />
<ant dir="pc-axis/" target="build" /> <ant dir="pc-axis/" target="build" />
</target> </target>