no message
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package ProjectData.Files;
|
||||
import Common.Constants;
|
||||
import Common.Current;
|
||||
import Common.Database.DBObject;
|
||||
import Common.Global;
|
||||
@@ -146,15 +147,15 @@ public class DBProjectFile extends DBObject {
|
||||
public void AutoDetectProperties() {
|
||||
//проверка запретных имен.
|
||||
String[] forbiddenNames = new String[]{
|
||||
db_project_info.interrupt,
|
||||
Constants.INTERRUPT,
|
||||
db_project_info.launch_script_name,
|
||||
db_project_info.default_binary_name,
|
||||
//--
|
||||
db_project_info.DONE,
|
||||
db_project_info.TIMEOUT,
|
||||
db_project_info.out_file,
|
||||
db_project_info.err_file,
|
||||
db_project_info.time_file,
|
||||
Constants.DONE,
|
||||
Constants.TIMEOUT,
|
||||
Constants.out_file,
|
||||
Constants.err_file,
|
||||
Constants.time_file,
|
||||
"Makefile"
|
||||
};
|
||||
for (String forbidden : forbiddenNames) {
|
||||
|
||||
Reference in New Issue
Block a user