mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 15:46:08 +08:00

* fix error message * popup close fix * refactoring * refactoring * refactoring * Create abaplint-fix * update * update * refactoring * refactoring * update * update * update abaplint * refactoring * update * unit tests utility class * update unit tests * update unit tests * update * update * update unit tests * update * Update z2ui5_cl_xml_view.clas.locals_imp.abap * Delete z2ui5_cl_xml_view.clas.locals_imp.abap * Update package.devc.xml * update start page * update unit tests and organization * update abaplint * update abaplint * update abaplint fixes * update * update * update abalint issues * Delete z2ui5_cl_http_handler.clas.locals_imp.abap * update downport readiness * update downport readiness * Update README.md * update abaplint * update * abaplint fixes * update unit tests * update unit tests * update abaplint * update * update unit tests sequence * update sequence * update unit test order * Update abaplint.jsonc * exclude unit test * update unit test syntax * added unit test nested xsdbool * update unit tests * upadate * unit tests * unit tests * update unit tests * update * update version
18 lines
532 B
XML
18 lines
532 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
|
|
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
|
|
<asx:values>
|
|
<VSEOCLASS>
|
|
<CLSNAME>Z2UI5_CL_FW_UTILITY_JSON</CLSNAME>
|
|
<LANGU>E</LANGU>
|
|
<DESCRIPT>abap2UI5 - utility json</DESCRIPT>
|
|
<STATE>1</STATE>
|
|
<CLSCCINCL>X</CLSCCINCL>
|
|
<FIXPT>X</FIXPT>
|
|
<UNICODE>X</UNICODE>
|
|
<WITH_UNIT_TESTS>X</WITH_UNIT_TESTS>
|
|
</VSEOCLASS>
|
|
</asx:values>
|
|
</asx:abap>
|
|
</abapGit>
|