File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Note: This document was updated in the context of releasing Ant
9090 build.
9191
9292 # clean
93- $ rm -rf bootstrap build dist distribution java-repository target
93+ $ rm -rf bootstrap build dist distribution java-repository target ant_*.snap
9494 $ ./build.sh dist-lite
9595 $ ./dist/bin/ant -nouserlib -lib lib/optional distribution
9696
@@ -143,7 +143,7 @@ Note: This document was updated in the context of releasing Ant
143143
144144 b. Using gpg
145145
146- $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz ; do gpg --use-agent --detach-sign --armor $i; done
146+ $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done
147147 $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --use-agent --detach-sign --armor $i; done
148148
14914911. Convert the part of the WHATSNEW file covering the changes
You can’t perform that action at this time.
0 commit comments