Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions README_packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,3 @@ The compiled C client can be found here:
- `zookeeper-client/zookeeper-client-c/target/c/include/zookeeper` - Native library headers

The same folders gets archived to the `zookeeper-assembly/target/apache-zookeeper-<version>-lib.tar.gz` file, assuming you activated the `full-build` maven profile.

## Package build command (using ant)

**Command to build tarball package:** `ant tar`

`zookeeper-<version>.tar.gz` tarball file structure layout:

- `/bin` - User executable
- `/sbin` - System executable
- `/libexec` - Configuration boot trap script
- `/lib` - Library dependencies
- `/docs` - Documents
- `/share/zookeeper` - Project files


**Command to build tarball package with native components:** `ant package-native tar`

`zookeeper-<version>-lib.tar.gz` tarball file structure layout:

- `/bin` - User executable
- `/lib` - Native libraries
- `/include/zookeeper` - Native library headers

2,003 changes: 0 additions & 2,003 deletions build.xml

This file was deleted.

164 changes: 0 additions & 164 deletions ivy.xml

This file was deleted.

41 changes: 0 additions & 41 deletions ivysettings.xml

This file was deleted.

3 changes: 0 additions & 3 deletions zookeeper-assembly/src/main/assembly/source-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
<outputDirectory>.</outputDirectory>
<includes>
<include>pom.xml</include>
<include>build.xml</include>
<include>ivy.xml</include>
<include>ivysettings.xml</include>
<include>excludeFindBugsFilter.xml</include>
<include>owaspSuppressions.xml</include>
<include>checktyle.xml</include>
Expand Down
3 changes: 0 additions & 3 deletions zookeeper-server/src/main/resources/lib/cobertura/README.txt

This file was deleted.

Loading