Fix maven build: rename namespace class to package class

This commit is contained in:
Natalia.Ukhorskaya
2013-01-18 12:07:01 +04:00
parent fb9c4b92c4
commit 5c56900a09
7 changed files with 10 additions and 10 deletions
@@ -9,7 +9,7 @@
</div>
<script type="text/kotlin">
sample.namespace.myApp()
sample.SamplePackage.myApp()
</script>
</body>