Versions Compared

Key

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

...

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

...