Skip to content
Draft
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
2 changes: 1 addition & 1 deletion ReleaseInstructions
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Note: This document was adapted from the one created in the context of
b. Using gpg

$ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz; do gpg --use-agent --detach-sign --armor $i; done
$ 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
$ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom java-repository/org/apache/ant/ant*/*/*.cdx.*; do gpg --use-agent --detach-sign --armor $i; done

11. Convert the part of the WHATSNEW file covering the changes
since the last release into HTML for the README file on the
Expand Down
901 changes: 873 additions & 28 deletions build.xml

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,14 @@ Set -Ddest=LOCATION on the command line
<f2 project="org.tukaani" archive="xz"/>
</target>

<target name="ant-cyclonedx"
description="load CycloneDX Antlib"
depends="init">
<f2 project="org.apache.ant" archive="ant-cyclonedx"/>
</target>

<target name="all"
description="load all the libraries (except jython)"
depends="antunit,ivy,logging,junit,junitlauncher,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx"/>
javamail,jakartamail,jspc,jai,xz,junit-engine-vintage,junit-engine-jupiter,netrexx,ant-cyclonedx"/>
</project>
1 change: 1 addition & 0 deletions lib/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ m2.repo=https://repo1.maven.org/maven2/
# when a specific dependency forces them to be out-of-order
ivy.version=2.5.3
ant-antunit.version=1.5.0
ant-cyclonedx.version=0.1
antlr.version=2.7.7
bcel.version=6.9.0
bsf.version=2.4.0
Expand Down
104 changes: 104 additions & 0 deletions release/ivy.xml

Large diffs are not rendered by default.

Loading