Skip to content

Commit

Permalink
added play groovy-all jar exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdave committed Nov 1, 2011
1 parent 8cf5383 commit 380d2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<pathelement path="${play.path}/framework/classes"/> <pathelement path="${play.path}/framework/classes"/>
<fileset dir="${play.path}/framework/lib"> <fileset dir="${play.path}/framework/lib">
<include name="*.jar"/> <include name="*.jar"/>
<exclude name="groovy-all-*.jar"/>
</fileset> </fileset>
<fileset dir="${play.path}/framework"> <fileset dir="${play.path}/framework">
<include name="*.jar"/> <include name="*.jar"/>
Expand Down

0 comments on commit 380d2a1

Please sign in to comment.