Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jira
serverASF JIRA
columnstype,key,summary
maximumIssues20
jqlQueryfilter=12346269
serverId5aa69414-a9e9-3523-82ec-879b028fb15b

Source Bundles

  1. Base Release Sources: incubating-netbeans-11.0-source.zip
  2. Patch Release Sources: netbeans-11.0-gradle-patch-1-source.zip

Preparation of This Patch Release

...

The source patch has been constructed in a way that the base release files needs to be overwritten by the files in the patch.

Code Block
languagebash
themeMidnight
mkdir nb-gradle-patch-1
unzip incubating-netbeans-11.0-source.zip -d nb-gradle-patch-1
unzip -o netbeans-11.0-gradle-patch-1-source.zip -o -d nb-gradle-patch-1
cd nb-gradle-patch-1
ant

...