forked from theshadowco/sonar-helper
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7dc6bf
commit 2327510
Showing
4 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# модули | ||
* text=auto | ||
*.os text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
ПутьКСценариюПараметров = ОбъединитьПути(ТекущийСценарий().Каталог, "src", "Модули", "ПараметрыСистемы.os"); | ||
ПутьКСценариюПараметров = ОбъединитьПути(ТекущийСценарий().Каталог, "src", "Модули", "ПараметрыСистемы.os"); | ||
|
||
ПараметрыСистемы_ЛокальнаяВерсия = ЗагрузитьСценарий(ПутьКСценариюПараметров); | ||
|
||
Описание.Имя(ПараметрыСистемы_ЛокальнаяВерсия.ИмяПродукта()) | ||
.Версия(ПараметрыСистемы_ЛокальнаяВерсия.ВерсияПродукта()) | ||
.ВерсияСреды("1.0.20") | ||
.ВерсияСреды("1.0.21") | ||
.ЗависитОт("logos", "1.2.0") | ||
.ЗависитОт("cmdline", "1.0.0") | ||
.ЗависитОт("1commands", "1.3.5") | ||
|
||
.ВключитьФайл("src") | ||
.ВключитьФайл("packagedef") | ||
.ВключитьФайл("readme.md") | ||
.ВключитьФайл("README.md") | ||
.ВключитьФайл("LICENSE") | ||
.ВключитьФайл("examples") | ||
|
||
.ИсполняемыйФайл("src/main.os", "sonar-helper") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters