Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete legacy code from repository #841

Merged
merged 3 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
[submodule "oscal"]
path = vendor/oscal
url = https://github.com/usnistgov/OSCAL.git
branch = main
ignore = dirty

[submodule "resources/validations/lib/xspec"]
path = vendor/xspec
url = https://github.com/xspec/xspec.git
branch = master
ignore = dirty

[submodule "resources/validations/src/schematron"]
path = vendor/schematron
url = https://github.com/schematron/schematron.git
branch = master
ignore = dirty

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ help:

# Most of the real work of the build is in sub-project Makefiles.
include src/content/module.mk
include src/examples/module.mk
include src/validations/module.mk
include src/web/module.mk

.PHONY: help

Expand Down
11 changes: 0 additions & 11 deletions src/config

This file was deleted.

100 changes: 0 additions & 100 deletions src/examples/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions src/examples/java/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions src/examples/java/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions src/examples/java/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/examples/java/docker-compose.yml

This file was deleted.

101 changes: 0 additions & 101 deletions src/examples/java/pom.xml

This file was deleted.

Loading