15 lines
378 B
XML
15 lines
378 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" />
|
||
|
</target>
|
||
|
</project>
|