2005-03-09 01:52:13 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<project name="swing" default="default">
|
|
|
|
|
|
|
|
<description>
|
|
|
|
Swing Models
|
|
|
|
</description>
|
|
|
|
|
2005-05-02 00:11:11 +00:00
|
|
|
<import file="../contrib-build.xml"/>
|
2005-03-09 01:52:13 +00:00
|
|
|
|
|
|
|
<target name="list-demo" depends="compile">
|
|
|
|
<java classname="org.apache.lucene.swing.models.ListSearcherSimulator"
|
|
|
|
fork="yes" spawn="yes"
|
|
|
|
classpathref="test.classpath"
|
|
|
|
/>
|
|
|
|
</target>
|
|
|
|
|
|
|
|
<target name="table-demo" depends="compile">
|
|
|
|
<java classname="org.apache.lucene.swing.models.TableSearcherSimulator"
|
|
|
|
fork="yes" spawn="yes"
|
|
|
|
classpathref="test.classpath"
|
|
|
|
/>
|
|
|
|
</target>
|
|
|
|
</project>
|