Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit b37ddc0

Browse files
authored
Merge pull request #817 from JustMeErazem/master
Remove OpenJDK 7 from software list and update changelog
2 parents 5617d7e + f3e05a9 commit b37ddc0

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Add yay info to [README](README.md)
1212
* Add `openssh` to Server and Server-LTS installs (@JustMeErazem)
1313
* Remove broken `du` alias (@JustMeErazem)
14+
* Remove OpenJDK 7 from software list (@JustMeErazem)
1415

1516
## 1.0.4 - June 8, 2019
1617

etc/anarchy.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ prg2="The dart programming language SDK"
377377
prg3="The Go programming language"
378378
prg4="Developer tools for Go language"
379379
prg5="Java Runtime Environments"
380-
prg6="OpenJDK Java 7 development kit"
381380
prg7="OpenJDK Java 8 development kit"
382381
prg8="OpenJFX 8 client application platform"
383382
prg9="A feature-rich programming language"

lib/configure_base.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ add_software() {
541541
"go" "$prg3" OFF \
542542
"go-tools" "$prg4" OFF \
543543
"java-runtime-common" "$prg5" OFF \
544-
"java-openjdk-7" "$prg6" OFF \
545544
"jdk8-openjdk" "$prg7" OFF \
546545
"java-openjfx-8" "$prg8" OFF \
547546
"jdk11-openjdk" "$prg14" OFF \

0 commit comments

Comments
 (0)