Skip to content

Commit

Permalink
Fix workaround for manifest since the buildr fix broke the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Sep 23, 2009
1 parent 5486bd9 commit c171f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ define "memcached" do
resources.from "target/generated-rsrc"

package(:jar).with :manifest =>
manifest.merge("Main-Class" => "net.spy.memcached.BuildInfo\n")
manifest.merge("Main-Class" => "net.spy.memcached.BuildInfo")

package :sources
package :javadoc
Expand Down

0 comments on commit c171f5b

Please sign in to comment.