mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
Compilation warning
This commit is contained in:
parent
aa4e401adf
commit
7dafe8ec23
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
pluginName=C/C++ Standard make Build UI
|
||||
providerName=Eclipse CDT
|
||||
|
||||
DiscoveryProfilePage.name=Discovery Profile Page
|
||||
|
||||
WizardNewCMakeProject.name=Standard Make C Project
|
||||
WizardNewCMakeProject.description=Create a new C Project which uses a simple makefile.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin>
|
||||
<extension-point id="DiscoveryProfilePage" name="%discoveryProfilePage.name" schema="schema/DiscoveryProfilePage.exsd"/>
|
||||
<extension-point id="DiscoveryProfilePage" name="%DiscoveryProfilePage.name" schema="schema/DiscoveryProfilePage.exsd"/>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.popupMenus">
|
||||
|
|
Loading…
Add table
Reference in a new issue