Added rdf-exporter/build.xml

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1081 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-07-07 16:31:06 +00:00
parent 31c2ac2bfc
commit f7774e9b53

View File

@ -11,5 +11,6 @@
<echo message="Building extensions" />
<ant dir="sample-extension/" target="build" />
<ant dir="jython/" target="build" />
<ant dir="rdf-exporter/" target="build" />
</target>
</project>