Skip to content

Commit

Permalink
remove this jar_rule I accidentally added.
Browse files Browse the repository at this point in the history
  • Loading branch information
lahosken authored and lahosken committed Feb 2, 2015
1 parent 94bd85b commit ff5fb15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/src/java/com/pants/examples/hello/main/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jvm_binary(name = 'main-bin',
source = 'HelloMain.java',
main = 'com.pants.examples.hello.main.HelloMain',
basename = 'hello-example',
deploy_jar_rules=jar_rules(rules=[Skip('Greeting')])
)

# README page:
Expand Down

0 comments on commit ff5fb15

Please sign in to comment.