2005-03-08 20:52:13 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<project name="swing" default="default">
|
|
|
|
|
|
|
|
<description>
|
|
|
|
Swing Models
|
|
|
|
</description>
|
|
|
|
|
2005-05-01 20:11:11 -04:00
|
|
|
<import file="../contrib-build.xml"/>
|
2005-03-08 20:52:13 -05: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>
|