9: Fix checking package in JavaPlugin

This commit is contained in:
Bartłomiej Pluta
2019-04-05 09:59:13 +02:00
parent f483961692
commit c0c4900ad1
5 changed files with 51 additions and 21 deletions

View File

@@ -1 +1,4 @@
com.bartek.esa.core.plugin.JavaPlugin.PACKAGE_LACK=There is no package defined in AndroidManifest.xml file. Please check fix to use this tool.
com.bartek.esa.core.archetype.JavaPlugin.NO_PACKAGE=There is no package defined in AndroidManifest.xml file. \n\
Package should be defined as attribute of <manifest> tag.\n\
For example: <manifest package="com.bartek.esa.test">\n\
Please fix it to use this tool.