Skip to content

Commit 2f27fdb

Browse files
Ilya Bogdanovdmitry-timofeev
authored andcommitted
Replace tutorial with readme file for packaged application (#1286)
1 parent 3c3b6ec commit 2f27fdb

3 files changed

Lines changed: 18 additions & 114 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Exonum Java Binding Application
2+
3+
Exonum Java Binding is a framework for building blockchain applications in Java,
4+
powered by Exonum.
5+
6+
With Exonum Java Binding you can define stateful Exonum Services in Java,
7+
configure a network of nodes and run your services in it.
8+
9+
For more information see the relevant documentation on the tool:
10+
- [User Guide](https://exonum.com/doc/version/0.13-rc.2/get-started/java-binding/)
11+
- [Javadocs](https://exonum.com/doc/api/java-binding/0.9.0-rc1/index.html)
12+
13+
# License
14+
15+
This project is licensed under the Apache License, Version 2.0.
16+
See [LICENSE](LICENSE) for details.

exonum-java-binding/core/rust/exonum-java/TUTORIAL.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

exonum-java-binding/package_app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ cp LICENSES-THIRD-PARTY.TXT "${PACKAGING_ETC_DIR}"
120120
# Copy fallback logger configuration
121121
cp ./core/rust/exonum-java/log4j-fallback.xml "${PACKAGING_ETC_DIR}"
122122

123-
# Copy tutorial
124-
cp ./core/rust/exonum-java/TUTORIAL.md "${PACKAGING_ETC_DIR}"
123+
# Copy readme
124+
cp ./core/rust/exonum-java/README.md "${PACKAGING_ETC_DIR}"
125125

126126
# We use static linkage for RocksDB because in case of dynamic linking
127127
# the resulting app has a dependency on a _particular_

0 commit comments

Comments
 (0)