Skip to content

Commit

Permalink
tweaking ant tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Nov 27, 2013
1 parent d2682b5 commit 3133838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/casestudy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<pathelement location="../applucene/lib/lucene-misc-4.5.1.jar"/>
<pathelement location="../applucene/lib/lucene-queryparser-4.5.1.jar"/>

<!-- <pathelement location="lib/solr-core-4.5.1.jar"/> -->
<pathelement location="lib/solr-solrj-4.5.1.jar"/>
<pathelement location="lib/httpclient-4.2.3.jar"/>
<pathelement location="lib/httpcore-4.2.2.jar"/>
Expand Down Expand Up @@ -51,7 +50,7 @@
value="../../data/federalist-papers/pg1404.txt"/>
<property name="xml.dir"
value="../../data/federalist-papers/xml"/>
<target name="adhoc"
<target name="parse-papers"
depends="jar">
<mkdir dir="${xml.dir}"/>
<java classname="com.colloquial.casestudy.FederalistParser"
Expand Down

0 comments on commit 3133838

Please sign in to comment.