Поправлены константы, добавлен шаблонный Jenkinsfile

This commit is contained in:
2026-01-30 21:01:49 +03:00
parent a46430d4d8
commit 802c194672
9 changed files with 90 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package biz.redsoft.<%%RESERVED_NAME%%>;
package <%%RESERVED_GROUPNAME%%>;
import biz.redsoft.ncore.system.application.Application;

View File

@ -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

View File

@ -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 -->