Skip to content

Commit

Permalink
remove the generated example mail-login#js
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 15, 2017
1 parent 3f9587d commit c38510d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 51 deletions.
12 changes: 12 additions & 0 deletions mail-examples/codetrans-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{

"excludes": [

],

"js": {
"excludes": [
"io.vertx.example.mail.MailLogin"
]
}
}
1 change: 1 addition & 0 deletions mail-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<target>1.8</target>
<compilerArgs>
<arg>-Acodetrans.output=${project.basedir}/src/main</arg>
<arg>-Acodetrans.config=${basedir}/codetrans-config.json</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down
51 changes: 0 additions & 51 deletions mail-examples/src/main/js/io/vertx/example/mail/mail_login.js

This file was deleted.

0 comments on commit c38510d

Please sign in to comment.