blocknetdx / xquery-v2-testing

XQuery v2 Testing
Other
0 stars 1 forks source link

To sub module #8

Closed ConanMishler closed 2 years ago

ConanMishler commented 2 years ago

This PR restructures this repo such that the xquery2 repo is referenced from within this repo as a submodule. Now, rather than having to copy the contents of the xquery2 repo into this repo every time the xquery2 repo is updated, one can simply update the submodule, like this:

cd xquery-v2-testing
git submodule update

The README was also updated to accommodate this restructuring, and also incorporate the latest changes to the README in the xquery2 repo.