|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<?eclipse version="3.6"?> |
| 3 | +<plugin> |
| 4 | + <extension |
| 5 | + point="org.eclipse.tools.templates.ui.templates"> |
| 6 | + <tag |
| 7 | + id="io.sloeber.ManagedBuild.ui.tag1" |
| 8 | + label="autoMake"> |
| 9 | + </tag> |
| 10 | + <template |
| 11 | + id="io.sloeber.ManagedBuild.ui.newProject.template" |
| 12 | + label="create new autoBuild project" |
| 13 | + wizard="io.sloeber.autoBuild.integrations.CDTProjectWizard2"> |
| 14 | + <tagReference |
| 15 | + id="io.sloeber.ManagedBuild.ui.tagReference1"> |
| 16 | + </tagReference> |
| 17 | + <description> |
| 18 | + Create a CDT project based on makefile build with automagically created makefile. |
| 19 | +(basically new managed build) |
| 20 | + </description> |
| 21 | + <tagReference |
| 22 | + id="org.eclipse.cdt.ui.cdtTag"> |
| 23 | + </tagReference> |
| 24 | + </template> |
| 25 | + </extension> |
| 26 | +<!-- |
| 27 | +####################################################################################### |
| 28 | +####################################################################################### |
| 29 | +## ## |
| 30 | +## Extension Points ## |
| 31 | +## ## |
| 32 | +####################################################################################### |
| 33 | +####################################################################################### |
| 34 | +--> |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + <!-- C++ Projects --> |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +<!-- |
| 45 | +####################################################################################### |
| 46 | +# Arduino Nature # |
| 47 | +####################################################################################### |
| 48 | +--> |
| 49 | + |
| 50 | +<!-- |
| 51 | +####################################################################################### |
| 52 | +# Launch Configuration # |
| 53 | +####################################################################################### |
| 54 | +--> |
| 55 | +<!-- Arduino Launch Configuration --> |
| 56 | +<!-- |
| 57 | +####################################################################################### |
| 58 | +# Arduino Plugin Commands # |
| 59 | +####################################################################################### |
| 60 | +--> |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +<!-- |
| 67 | +
|
| 68 | +####################################################################################### |
| 69 | +####################################################################################### |
| 70 | +## ## |
| 71 | +## BuildDef ## |
| 72 | +## ## |
| 73 | +####################################################################################### |
| 74 | +####################################################################################### |
| 75 | +--> |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +<!-- |
| 82 | +####################################################################################### |
| 83 | +# Content Types # |
| 84 | +####################################################################################### |
| 85 | +--> |
| 86 | + |
| 87 | +<!-- |
| 88 | +####################################################################################### |
| 89 | +# ino and pde association |
| 90 | +# this makes that the *.ino and *.pde files are treated as cpp files |
| 91 | +# |
| 92 | +####################################################################################### |
| 93 | +--> |
| 94 | + |
| 95 | + |
| 96 | +</plugin> |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
0 commit comments