[oform] Change file structure

This commit is contained in:
KirillovIlya
2022-12-12 19:18:58 +03:00
parent 9c11211893
commit 2f951ed20a
12 changed files with 11 additions and 11 deletions

View File

@ -8,19 +8,19 @@
"apiBuilder.js",
"oform/OForm.js",
"oform/Role.js",
"oform/Document.js",
"oform/FieldGroup.js",
"oform/FieldMaster.js",
"oform/User.js",
"oform/UserMaster.js",
"oform/XmlFile.js",
"oform/XmlFormat.js",
"oform/changes/DictionaryBase.js",
"oform/changes/DocumentChanges.js",
"oform/changes/FieldGroupChanges.js",
"oform/changes/FieldMasterChanges.js",
"oform/changes/UserChanges.js",
"oform/changes/UserMasterChanges.js"
"oform/format/Document.js",
"oform/format/FieldGroup.js",
"oform/format/FieldMaster.js",
"oform/format/User.js",
"oform/format/UserMaster.js",
"oform/format/changes/DictionaryBase.js",
"oform/format/changes/DocumentChanges.js",
"oform/format/changes/FieldGroupChanges.js",
"oform/format/changes/FieldMasterChanges.js",
"oform/format/changes/UserChanges.js",
"oform/format/changes/UserMasterChanges.js"
]
}
}