Skip to content

Commit

Permalink
* Normalize xml declaration headers.
Browse files Browse the repository at this point in the history
* Ignore backup files.

* Fix bad schema path in topology Ai file.
  • Loading branch information
SterlingPeet committed Oct 15, 2020
1 parent b80ebc9 commit d194902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.deployment_dir_name}}/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore backup files
*.bak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../{{cookiecutter.path_to_fprime_root}}/Autocoders/schema/default/topology_schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<?xml-model href="../{{cookiecutter.path_to_fprime_root}}/../Autocoders/Python/schema/default/topology_schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<assembly name="{{cookiecutter.deployment_slug}}">

<!-- Import component declarations -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version='1.0' encoding='UTF-8'?>
<?xml-model href="{{cookiecutter.component_path_to_fprime_root}}/../Autocoders/Python/schema/default/component_schema.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<component name="{{cookiecutter.component_slug}}" kind="{{cookiecutter.component_kind}}" namespace="{{cookiecutter.component_namespace}}">
<!-- Example of importing a port type -->
Expand Down

0 comments on commit d194902

Please sign in to comment.