Changeset 318
- Timestamp:
- 03/04/10 01:43:52 (6 months ago)
- Location:
- branches/1.0rc3
- Files:
-
- 2 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0rc3/.cproject
r317 r318 119 119 <storageModule moduleId="org.eclipse.cdt.core.pathentry"> 120 120 <pathentry base-path="/usr/lib/qt4/include" include="" kind="inc" path="" system="true"/> 121 <pathentry base-path="/usr/lib/qt4/include" include="QtDBus" kind="inc" path="" system="true"/> 122 <pathentry base-path="/usr/lib/qt4/include" include="QtDesigner" kind="inc" path="" system="true"/> 123 <pathentry base-path="/usr/lib/qt4/include" include="QtHelp" kind="inc" path="" system="true"/> 124 <pathentry base-path="/usr/lib/qt4/include" include="QtCore" kind="inc" path="" system="true"/> 125 <pathentry base-path="/usr/lib/qt4/include" include="QtScriptTools" kind="inc" path="" system="true"/> 126 <pathentry base-path="/usr/lib/qt4/include" include="QtTest" kind="inc" path="" system="true"/> 127 <pathentry base-path="/usr/lib/qt4/include" include="Qt3Support" kind="inc" path="" system="true"/> 128 <pathentry base-path="/usr/lib/qt4/include" include="QtWebKit" kind="inc" path="" system="true"/> 129 <pathentry base-path="/usr/lib/qt4/include" include="Qsci" kind="inc" path="" system="true"/> 130 <pathentry base-path="/usr/lib/qt4/include" include="QtXml" kind="inc" path="" system="true"/> 131 <pathentry base-path="/usr/lib/qt4/include" include="QtGui" kind="inc" path="" system="true"/> 121 132 <pathentry base-path="/usr/lib/qt4/include" include="QtSql" kind="inc" path="" system="true"/> 122 <pathentry base-path="/usr/lib/qt4/include" include="Qt WebKit" kind="inc" path="" system="true"/>123 <pathentry base-path="/usr/lib/qt4/include" include="Qt Core" kind="inc" path="" system="true"/>133 <pathentry base-path="/usr/lib/qt4/include" include="QtNetwork" kind="inc" path="" system="true"/> 134 <pathentry base-path="/usr/lib/qt4/include" include="QtSvg" kind="inc" path="" system="true"/> 124 135 <pathentry base-path="/usr/lib/qt4/include" include="QtAssistant" kind="inc" path="" system="true"/> 125 <pathentry base-path="/usr/lib/qt4/include" include="QtScriptTools" kind="inc" path="" system="true"/> 136 <pathentry base-path="/usr/lib/qt4/include" include="QtScript" kind="inc" path="" system="true"/> 137 <pathentry base-path="/usr/lib/qt4/include" include="QtXmlPatterns" kind="inc" path="" system="true"/> 138 <pathentry base-path="/usr/lib/qt4/include" include="QtOpenGL" kind="inc" path="" system="true"/> 126 139 <pathentry base-path="/usr/lib/qt4/include" include="Qt" kind="inc" path="" system="true"/> 127 <pathentry base-path="/usr/lib/qt4/include" include="Qt3Support" kind="inc" path="" system="true"/>128 <pathentry base-path="/usr/lib/qt4/include" include="QtHelp" kind="inc" path="" system="true"/>129 <pathentry base-path="/usr/lib/qt4/include" include="QtSvg" kind="inc" path="" system="true"/>130 <pathentry base-path="/usr/lib/qt4/include" include="QtOpenGL" kind="inc" path="" system="true"/>131 140 <pathentry base-path="/usr/lib/qt4/include" include="QtUiTools" kind="inc" path="" system="true"/> 132 <pathentry base-path="/usr/lib/qt4/include" include="QtGui" kind="inc" path="" system="true"/>133 <pathentry base-path="/usr/lib/qt4/include" include="QtDBus" kind="inc" path="" system="true"/>134 <pathentry base-path="/usr/lib/qt4/include" include="QtScript" kind="inc" path="" system="true"/>135 <pathentry base-path="/usr/lib/qt4/include" include="QtTest" kind="inc" path="" system="true"/>136 <pathentry base-path="/usr/lib/qt4/include" include="QtDesigner" kind="inc" path="" system="true"/>137 <pathentry base-path="/usr/lib/qt4/include" include="QtNetwork" kind="inc" path="" system="true"/>138 <pathentry base-path="/usr/lib/qt4/include" include="QtXmlPatterns" kind="inc" path="" system="true"/>139 <pathentry base-path="/usr/lib/qt4/include" include="QtXml" kind="inc" path="" system="true"/>140 <pathentry include="/usr/include" kind="inc" path="" system="true"/>141 141 <pathentry kind="src" path=""/> 142 142 <pathentry kind="out" path=""/> -
branches/1.0rc3/version.h
r317 r318 20 20 * \brief Дата билда (заменяется автоматически при каждом билде в version.h, что и приводит к смене номера ревизии) 21 21 */ 22 #define AVALON_DATE " Вск Фев 28 16:41:59MSK 2010"22 #define AVALON_DATE "Пнд Мар 1 13:15:42 MSK 2010" 23 23 24 24 #endif
