Skip to content

Commit

Permalink
Publish sample app code (#1)
Browse files Browse the repository at this point in the history
* publish sample app code
  • Loading branch information
charlottehu111 authored Apr 21, 2021
1 parent 31a965a commit 1b2b062
Show file tree
Hide file tree
Showing 170 changed files with 32,329 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .cdsrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"build": {
"target": ".",
"tasks": [
{
"for": "java-cf",
"src": "srv",
"options": {
"model": [
"srv"
]
}
}
]
}
}
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# top-most EditorConfig file
root = true

# 1 tab = 4 spaces
[*]
indent_style = tab
indent_size = 4
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
**/credentials.*
**/target/
**/bin/
/s4hana_pipeline
**/*.log
**/*.trc
**/.settings/
**/.project
**/.classpath
**/.idea
**/*.iml
**/.vscode
**/coverage/
**/node_modules
**/package-lock.json
**/.DS_Store
8 changes: 4 additions & 4 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: [YOUR REPO NAME]
Upstream-Contact: [YOUR EMAIL ADDRESS]
Source: https://github.com/sap-samples/[YOUR REPO NAME]
Upstream-Name: s4hana-ext-cloud-label-printing
Upstream-Contact: charlotte.hu@sap.com
Source: https://github.com/sap-samples/s4hana-ext-cloud-label-printing
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
SAP or third-party products or services developed outside of this project
(“External Products”).
Expand All @@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
parties the right to use of access any SAP External Product, through API Calls.

Files: *
Copyright: 2020 SAP SE or an SAP affiliate company and [YOUR REPO NAME] contributors
Copyright: 2020 SAP SE or an SAP affiliate company and s4hana-ext-cloud-label-printing contributors
License: Apache-2.0
94 changes: 94 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
This program references the following third party open source or other free download components.
The third party licensors of these components may provide additional license rights,
terms and conditions and/or require certain notices as described below.

Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic)
Licensed under Eclipse Public License - v 1.0
Licensed under GNU Lesser General Public License

Jackson-JAXRS-JSON (com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider)
Licensed under The Apache Software License, Version 2.0

System Rules (com.github.stefanbirkner:system-rules:1.19.0 - http://stefanbirkner.github.io/system-rules/)
Licensed under Common Public License Version 1.0

SAP S/4HANA - All (com.sap.cloud.sdk.s4hana:s4hana-all:3.10.0 - https://www.sap.com/s4sdk)
Licensed under SAP DEVELOPER LICENSE AGREEMENT

Test Utilities - Core (com.sap.cloud.sdk.testutil:testutil-core:3.10.0 - https://www.sap.com/s4sdk)
Licensed under SAP DEVELOPER LICENSE AGREEMENT

Gateway Java V2 Runtime Core: Web Components (com.sap.cloud.servicesdk.prov:odata2.web:1.36.1 - http://www.sap.com)
Licensed under SAP DEVELOPER LICENSE AGREEMENT

com.sap.cloud.servicesdk.service.prov.odatav2-hybrid (com.sap.cloud.servicesdk.prov:odatav2-hybrid:1.36.1 - http://www.sap.com)
Licensed under SAP DEVELOPER LICENSE AGREEMENT

com.sap.cloud.servicesdk.service.prov.odatav2-prov (com.sap.cloud.servicesdk.prov:odatav2-prov:1.36.1 - http://www.sap.com)
Licensed under SAP DEVELOPER LICENSE AGREEMENT

Feign Core (io.github.openfeign:feign-core:10.2.0 - https://github.com/openfeign/feign/feign-core)
Licensed under The Apache Software License, Version 2.0

Feign Apache HttpClient (io.github.openfeign:feign-httpclient:10.2.0 - https://github.com/openfeign/feign/feign-httpclient)
Licensed under The Apache Software License, Version 2.0

Feign Jackson (io.github.openfeign:feign-jackson:10.2.0 - https://github.com/openfeign/feign/feign-jackson)
Licensed under The Apache Software License, Version 2.0

Feign JAX-RS (io.github.openfeign:feign-jaxrs:10.2.0 - https://github.com/openfeign/feign/feign-jaxrs)
Licensed under The Apache Software License, Version 2.0

Feign SLF4J (io.github.openfeign:feign-slf4j:10.2.0 - https://github.com/openfeign/feign/feign-slf4j)
Licensed under The Apache Software License, Version 2.0

REST Assured (io.rest-assured:rest-assured:4.0.0 - http://code.google.com/p/rest-assured)
Licensed under Apache 2.0

JUnit (junit:junit:4.12 - http://junit.org)
Licensed under Eclipse Public License 1.0

OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor (org.apache.tomee:arquillian-tomee-embedded:7.0.6 - http://tomee.apache.org/arquillian/arquillian-tomee-embedded)
Licensed under Apache License, Version 2.0

OpenEJB :: TomEE :: TomEE Embedded (org.apache.tomee:tomee-embedded:7.0.5 - http://tomee.apache.org/tomee/tomee-embedded)
Licensed under Apache License, Version 2.0

OpenEJB :: TomEE :: RS Web Services (org.apache.tomee:tomee-jaxrs:7.0.5 - http://tomee.apache.org/tomee/tomee-jaxrs)
Licensed under Apache License, Version 2.0

Hamcrest All (org.hamcrest:hamcrest-all:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-all)
Licensed under New BSD License

Project Lombok (org.projectlombok:lombok:1.18.10 - https://projectlombok.org)
Licensed under The MIT License

JCL 1.2 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.26 - http://www.slf4j.org)
Licensed under MIT License

SLF4J API Module (org.slf4j:slf4j-api:1.7.26 - http://www.slf4j.org)
Licensed under MIT License

SLF4J Simple Binding (org.slf4j:slf4j-simple:1.7.26 - http://www.slf4j.org)
Licensed under MIT License

org.xmlunit:xmlunit-matchers (org.xmlunit:xmlunit-matchers:2.6.3 - https://www.xmlunit.org/)
Licensed under The Apache Software License, Version 2.0

Hamcrest JSON (uk.co.datumedge:hamcrest-json:0.2 - https://github.com/hertzsprung/hamcrest-json)
Licensed under MIT License

eslint (eslint@4.19.1 - git+https://github.com/eslint/eslint.git)
Licensed under MIT License

karma (karma@4.4.1 - git://github.com/karma-runner/karma.git)
Licensed under MIT License

karma-chrome-launcher (karma-chrome-launcher@2.2.0 - git://github.com/karma-runner/karma-chrome-launcher.git)
Licensed under MIT License

karma-coverage (karma-coverage@1.1.2 - git://github.com/karma-runner/karma-coverage.git)
Licensed under MIT License

karma-ui5 (karma-ui5@1.1.0 - git+https://github.com/SAP/karma-ui5.git)
Licensed under Apache License, Version 2.0
Loading

0 comments on commit 1b2b062

Please sign in to comment.