From: <mik...@us...> - 2003-12-24 11:04:50
|
Update of /cvsroot/sharedaemon/sharedaemon-ui-web In directory sc8-pr-cvs1:/tmp/cvs-serv14544 Added Files: .project .cdtbuild .cdtproject Log Message: 24/12/2003 Mikael Barbeaux * Added Eclipse project files --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ui-web</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.cdt.core.cnature</nature> <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> <nature>org.eclipse.cdt.core.ccnature</nature> </natures> </projectDescription> --- NEW FILE: .cdtbuild --- <?xml version="1.0" encoding="UTF-8"?> <ManagedProjectBuildInfo> <target artifactName="ui-web" cleanCommand="rm -rf" defaultExtension="" id="ui-web.linux.gnu.exec.274882379" isAbstract="false" isTest="false" name="Linux Executable" parent="linux.gnu.exec"> <configuration id="linux.gnu.exec.release.274882379" name="Release" parent="linux.gnu.exec.release"> <toolReference id="cdt.build.tool.linux.gnu.compiler"> <optionReference defaultValue="Optimize most (-O3)" id="linux.gnu.compiler.optimization.level"/> <optionReference defaultValue="None" id="linux.gnu.compiler.debugging.level"/> <optionReference defaultValue="false" id="linux.gnu.compiler.warnings.toerrors"/> <optionReference defaultValue="true" id="linux.gnu.compiler.warnings.allwarn"/> <optionReference defaultValue="true" id="linux.gnu.compiler.warnings.pedantic"/> <optionReference id="linux.gnu.compiler.preprocessor.def"> <listOptionValue builtIn="false" value="_LINUX_"/> </optionReference> <optionReference defaultValue="-march=athlon-xp" id="linux.compiler.optimization.flags"/> <optionReference defaultValue="false" id="linux.gnu.compiler.other.verbose"/> </toolReference> <toolReference id="cdt.build.tool.linux.gnu.c.compiler"> <optionReference defaultValue="Optimize most (-O3)" id="linux.gnu.c.compiler.general.optimization.level"/> <optionReference defaultValue="None" id="linux.c.compiler.debugging.level"/> </toolReference> </configuration> <configuration id="linux.gnu.exec.debug.872073189" name="Debug" parent="linux.gnu.exec.debug"> <toolReference id="cdt.build.tool.linux.gnu.compiler"> <optionReference defaultValue="None (-O0)" id="linux.gnu.compiler.optimization.level"/> <optionReference defaultValue="Maximum (-g3)" id="linux.gnu.compiler.debugging.level"/> </toolReference> <toolReference id="cdt.build.tool.linux.gnu.c.compiler"> <optionReference defaultValue="None (-O0)" id="linux.gnu.c.compiler.general.optimization.level"/> <optionReference defaultValue="Maximum (-g3)" id="linux.c.compiler.debugging.level"/> </toolReference> </configuration> </target> <defaultConfig id="linux.gnu.exec.release.274882379"/> <defaultTarget id="ui-web.linux.gnu.exec.274882379"/> </ManagedProjectBuildInfo> --- NEW FILE: .cdtproject --- <?xml version="1.0" encoding="UTF-8"?> <cdtproject id="org.eclipse.cdt.make.core.make"> <extension id="org.eclipse.cdt.managedbuilder.core.ManagedBuildManager" point="org.eclipse.cdt.core.ScannerInfoProvider"/> <extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/> </cdtproject> |