Author: assaf
Date: Tue Aug 26 09:56:52 2008
New Revision: 689131

URL: http://svn.apache.org/viewvc?rev=689131&view=rev
Log:
Fixed: call-seq (was: call_seq)

Modified:
    incubator/buildr/trunk/lib/buildr/java/packaging.rb

Modified: incubator/buildr/trunk/lib/buildr/java/packaging.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/packaging.rb?rev=689131&r1=689130&r2=689131&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/packaging.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/packaging.rb Tue Aug 26 09:56:52 2008
@@ -31,7 +31,7 @@
 
         class << self
 
-          # :call_seq:
+          # :call-seq:
           #   parse(str) => manifest
           #
           # Parse a string in MANIFEST.MF format and return a new Manifest.
@@ -51,7 +51,7 @@
             }
           end
 
-          # :call_seq:
+          # :call-seq:
           #   from_zip(file) => manifest
           #
           # Parse the MANIFEST.MF entry of a ZIP (or JAR) file and return a 
new Manifest.
@@ -62,7 +62,7 @@
             end
           end
 
-          # :call_seq:
+          # :call-seq:
           #   update_manifest(file) { |manifest| ... }
           #
           # Updates the MANIFEST.MF entry of a ZIP (or JAR) file.  Reads the 
MANIFEST.MF,


Reply via email to