1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Фикс структуры каталогов

This commit is contained in:
Anton Titovets
2025-02-02 14:38:17 +03:00
parent 148eded216
commit 846b444e23
3 changed files with 5 additions and 2 deletions

View File

@@ -40,6 +40,9 @@
Документ.ДобавитьСтроку(ТекущаяСтрока);
КонецЦикла;
ТекущаяСтрока = СтрШаблон(Макет, "СоставБиблиотеки", СокрЛП("data/Classes/СоставБиблиотеки.os"));
Документ.ДобавитьСтроку(ТекущаяСтрока);
Документ.ДобавитьСтроку("</package-def>");
Документ.Записать(ПутьПакета + "lib.config");

View File

@@ -1,4 +1,4 @@
// OneScript: ./OInt/core/Modules/OPI_SQLite.os
// OneScript: ./OInt/core/Modules/internal/Modules/OPI_SQLite.os
// Lib: SQLite
// CLI: sqlite

View File

@@ -42,7 +42,7 @@
// Раскомментировать, если выполняется OneScript
// #Использовать "../../tools"
// #Использовать "../../data"
// #Использовать "."
// #Использовать "internal"
#Область ПрограммныйИнтерфейс