Поправлены константы, добавлен шаблонный Jenkinsfile
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
package biz.redsoft.<%%RESERVED_NAME%%>;
|
||||
package <%%RESERVED_GROUPNAME%%>;
|
||||
|
||||
import biz.redsoft.ncore.system.application.Application;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package biz.redsoft.<%%RESERVED_NAME%%>;
|
||||
package <%%RESERVED_GROUPNAME%%>;
|
||||
|
||||
import biz.redsoft.util.IncorrectVersionFormat;
|
||||
import biz.redsoft.util.VersionUtils;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 953 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1016 B |
@ -4,7 +4,8 @@
|
||||
<comment>Configuration settings for ncore platform</comment>
|
||||
|
||||
<!-- Product settings -->
|
||||
<entry key="product.name"><%%RESERVED_NAME%%></entry>
|
||||
<entry key="product.name"><%%RESERVED_GROUPNAME%%></entry>
|
||||
<entry key="product.subsystem"><%%RESERVED_NAME%%></entry>
|
||||
<entry key="product.title"><%%RESERVED_NAME%%> ncore project</entry>
|
||||
|
||||
<!-- Database settings -->
|
||||
|
||||
Reference in New Issue
Block a user