mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix build
This commit is contained in:
parent
9cf235cb3f
commit
8571f4935a
|
@ -33,6 +33,12 @@ SELECTION-SCREEN BEGIN OF SCREEN 1001.
|
|||
* dummy for triggering screen
|
||||
SELECTION-SCREEN END OF SCREEN 1001.
|
||||
|
||||
DEFINE _raise.
|
||||
RAISE EXCEPTION TYPE lcx_exception
|
||||
EXPORTING
|
||||
iv_text = &1. "#EC NOTEXT
|
||||
END-OF-DEFINITION.
|
||||
|
||||
INCLUDE zabapgit_definitions.
|
||||
INCLUDE zabapgit_exceptions.
|
||||
INCLUDE zabapgit_zlib.
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
*& Include ZABAPGIT_DEFINITIONS
|
||||
*&---------------------------------------------------------------------*
|
||||
|
||||
|
||||
TYPE-POOLS seop.
|
||||
|
||||
TYPES: ty_type TYPE c LENGTH 6,
|
||||
|
@ -125,10 +124,4 @@ CONSTANTS: gc_english TYPE spras VALUE 'E'.
|
|||
CONSTANTS: gc_abapgit_homepage TYPE string VALUE 'http://www.abapgit.org'.
|
||||
|
||||
CONSTANTS: gc_root_dir TYPE string VALUE '/',
|
||||
gc_dot_abapgit TYPE string VALUE '.abapgit.xml'.
|
||||
|
||||
DEFINE _raise.
|
||||
RAISE EXCEPTION TYPE lcx_exception
|
||||
EXPORTING
|
||||
iv_text = &1. "#EC NOTEXT
|
||||
END-OF-DEFINITION.
|
||||
gc_dot_abapgit TYPE string VALUE '.abapgit.xml'.
|
Loading…
Reference in New Issue
Block a user