remove unneeded resources

This commit is contained in:
Costin Leau
2012-07-18 17:19:43 +03:00
parent 309f3c4244
commit ae202d2898
6 changed files with 5 additions and 64 deletions

View File

@@ -53,6 +53,9 @@ public class HelloWorldCommands implements CommandMarker {
// methods with @Cli annotations go here
}</programlisting>
<warning>Note it's the packager/developer responsability to handle logging for third-party libraries. Typically one wants
to reduce the logging level so the console/shell does not get affected by logging messages.</warning>
</section>
<section>