Date: Monday, December 19, 2005 @ 19:46:13
  Author: zsolt
    Path: /cvsroot/carob/carob

Modified: .cdtproject (1.6 -> 1.7)

rolling back changes introduces by accident with prepared statements


-------------+
 .cdtproject |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)


Index: carob/.cdtproject
diff -u carob/.cdtproject:1.6 carob/.cdtproject:1.7
--- carob/.cdtproject:1.6       Mon Dec 19 19:41:57 2005
+++ carob/.cdtproject   Mon Dec 19 19:46:13 2005
@@ -2,14 +2,14 @@
 <?eclipse-cdt version="2.0"?>
 
 <cdtproject id="org.eclipse.cdt.make.core.make">
-<extension id="org.eclipse.cdt.core.ELF" 
point="org.eclipse.cdt.core.BinaryParser"/>
-<extension id="org.eclipse.cdt.core.domsourceindexer" 
point="org.eclipse.cdt.core.CIndexer"/>
+<extension point="org.eclipse.cdt.core.BinaryParser" 
id="org.eclipse.cdt.core.ELF"/>
+<extension point="org.eclipse.cdt.core.CIndexer" 
id="org.eclipse.cdt.core.nullindexer"/>
 <data>
 <item id="org.eclipse.cdt.core.pathentry">
-<pathentry include="/usr/include/php5/main" kind="inc" 
path="contrib/PHP/php_carob.h" system="true"/>
-<pathentry include="/usr/include" kind="inc" path="" system="true"/>
-<pathentry include="/usr/include/c++/4.0" kind="inc" path="" system="true"/>
-<pathentry base-path="carob" include="include" kind="inc" path="" 
system="true"/>
+<pathentry kind="inc" path="contrib/PHP/php_carob.h" 
include="/usr/include/php5/main" system="true"/>
+<pathentry kind="inc" path="" include="/usr/include" system="true"/>
+<pathentry kind="inc" path="" include="/usr/include/c++/4.0" system="true"/>
+<pathentry kind="inc" path="" include="include" system="true" 
base-path="carob"/>
 <pathentry kind="src" path=""/>
 <pathentry kind="out" path=""/>
 <pathentry kind="con" 
path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
@@ -20,42 +20,42 @@
 </item>
 <item id="org.eclipse.cdt.make.core.buildtargets">
 <buildTargets>
-<target name="all" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>all</buildTarget>
 <stopOnError>true</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
-<target name="clean" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>clean</buildTarget>
 <stopOnError>false</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
-<target name="doc" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="doc" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>doc</buildTarget>
 <stopOnError>false</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
-<target name="test" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="test" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>test</buildTarget>
 <stopOnError>true</stopOnError>
 <useDefaultCommand>true</useDefaultCommand>
 </target>
-<target name="clean-test" path="" 
targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="clean-test" targetID="org.eclipse.cdt.make.MakeTargetBuilder" 
path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>clean-test</buildTarget>
 <stopOnError>true</stopOnError>
 <useDefaultCommand>false</useDefaultCommand>
 </target>
-<target name="clean-doc" path="" 
targetID="org.eclipse.cdt.make.MakeTargetBuilder">
+<target name="clean-doc" targetID="org.eclipse.cdt.make.MakeTargetBuilder" 
path="">
 <buildCommand>make</buildCommand>
 <buildArguments/>
 <buildTarget>clean-doc</buildTarget>
@@ -65,14 +65,14 @@
 </buildTargets>
 </item>
 <item id="scannerConfiguration">
-<autodiscovery enabled="true" problemReportingEnabled="true" 
selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
+<autodiscovery enabled="true" 
selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile" 
problemReportingEnabled="true"/>
 <profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
 <buildOutputProvider>
 <openAction enabled="true" filePath=""/>
 <parser enabled="true"/>
 </buildOutputProvider>
 <scannerInfoProvider id="specsFile">
-<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" 
command="gcc" useDefault="true"/>
+<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD 
${plugin_state_location}/${specs_file}"/>
 <parser enabled="true"/>
 </scannerInfoProvider>
 </profile>
@@ -82,7 +82,7 @@
 <parser enabled="true"/>
 </buildOutputProvider>
 <scannerInfoProvider id="makefileGenerator">
-<runAction arguments="-f ${project_name}_scd.mk" command="make" 
useDefault="true"/>
+<runAction useDefault="true" command="make" arguments="-f 
${project_name}_scd.mk"/>
 <parser enabled="false"/>
 </scannerInfoProvider>
 </profile>
@@ -92,7 +92,7 @@
 <parser enabled="true"/>
 </buildOutputProvider>
 <scannerInfoProvider id="specsFile">
-<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" 
command="gcc" useDefault="true"/>
+<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD 
${plugin_state_location}/${specs_file}"/>
 <parser enabled="false"/>
 </scannerInfoProvider>
 </profile>
@@ -102,7 +102,7 @@
 <parser enabled="true"/>
 </buildOutputProvider>
 <scannerInfoProvider id="specsFile">
-<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" 
command="gcc" useDefault="true"/>
+<runAction useDefault="true" command="gcc" arguments="-E -P -v -dD 
${plugin_state_location}/${specs_file}"/>
 <parser enabled="false"/>
 </scannerInfoProvider>
 </profile>

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to