mirror of https://github.com/ARMmbed/mbed-os.git
[EXPORT][CoIDE] changed virtual directory names
changed the names of virtual directories to 'sources' and 'headers'pull/508/head
parent
83331883cc
commit
ee8d3461c4
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue