[Opal-commits] opal/kdevelop opal.kdevelop,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-11-13 18:51:36
|
Update of /cvsroot/opal/opal/kdevelop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22008/kdevelop Modified Files: opal.kdevelop Log Message: Added Solid and AccelerationSensor unit tests. Cosmetic modifications to QuickTest header. Index: opal.kdevelop =================================================================== RCS file: /cvsroot/opal/opal/kdevelop/opal.kdevelop,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** opal.kdevelop 6 Nov 2005 17:41:20 -0000 1.1 --- opal.kdevelop 13 Nov 2005 18:51:20 -0000 1.2 *************** *** 14,19 **** <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description></description> ! <versioncontrol></versioncontrol> </general> <kdevautoproject> --- 14,19 ---- <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> ! <description/> ! <versioncontrol/> </general> <kdevautoproject> *************** *** 30,34 **** </runarguments> <customdirectory>/</customdirectory> ! <programargs></programargs> <autocompile>true</autocompile> <envvars/> --- 30,34 ---- </runarguments> <customdirectory>/</customdirectory> ! <programargs/> <autocompile>true</autocompile> <envvars/> *************** *** 70,74 **** <numberofjobs>1</numberofjobs> <dontact>false</dontact> ! <makebin></makebin> <prio>0</prio> </make> --- 70,74 ---- <numberofjobs>1</numberofjobs> <dontact>false</dontact> ! <makebin/> <prio>0</prio> </make> *************** *** 142,146 **** <docsystem>Doxygen Documentation Collection</docsystem> <docurl>opal.tag</docurl> ! <usermanualurl></usermanualurl> </projectdoc> </kdevdocumentation> --- 142,146 ---- <docsystem>Doxygen Documentation Collection</docsystem> <docurl>opal.tag</docurl> ! <usermanualurl/> </projectdoc> </kdevdocumentation> *************** *** 180,184 **** </codecompletion> <creategettersetter> ! <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> --- 180,184 ---- </codecompletion> <creategettersetter> ! <prefixGet/> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> *************** *** 196,205 **** <kdevdebugger> <general> ! <programargs></programargs> ! <gdbpath></gdbpath> ! <dbgshell></dbgshell> ! <configGdbScript></configGdbScript> ! <runShellScript></runShellScript> ! <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> --- 196,205 ---- <kdevdebugger> <general> ! <programargs/> ! <gdbpath/> ! <dbgshell/> ! <configGdbScript/> ! <runShellScript/> ! <runGdbScript/> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> *************** *** 213,218 **** </kdevdebugger> <ctagspart> ! <customArguments></customArguments> ! <customTagfilePath></customTagfilePath> </ctagspart> </kdevelop> --- 213,218 ---- </kdevdebugger> <ctagspart> ! <customArguments/> ! <customTagfilePath/> </ctagspart> </kdevelop> |