Start Wikidata extension based on Wikidata-Toolkit
This commit is contained in:
parent
b1bfcb586c
commit
19a1e5e007
@ -10,6 +10,7 @@
|
||||
<classpathentry kind="src" path="extensions/jython/src"/>
|
||||
<classpathentry kind="src" path="extensions/pc-axis/src"/>
|
||||
<classpathentry kind="src" path="extensions/sample/src"/>
|
||||
<classpathentry kind="src" path="extensions/wikidata/src"/>
|
||||
<classpathentry kind="src" path="main/tests/server/src"/>
|
||||
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/ant-tools-1.8.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/arithcode-1.1.jar"/>
|
||||
|
@ -13,7 +13,8 @@
|
||||
<ant dir="jython/" target="build" />
|
||||
<ant dir="gdata/" target="build" />
|
||||
<ant dir="pc-axis/" target="build" />
|
||||
<ant dir="database/" target="build" />
|
||||
<ant dir="database/" target="build" />
|
||||
<ant dir="wikidata/" target="build" />
|
||||
</target>
|
||||
|
||||
<target name="clean">
|
||||
@ -22,12 +23,13 @@
|
||||
<ant dir="jython/" target="clean" />
|
||||
<ant dir="gdata/" target="clean" />
|
||||
<ant dir="pc-axis/" target="clean" />
|
||||
<ant dir="database/" target="clean" />
|
||||
<ant dir="database/" target="clean" />
|
||||
<ant dir="wikidata/" target="clean" />
|
||||
</target>
|
||||
|
||||
<target name="test">
|
||||
<echo message="Testing extensions" />
|
||||
<ant dir="jython/" target="test" />
|
||||
<ant dir="database/" target="test" />
|
||||
<ant dir="database/" target="test" />
|
||||
</target>
|
||||
</project>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user