Skip to content

Commit

Permalink
Fixed paths so that tree/dot utils work again
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Aug 20, 2019
1 parent b4e9c9b commit 1e9a8a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/antlrqueryparser/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
<include name="**/stringtemplate*.jar"/>
<include name="**/gunit*.jar"/>
</fileset>

<!-- for view/try/dot targets - link to classes built upstream -->
<pathelement location="${prop.solr.real.location}/build/contrib/solr-adsabs/classes/java/"/>
<pathelement location="${prop.lucene.real.location}/build/antlrqueryparser/classes/java"/>
</path>

<path id="test.classpath">
Expand Down

0 comments on commit 1e9a8a0

Please sign in to comment.