Skip to content

Commit

Permalink
example of EventBusBridgeListener needs vertxbus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Narigo committed Aug 11, 2012
1 parent 1d55293 commit 3eb880b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -128,6 +128,9 @@ task assemble(type: Copy, dependsOn: ['preflight', subprojects.assemble]) {
into('examples/ruby/eventbusbridge') {
from file("src/dist/client/vertxbus.js")
}
into('examples/javascript/eventbusbridgelistener') {
from file("src/dist/client/vertxbus.js")
}
into('examples/groovy/webapp/web/js') {
from file("src/dist/client/vertxbus.js")
}
Expand Down

0 comments on commit 3eb880b

Please sign in to comment.