Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-12-15 20:21:06 +0000
committerArun Thondapu2016-12-19 13:56:49 +0000
commit302ccc4f96f012f41b5d946971a04ef50dd2721e (patch)
tree0cfe3eb7c68c4d5af188f706656e910ebd8c71bc /features
parent2d0711bbe78feb3cb98541d13b2a6edabe05c5d1 (diff)
downloadrt.equinox.framework-302ccc4f96f012f41b5d946971a04ef50dd2721e.tar.gz
rt.equinox.framework-302ccc4f96f012f41b5d946971a04ef50dd2721e.tar.xz
rt.equinox.framework-302ccc4f96f012f41b5d946971a04ef50dd2721e.zip
* Updates for .cproject format changes. * Add gdk-pixbuf include path. * Remove space at end of glib include path making CDT to not resolve it. * Switch to the modern X11 include path. Change-Id: I167ebcd4abf8c659ef36d25d712bb68098bd4e6e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.equinox.executable.feature/.cproject13
1 files changed, 8 insertions, 5 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/.cproject b/features/org.eclipse.equinox.executable.feature/.cproject
index ed9f3ee00..b29d3652d 100644
--- a/features/org.eclipse.equinox.executable.feature/.cproject
+++ b/features/org.eclipse.equinox.executable.feature/.cproject
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><?fileVersion 4.0.0?><cproject>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?fileVersion 4.0.0?><cproject>
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="converted.config.1797282818">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="converted.config.1797282818" moduleId="org.eclipse.cdt.core.settings" name="convertedConfig">
@@ -109,20 +110,22 @@
</scannerInfoProvider>
</profile>
</storageModule>
+ <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry kind="mac" name="JNIEXPORT" path="" value=""/>
<pathentry kind="mac" name="JNICALL" path="" value=""/>
- <pathentry include="/usr/X11R6/include" kind="inc" path="" system="true"/>
+ <pathentry include="/usr/include/X11" kind="inc" path="" system="true"/>
<pathentry include="/opt/gnome/include/gtk-2.0" kind="inc" path="" system="true"/>
<pathentry include="/opt/gnome/include/glib-2.0" kind="inc" path="" system="true"/>
<pathentry include="/usr/include/gtk-2.0" kind="inc" path="" system="true"/>
<pathentry include="/usr/lib64/gtk-2.0/include" kind="inc" path="" system="true"/>
<pathentry include="/usr/include/atk-1.0" kind="inc" path="" system="true"/>
- <pathentry include="/usr/include/glib-2.0 " kind="inc" path="" system="true"/>
+ <pathentry include="/usr/include/glib-2.0" kind="inc" path="" system="true"/>
<pathentry include="/usr/lib64/glib-2.0/include" kind="inc" path="" system="true"/>
+ <pathentry include="/usr/include/gdk-pixbuf-2.0" kind="inc" path="" system="true"/>
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
</storageModule>
- <storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
-</cproject> \ No newline at end of file
+ <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
+</cproject>

Back to the top