Author: vborja
Date: Tue Sep 23 12:14:28 2008
New Revision: 698310
URL: http://svn.apache.org/viewvc?rev=698310&view=rev
Log:
Removed JtestR ARTIFACT constant, now using the dependencies method and
build.yaml.
Modified:
incubator/buildr/trunk/lib/buildr/java/bdd.rb
Modified: incubator/buildr/trunk/lib/buildr/java/bdd.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/bdd.rb?rev=698310&r1=698309&r2=698310&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/bdd.rb Tue Sep 23 12:14:28 2008
@@ -280,7 +280,6 @@
include TestFramework::JRubyBased
VERSION = '0.3.1' unless const_defined?('VERSION')
- JTESTR_ARTIFACT = "org.jtestr:jtestr:jar:#{VERSION}"
# pattern for rspec stories
STORY_PATTERN = /_(steps|story)\.rb$/