Skip to content

Commit

Permalink
[EXPORT][CoIDE] changed virtual directory names
Browse files Browse the repository at this point in the history
changed the names of virtual directories to 'sources' and 'headers'
  • Loading branch information
ohagendorf committed Sep 26, 2014
1 parent 8333188 commit ee8d346
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_arch_pro.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_disco_f407vg.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_kl05z.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_kl25z.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_lpc1768.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_nucleo_f401re.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>
4 changes: 2 additions & 2 deletions workspace_tools/export/coide_nucleo_f411re.coproj.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
<Components path="./"/>
<Files>
{% for file in source_files %}
<File name="sourcen/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="sources/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
{% for file in header_files %}
<File name="includes/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
<File name="headers/{{file.path}}" path="{{file.path}}" type="{{file.type}}"/>
{% endfor %}
</Files>
</Project>

0 comments on commit ee8d346

Please sign in to comment.