1
0
mirror of https://github.com/SergeFocus/1C-Functin-to-yEd.git synced 2024-12-02 02:56:29 +02:00

Merge branch 'release/0.2.5'

This commit is contained in:
Alexey Lustin 2015-11-21 13:58:57 +03:00
commit 182807c5d4
8 changed files with 26 additions and 16 deletions

12
.gitmodules vendored
View File

@ -1,12 +0,0 @@
[submodule "vendor/vanessa-behavior"]
path = vendor/vanessa-behavior
url = https://github.com/silverbulleters/vanessa-behavior
[submodule "vendor/vanessa-unpack"]
path = vendor/vanessa-unpack
url = https://github.com/silverbulleters/vanessa-unpack.git
[submodule "vendor/vanessa-base-init"]
path = vendor/vanessa-base-init
url = https://github.com/silverbulleters/vanessa-base-init
[submodule "vendor/vanessa-bdd-editor"]
path = vendor/vanessa-bdd-editor
url = https://github.com/silverbulleters/vanessa-bdd-editor

View File

@ -1,3 +1,13 @@
### Каталог tools
Предназначен для хранения любых сторонних утилит, необходимых для настройки проекта или для дополнительно установки
#### Используемые сторонние утилиты и программы
* python
* SourceTree
* wget
* msgit
* Notepad++
для установки чеерез командную строку в Windows используется https://chocolatey.org

8
tools/env-install.cmd Normal file
View File

@ -0,0 +1,8 @@
@echo off
cls
@choco install git -y -params '"/GitAndUnixToolsOnPath"'
@choco install notepadplusplus -y
echo Waiting for aproved https://chocolatey.org/packages/SourceTree, install skiped
echo choco install sourcetree
@choco install python
@choco install wget

8
tools/env-upgrade.cmd Normal file
View File

@ -0,0 +1,8 @@
@echo off
cls
@choco upgrade git -y
@choco upgrade notepadplusplus -y
echo Waiting for aproved https://chocolatey.org/packages/SourceTree, install skiped
echo choco install sourcetree
@choco upgrade python
@choco upgrade wget

@ -1 +0,0 @@
Subproject commit 2d0161326db87f8406fbad6e4bdd0c4c05808baa

@ -1 +0,0 @@
Subproject commit 11ea2fdf96c19ba31f7715b81f74bae5f561f900

@ -1 +0,0 @@
Subproject commit dec843b2e13b86afa6522fc31cc5616867921538

@ -1 +0,0 @@
Subproject commit 03e2ceeceedbf1d1ba0cb4f2362438076d5f70b1