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/jython/src"/>
|
||||||
<classpathentry kind="src" path="extensions/pc-axis/src"/>
|
<classpathentry kind="src" path="extensions/pc-axis/src"/>
|
||||||
<classpathentry kind="src" path="extensions/sample/src"/>
|
<classpathentry kind="src" path="extensions/sample/src"/>
|
||||||
|
<classpathentry kind="src" path="extensions/wikidata/src"/>
|
||||||
<classpathentry kind="src" path="main/tests/server/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/ant-tools-1.8.0.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/arithcode-1.1.jar"/>
|
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/arithcode-1.1.jar"/>
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
<ant dir="gdata/" target="build" />
|
<ant dir="gdata/" target="build" />
|
||||||
<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" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
@ -23,6 +24,7 @@
|
|||||||
<ant dir="gdata/" target="clean" />
|
<ant dir="gdata/" target="clean" />
|
||||||
<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" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test">
|
<target name="test">
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user