Author: lacton
Date: Thu Oct 23 11:08:10 2008
New Revision: 707431
URL: http://svn.apache.org/viewvc?rev=707431&view=rev
Log:
Typo
Modified:
incubator/buildr/trunk/lib/buildr/packaging/artifact.rb
Modified: incubator/buildr/trunk/lib/buildr/packaging/artifact.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/packaging/artifact.rb?rev=707431&r1=707430&r2=707431&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/packaging/artifact.rb (original)
+++ incubator/buildr/trunk/lib/buildr/packaging/artifact.rb Thu Oct 23 11:08:10
2008
@@ -80,7 +80,7 @@
# Returns the artifact specification, in the structure:
# <group>:<artifact>:<type>:<version>
# or
- # <group>:<artifact>:<type>:<classifier><:version>
+ # <group>:<artifact>:<type>:<classifier>:<version>
def to_spec
classifier ? "#{group}:#{id}:#{type}:#{classifier}:#{version}" :
"#{group}:#{id}:#{type}:#{version}"
end