Fix extensions/build.xml

This commit is contained in:
Antonin Delpeuch 2017-09-07 11:37:37 +01:00
parent 66b3ddf76b
commit a1018dba6b

View File

@ -15,7 +15,6 @@
<ant dir="pc-axis/" target="build" /> <ant dir="pc-axis/" target="build" />
<ant dir="database/" target="build" /> <ant dir="database/" target="build" />
<ant dir="wikidata/" target="build" /> <ant dir="wikidata/" target="build" />
<ant dir="rdf-extension/" target="build" />
</target> </target>
<target name="clean"> <target name="clean">
@ -26,7 +25,6 @@
<ant dir="pc-axis/" target="clean" /> <ant dir="pc-axis/" target="clean" />
<ant dir="database/" target="clean" /> <ant dir="database/" target="clean" />
<ant dir="wikidata/" target="clean" /> <ant dir="wikidata/" target="clean" />
<ant dir="rdf-extension/" target="clean" />
</target> </target>
<target name="test"> <target name="test">