f7774e9b53
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1081 7d457c2a-affb-35e4-300a-418c747d4874
16 lines
425 B
XML
16 lines
425 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--+
|
|
|
|
|
| Gridworks Extensions Build File
|
|
|
|
|
+-->
|
|
|
|
<project name="gridworks-extensions" default="build" basedir=".">
|
|
<target name="build">
|
|
<echo message="Building extensions" />
|
|
<ant dir="sample-extension/" target="build" />
|
|
<ant dir="jython/" target="build" />
|
|
<ant dir="rdf-exporter/" target="build" />
|
|
</target>
|
|
</project> |