[EXPORT][CoIDE] changed virtual directory names

changed the names of virtual directories to 'sources' and 'headers'
pull/508/head
ohagendorf 2014-09-27 01:10:42 +02:00
parent 83331883cc
commit ee8d3461c4
7 changed files with 14 additions and 14 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>