You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
13210
service/dictionaries/en.json
vendored
13210
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,6 @@
|
||||
// Uncomment if OneScript is executed
|
||||
#Use "../../tools"
|
||||
#Use "../../data"
|
||||
#Use "."
|
||||
|
||||
#Region Public
|
||||
|
||||
|
1
src/en/OInt/lib.config
vendored
1
src/en/OInt/lib.config
vendored
@@ -30,4 +30,5 @@
|
||||
<module name="OPI_TypeConversion" file="tools/Modules/OPI_TypeConversion.os"/>
|
||||
<module name="OPI_IntegrationProxy" file="core/Modules/OPI_IntegrationProxy.os"/>
|
||||
<module name="OPI_ProxyRequestsHandler" file="tools/Classes/OPI_ProxyRequestsHandler.os"/>
|
||||
<module name="LibraryComposition" file="data/Classes/LibraryComposition.os"/>
|
||||
</package-def>
|
||||
|
@@ -42,7 +42,6 @@
|
||||
// Uncomment if OneScript is executed
|
||||
// #Use "../../tools"
|
||||
// #Use "../../data"
|
||||
// #Use "."
|
||||
|
||||
#Region Public
|
||||
|
||||
|
@@ -154,9 +154,9 @@
|
||||
Иначе
|
||||
|
||||
ТекстВыполнения = СтруктураВыполнения["Результат"];
|
||||
|
||||
|
||||
Выполнить(ТекстВыполнения);
|
||||
|
||||
|
||||
|
||||
КонецЕсли;
|
||||
|
||||
|
@@ -2169,9 +2169,9 @@
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьОбщийМодуль(Знач Имя)
|
||||
|
||||
|
||||
Модуль = Вычислить(Имя);
|
||||
|
||||
|
||||
Возврат Модуль;
|
||||
КонецФункции
|
||||
|
||||
|
Reference in New Issue
Block a user