summaryrefslogtreecommitdiff
path: root/README_packaging.md
diff options
context:
space:
mode:
authorEnrico Olivelli <enrico.olivelli@diennea.com>2019-11-15 14:34:05 +0100
committerNorbert Kalmar <nkalmar@apache.org>2019-11-15 14:34:05 +0100
commitd2bec6b097c64b7c6e5ead4335bbd8d0afaa6d12 (patch)
tree1cb6af996ca68c72ca50fdeed2bccf1679572bfb /README_packaging.md
parent9f13268567dfcc26a5f59a7449aeec21fb5e16b3 (diff)
downloadzookeeper-d2bec6b097c64b7c6e5ead4335bbd8d0afaa6d12.tar.gz
ZOOKEEPER-3363: Drop ANT build.xml
- drop Ant and Ivy files - drop old Cobertura README file - drop old jdiff file Author: Enrico Olivelli <enrico.olivelli@diennea.com> Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: Norbert Kalmar <nkalmar@apache.org> Closes #1139 from eolivelli/fix/drop-ant
Diffstat (limited to 'README_packaging.md')
-rw-r--r--README_packaging.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README_packaging.md b/README_packaging.md
index ea54e9635..2ccbba6bd 100644
--- a/README_packaging.md
+++ b/README_packaging.md
@@ -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
-