Rename gdata and sample extensions to drop the -extension suffix
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1539 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
3939c8e43e
commit
42cd990e5a
@ -9,17 +9,17 @@
|
||||
<project name="google-refine-extensions" default="build" basedir=".">
|
||||
<target name="build">
|
||||
<echo message="Building extensions" />
|
||||
<ant dir="sample-extension/" target="build" />
|
||||
<ant dir="sample/" target="build" />
|
||||
<ant dir="jython/" target="build" />
|
||||
<ant dir="freebase/" target="build" />
|
||||
<ant dir="gdata-extension/" target="build" />
|
||||
<ant dir="gdata/" target="build" />
|
||||
</target>
|
||||
|
||||
<target name="clean">
|
||||
<echo message="cleaning extensions" />
|
||||
<ant dir="sample-extension/" target="clean" />
|
||||
<ant dir="sample/" target="clean" />
|
||||
<ant dir="jython/" target="clean" />
|
||||
<ant dir="freebase/" target="clean" />
|
||||
<ant dir="gdata-extension/" target="clean" />
|
||||
<ant dir="gdata/" target="clean" />
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user