1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00

Fix Arduino template manifest to open cpp file.

Change-Id: Icf9f93a6258659eec4886164967840bb554fe0ae
This commit is contained in:
Doug Schaefer 2016-06-28 11:20:55 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 9d6b43f857
commit d62700200d

View file

@ -1,4 +1,5 @@
<templateManifest> <templateManifest>
<file src="/templates/cppsketch/arduino.cpp" <file open="true"
src="/templates/cppsketch/arduino.cpp"
dest="/${projectName}/${projectName}.cpp"/> dest="/${projectName}/${projectName}.cpp"/>
</templateManifest> </templateManifest>