Skip to content

Commit f9b9ecb

Browse files
authored
Release 0.2.0 (#1)
* Release 0.2.0 common parts. * Release 0.2.0 common parts (not changed in abap-sdk-nwas release 0.2.0). * Release 0.2.0 platform specific parts. * Update README.md
1 parent 65bcc72 commit f9b9ecb

File tree

48 files changed

+41074
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+41074
-31
lines changed

Diff for: .abapgit.xml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
3+
<asx:values>
4+
<DATA>
5+
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
6+
<STARTING_FOLDER>/src/</STARTING_FOLDER>
7+
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
8+
<IGNORE>
9+
<item>/.gitignore</item>
10+
<item>/LICENSE</item>
11+
<item>/README.md</item>
12+
<item>/package.json</item>
13+
<item>/.travis.yml</item>
14+
<item>/.gitlab-ci.yml</item>
15+
<item>/abaplint.json</item>
16+
</IGNORE>
17+
</DATA>
18+
</asx:values>
19+
</asx:abap>

Diff for: LICENSE

+2-26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
@@ -173,29 +174,4 @@
173174
incurred by, or claims asserted against, such Contributor by reason
174175
of your accepting any such warranty or additional liability.
175176

176-
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright [yyyy] [name of copyright owner]
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.
177+
END OF TERMS AND CONDITIONS

Diff for: README.md

+330-5
Large diffs are not rendered by default.

Diff for: src/package.devc.xml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<abapGit version="v1.0.0" serializer="LCL_OBJECT_DEVC" serializer_version="v1.0.0">
3+
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
4+
<asx:values>
5+
<DEVC>
6+
<CTEXT>ABAP SDK for IBM Watson</CTEXT>
7+
</DEVC>
8+
</asx:values>
9+
</asx:abap>
10+
</abapGit>

Diff for: src/zcl_ibmc_assistant_v1.clas.abap

+7,326
Large diffs are not rendered by default.

Diff for: src/zcl_ibmc_assistant_v1.clas.xml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
3+
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
4+
<asx:values>
5+
<VSEOCLASS>
6+
<CLSNAME>ZCL_IBMC_ASSISTANT_V1</CLSNAME>
7+
<LANGU>E</LANGU>
8+
<DESCRIPT>IBM Watson Assistant V1</DESCRIPT>
9+
<STATE>1</STATE>
10+
<CLSCCINCL>X</CLSCCINCL>
11+
<FIXPT>X</FIXPT>
12+
<UNICODE>X</UNICODE>
13+
</VSEOCLASS>
14+
</asx:values>
15+
</asx:abap>
16+
</abapGit>

Diff for: src/zcl_ibmc_assistant_v2.clas.abap

+1,251
Large diffs are not rendered by default.

Diff for: src/zcl_ibmc_assistant_v2.clas.xml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0">
3+
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
4+
<asx:values>
5+
<VSEOCLASS>
6+
<CLSNAME>ZCL_IBMC_ASSISTANT_V2</CLSNAME>
7+
<LANGU>E</LANGU>
8+
<DESCRIPT>IBM Watson Assistant V2</DESCRIPT>
9+
<STATE>1</STATE>
10+
<CLSCCINCL>X</CLSCCINCL>
11+
<FIXPT>X</FIXPT>
12+
<UNICODE>X</UNICODE>
13+
</VSEOCLASS>
14+
</asx:values>
15+
</asx:abap>
16+
</abapGit>

0 commit comments

Comments
 (0)