Changeset 16

Show
Ignore:
Timestamp:
01/25/08 16:27:52 (17 years ago)
Author:
smidl
Message:

doplneni

Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • mixpp.kdevelop

    r14 r16  
    210210  <kdevdocumentation> 
    211211    <projectdoc> 
    212       <docsystem/> 
    213       <docurl/> 
    214       <usermanualurl/> 
     212      <docsystem></docsystem> 
     213      <docurl></docurl> 
     214      <usermanualurl></usermanualurl> 
    215215    </projectdoc> 
    216216  </kdevdocumentation> 
     
    223223      <hidepatterns>*.o,*.lo,CVS</hidepatterns> 
    224224      <hidenonprojectfiles>false</hidenonprojectfiles> 
     225      <showvcsfields>false</showvcsfields> 
    225226    </tree> 
    226227  </kdevfileview> 
    227228  <ctagspart> 
    228     <customArguments></customArguments> 
     229    <customArguments/> 
    229230    <customTagfilePath>/home/smidl/work/mixpp/tags</customTagfilePath> 
    230231    <activeTagsFiles/> 
  • mixpp.kdevelop.filelist

    r14 r16  
    11# KDevelop Custom Project File List 
    22Makefile 
    3 arx.cpp 
     3bdm 
     4bdm/Makefile 
     5bdm/design 
     6bdm/design/Makefile 
     7bdm/estim 
     8bdm/estim/Makefile 
     9bdm/estim/arx.cpp 
     10bdm/estim/libKF.cpp 
     11bdm/estim/libKF.h 
     12bdm/estim/libPF.cpp 
     13bdm/estim/libPF.h 
     14bdm/itpp_ext.cpp 
     15bdm/itpp_ext.h 
     16bdm/math 
     17bdm/math/Makefile 
     18bdm/math/libDC.cpp 
     19bdm/math/libDC.h 
     20bdm/stat 
     21bdm/stat/Makefile 
     22bdm/stat/libBM.cpp 
     23bdm/stat/libBM.h 
     24bdm/stat/libEF.cpp 
     25bdm/stat/libEF.h 
     26bdm/stat/libFN.cpp 
     27bdm/stat/libFN.h 
    428doc 
    529doc/latex 
    630doc/latex/Makefile 
    7 itpp_ext.cpp 
    8 itpp_ext.h 
    9 libBM.cpp 
    10 libBM.h 
    11 libDC.cpp 
    12 libDC.h 
    13 libEF.h 
    14 libKF.cpp 
    15 libKF.h 
    16 libPF.cpp 
    17 libPF.h 
    18 test0.cpp 
    19 testKF.cpp 
    20 testPF.cpp 
     31tests 
     32tests/Makefile 
     33tests/test0.cpp 
     34tests/testKF.cpp 
     35tests/testPF.cpp 
     36tests/testSmp.cpp