Замена Sample на <%%RESERVED_NAME%%> для проектов на фабрике

This commit is contained in:
2026-01-19 19:25:00 +03:00
parent 4c87ee8325
commit b635941f70
17 changed files with 37 additions and 84 deletions

View File

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

View File

@@ -1,4 +1,4 @@
package biz.redsoft.sample;
package biz.redsoft.<%%RESERVED_NAME%%>;
import biz.redsoft.util.IncorrectVersionFormat;
import biz.redsoft.util.VersionUtils;

View File

@@ -1,4 +1,4 @@
{
"dependencies": [],
"register": {}
}
"dependencies" : [ ],
"register" : { }
}

View File

@@ -4,12 +4,12 @@
<comment>Configuration settings for ncore platform</comment>
<!-- Product settings -->
<entry key="product.name">sample</entry>
<entry key="product.title">Sample ncore project</entry>
<entry key="product.name"><%%RESERVED_NAME%%></entry>
<entry key="product.title"><%%RESERVED_NAME%%> ncore project</entry>
<!-- Database settings -->
<entry key="jdbc.drivers">org.firebirdsql.jdbc.FBDriver</entry>
<entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-sample?lc_ctype=WIN1251</entry>
<entry key="ncore.db.url">jdbc:firebirdsql:localhost:ncore-<%%RESERVED_NAME%%>?lc_ctype=WIN1251</entry>
<entry key="ncore.db.user">SYSDBA</entry>
<entry key="ncore.db.password">masterkey</entry>

View File

@@ -7,7 +7,7 @@
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<display-name>Sample server</display-name>
<display-name><%%RESERVED_NAME%%> server</display-name>
<context-param>
<param-name>productionMode</param-name>
<param-value>true</param-value>