Skip to content

Commit

Permalink
Remove legacy Java support and legacy jQuery support.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Jan 12, 2024
1 parent 1f13d34 commit c2929c1
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1,051 deletions.
9 changes: 3 additions & 6 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ bsf.dir=gradleResources
bootstrap.dir=${bsf.dir}/Bootstrap

# jQuery version
# We support jQuery v1, v2 and v3
# v2 and v3 do not support Internet Explorer versions prior to IE 9.
# jQuery 3.x is fully supported only since Bootstrap v3.3.7
# Use the values 1.x, 2.x and 3.x respectively to choose the version.
# IMPORTANT: The 1.x and 2.x branches no longer receive patches, as stated on the official webpage.
# We assume you target recent browsers and set jQuery 3.x as default.
# Since BootsFaces v2.0.0, only jQuery v3 is supported.
# jQuery 3.x is fully supported since Bootstrap v3.3.7
# Please, do not change this value, it will be removed in a future release.
jquery.version=3.x

# Optional Bootswatch configuration
Expand Down
5 changes: 0 additions & 5 deletions gradleResources/staticResources/jq/1.x/jquery.js

This file was deleted.

4 changes: 0 additions & 4 deletions gradleResources/staticResources/jq/2.x/jquery.js

This file was deleted.

172 changes: 0 additions & 172 deletions java11/build.gradle

This file was deleted.

162 changes: 0 additions & 162 deletions java8/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions legacyJava/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions legacyJava/build.gradle

This file was deleted.

Loading

0 comments on commit c2929c1

Please sign in to comment.