Rename manifest.properties to kotlinManifest.properties to avoid clashing with other resources.

This commit is contained in:
Zalim Bashorov
2014-12-18 14:27:43 +03:00
parent 543141c564
commit 465c4a397e
6 changed files with 7 additions and 7 deletions
@@ -46,7 +46,7 @@
</goals>
<configuration>
<files>
<file>../../../resources/manifest.properties</file>
<file>../../../resources/kotlinManifest.properties</file>
</files>
</configuration>
</execution>