Changeset 318


Ignore:
Timestamp:
03/04/10 02:43:52 (2 years ago)
Author:
antonbatenev.ya.ru
Message:

Добавление интеграции eclipse + trac проекта

Location:
branches/1.0rc3
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0rc3/.cproject

    r317 r318  
    119119<storageModule moduleId="org.eclipse.cdt.core.pathentry"> 
    120120<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"/> 
    121132<pathentry base-path="/usr/lib/qt4/include" include="QtSql" kind="inc" path="" system="true"/> 
    122 <pathentry base-path="/usr/lib/qt4/include" include="QtWebKit" kind="inc" path="" system="true"/> 
    123 <pathentry base-path="/usr/lib/qt4/include" include="QtCore" 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"/> 
    124135<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"/> 
    126139<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"/> 
    131140<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"/> 
    141141<pathentry kind="src" path=""/> 
    142142<pathentry kind="out" path=""/> 
  • branches/1.0rc3/version.h

    r317 r318  
    2020 * \brief Дата билда (заменяется автоматически при каждом билде в version.h, что и приводит к смене номера ревизии) 
    2121 */ 
    22 #define AVALON_DATE "Вск Фев 28 16:41:59 MSK 2010" 
     22#define AVALON_DATE "Пнд Мар  1 13:15:42 MSK 2010" 
    2323 
    2424#endif 
Note: See TracChangeset for help on using the changeset viewer.