tidy-up: merge root packages directory into projects

To simplify the directory layout.

- OS400 and vms support move from `packages` to `projects`.

- Windows README and `generate.bat` files move from `projects`
  to `projects/Windows`.

Closes #20271
This commit is contained in:
Viktor Szakats 2026-01-12 19:44:14 +01:00
parent 0d4beb26d2
commit 3ee1d3b573
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
90 changed files with 266 additions and 281 deletions

View file

@ -12,7 +12,8 @@ codespell \
--skip '.github/scripts/pyspelling.words' \
--skip '.github/scripts/typos.toml' \
--skip 'docs/THANKS' \
--skip 'packages/*' \
--skip 'projects/OS400/*' \
--skip 'projects/vms/*' \
--skip 'scripts/wcurl' \
--ignore-regex '.*spellchecker:disable-line' \
--ignore-words '.github/scripts/codespell-ignore.words' \

View file

@ -21,7 +21,7 @@ gitonly=".git*
^docs/examples/adddocsref.pl
^docs/tests/CI.md
^docs/THANKS-filter
^projects/*
^projects/Windows/*
^scripts/ciconfig.pl
^scripts/cijobs.pl
^scripts/contributors.sh

View file

@ -24,7 +24,8 @@ extend-exclude = [
".github/scripts/codespell-ignore.words",
".github/scripts/pyspelling.words",
"docs/THANKS",
"packages/*",
"projects/OS400/*",
"projects/vms/*",
"projects/Windows/tmpl/curl.vcxproj",
"projects/Windows/tmpl/libcurl.vcxproj",
"scripts/wcurl",