1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

Compilation warning

This commit is contained in:
Andrew Gvozdev 2010-08-23 04:17:41 +00:00
parent aa4e401adf
commit 7dafe8ec23
2 changed files with 3 additions and 1 deletions

View file

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

View file

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