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

Garage aka utils folder cleanup #970

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Removing bulk of obsolescent utilities inside scr, most being moved…
… into other repositories such as usnistgov/oscal-tools. Cf #966.
  • Loading branch information
wendellpiez committed Jul 1, 2021
commit 66de440d111426a31273b8be7bb4ddf8223edfb7
20 changes: 0 additions & 20 deletions src/metaschema/examples/computer-build.json

This file was deleted.

12 changes: 6 additions & 6 deletions src/metaschema/examples/computer-build_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<METASCHEMA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://csrc.nist.gov/ns/oscal/metaschema/1.0"
xmlns:o="http://csrc.nist.gov/ns/oscal/example"
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/metaschema/1.0 ../../../build/metaschema/lib/metaschema.xsd"
root="computer-build">
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/metaschema/1.0 ../../../build/metaschema/lib/metaschema.xsd">
<schema-name>Computer Build</schema-name>
<schema-version>1.0</schema-version>
<short-name>computer-build</short-name>
<namespace>http://csrc.nist.gov/ns/computer-build/1.0</namespace>
<json-base-uri>http://csrc.nist.gov/ns/computer-build/1.0</json-base-uri>

<define-assembly name="computer-build">
<formal-name>Computer Build</formal-name>
<description>A description of the components used to build a computer.</description>
<flag name="id" required="yes">
<define-flag name="id" required="yes">
<formal-name>Computer Build Identifier</formal-name>
<description>A unique id for a given build</description>
</flag>
</define-flag>
<model>
<assembly ref="component" min-occurs="1" max-occurs="unbounded">
<group-as name="components"/>
Expand All @@ -29,10 +29,10 @@
<define-assembly name="component">
<formal-name>Computer Component</formal-name>
<description>A description of a component used to build a computer.</description>
<flag name="id" required="yes">
<define-flag name="id" required="yes">
<formal-name>Computer Component Identifier</formal-name>
<description>A unique id for a given component</description>
</flag>
</define-flag>
<model>
<field ref="name" min-occurs="1"/>
<field ref="description" min-occurs="1" in-xml="WITH_WRAPPER" />
Expand Down
3 changes: 0 additions & 3 deletions src/utils/util/author/CSS/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions src/utils/util/author/CSS/oscal-author.css

This file was deleted.

6 changes: 0 additions & 6 deletions src/utils/util/author/CSS/oscal-grid.css

This file was deleted.

5 changes: 0 additions & 5 deletions src/utils/util/author/CSS/oscal-map.css

This file was deleted.

10 changes: 0 additions & 10 deletions src/utils/util/author/CSS/oscal-mapping.css

This file was deleted.

116 changes: 0 additions & 116 deletions src/utils/util/author/CSS/oscal-ui.css

This file was deleted.

Loading