No description
Find a file
2026-01-10 10:59:20 +01:00
prj.spring4d/Delphi12 Initial check in 2026-01-10 10:59:20 +01:00
src.spring4d@0fe5fa486a Initial check in 2026-01-10 10:59:20 +01:00
.gitattributes Initial check in 2026-01-10 10:59:20 +01:00
.gitignore Initial check in 2026-01-10 10:59:20 +01:00
.gitmodules Initial check in 2026-01-10 10:59:20 +01:00
readme.md Initial check in 2026-01-10 10:59:20 +01:00

The spring4d source must be cloned as a submodule into src.spring4d folder.

git submodule add https://bitbucket.org/sglienke/spring4d.git src.spring4d

Cloning a project with submodules needs the following commands:

  • git submodule init
  • git submodule update