public
Description: ruby libxml library targetting speed and ease of use. provides an hpricot-like interface to xml
Homepage: http://trac.hasno.info/fastxml
Clone URL: git://github.com/segfault/fastxml.git
Search Repo:
cruise should run clean


git-svn-id: svn://hasno.info/fastxml/trunk@33 
b3082176-f867-4bde-be85-e3c57d66f029
segfault (author)
Wed Aug 22 18:31:32 -0700 2007
commit  546ed0172e8c1c7f2471be81e2bc421f9f07cdfa
tree    ac1c9e9e8e726d72010e19b9efd150b87b44316d
parent  c2de24bbfbc219a126b4ab4cc49f0369afd12fc8
...
74
75
76
77
 
78
79
80
...
74
75
76
 
77
78
79
80
0
@@ -74,7 +74,7 @@
0
 end
0
 
0
 desc "Task for cruise Control"
0
-task :cruise => ["#{extension}","spec"] do
0
+task :cruise => ["clean", "#{extension}", "spec"] do
0
   out = ENV['CC_BUILD_ARTIFACTS']
0
   system "mv coverage #{out}" if out
0
 end

Comments

    No one has commented yet.