Forgot to update the build.xml file
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1457 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
18a653de4d
commit
f4ddec2da9
@ -11,11 +11,13 @@
|
|||||||
<echo message="Building extensions" />
|
<echo message="Building extensions" />
|
||||||
<ant dir="sample-extension/" target="build" />
|
<ant dir="sample-extension/" target="build" />
|
||||||
<ant dir="jython/" target="build" />
|
<ant dir="jython/" target="build" />
|
||||||
|
<ant dir="freebase/" target="build" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
<echo message="cleaning extensions" />
|
<echo message="cleaning extensions" />
|
||||||
<ant dir="sample-extension/" target="clean" />
|
<ant dir="sample-extension/" target="clean" />
|
||||||
<ant dir="jython/" target="clean" />
|
<ant dir="jython/" target="clean" />
|
||||||
|
<ant dir="freebase/" target="clean" />
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user