public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Added .gitignore.
Made sure zip(..).merge(file) invokes the merged file task.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@657285 
13f79535-47bb-0310-9956-ffa450edef68
Assaf (author)
Fri May 16 19:40:40 -0700 2008
commit  50ba8ee8892141846943929e57ad1f4024a0e348
tree    d9e75bcef336160fb69566f58f54488860579428
parent  20004b834dc9c34b22ee747b3c7918526af5d010
...
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
0
@@ -1 +1,9 @@
0
+pkg
0
+failing
0
+reports
0
+rdoc
0
+site
0
+print
0
+stage
0
+release
...
42
43
44
45
46
47
48
...
42
43
44
 
45
46
47
0
@@ -42,7 +42,6 @@
0
 
0
   def create_for_merge
0
     zip(@archive + '.src').include(@files).tap do |task|
0
- task.invoke
0
       yield task
0
     end
0
   end

Comments

    No one has commented yet.