bugfix, offline repo default .abapgit.xml

This commit is contained in:
larshp 2017-03-17 15:08:54 +00:00
parent 05d76ba2ec
commit 62a8099b63
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ REPORT zabapgit LINE-SIZE 100.
* See http://www.abapgit.org
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.32.0'. "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.32.1'. "#EC NOTEXT
********************************************************************************
* The MIT License (MIT)

View File

@ -181,10 +181,9 @@ CLASS lcl_repo_content_browser IMPLEMENTATION.
<ls_tadir> LIKE LINE OF lt_tadir.
* todo, offline projects should have an dot abapgit too
lt_tadir = lcl_tadir=>read(
iv_package = mo_repo->get_package( )
io_dot = lcl_dot_abapgit=>build_default( ) ).
io_dot = mo_repo->get_dot_abapgit( ) ).
LOOP AT lt_tadir ASSIGNING <ls_tadir>.
APPEND INITIAL LINE TO rt_repo_items ASSIGNING <ls_repo_item>.