Skip to content

Commit

Permalink
Add Cucumber and JRuby tasks to antlib.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrown committed Apr 19, 2011
1 parent 3583200 commit fd4410f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuke4duke/src/main/resources/cuke4duke/ant/antlib.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0"?>
<antlib xmlns:current="ant:current">
<taskdef name="gem" classname="cuke4duke.ant.GemTask"/>
<taskdef name="cucumber" classname="cuke4duke.ant.CucumberTask"/>
<taskdef name="jruby" classname="cuke4duke.ant.JRubyTask"/>
</antlib>

0 comments on commit fd4410f

Please sign in to comment.