2010-06-20 02:44:06 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--+
|
|
|
|
|
|
2010-09-23 00:55:28 +02:00
|
|
|
| Google Refine Extensions Build File
|
2010-06-20 02:44:06 +02:00
|
|
|
|
|
|
|
|
+-->
|
|
|
|
|
2010-09-23 00:55:28 +02:00
|
|
|
<project name="google-refine-extensions" default="build" basedir=".">
|
2010-06-20 02:44:06 +02:00
|
|
|
<target name="build">
|
|
|
|
<echo message="Building extensions" />
|
|
|
|
<ant dir="sample-extension/" target="build" />
|
|
|
|
<ant dir="jython/" target="build" />
|
|
|
|
</target>
|
2010-08-10 20:55:31 +02:00
|
|
|
|
|
|
|
<target name="clean">
|
|
|
|
<echo message="cleaning extensions" />
|
|
|
|
<ant dir="sample-extension/" target="clean" />
|
|
|
|
<ant dir="jython/" target="clean" />
|
|
|
|
</target>
|
2010-06-20 02:44:06 +02:00
|
|
|
</project>
|