root/AutoMOD/automod.kdevelop

Revision 5648, 3.5 kB (checked in by doutriaux1, 2 years ago)

i don't know why but if i ever get to have kdevelop working.....

Line 
1 <?xml version = '1.0'?>
2 <kdevelop>
3   <general>
4     <author>Charles Doutriaux</author>
5     <email>Charles.Doutriaux@cea.fr</email>
6     <version>0.9</version>
7     <projectmanagement>KDevScriptProject</projectmanagement>
8     <primarylanguage>Python</primarylanguage>
9     <keywords>
10       <keyword>Python</keyword>
11     </keywords>
12     <ignoreparts/>
13     <versioncontrol>kdevsubversion</versioncontrol>
14     <projectdirectory>/usr/local/cdat-dev/AutoMOD</projectdirectory>
15     <absoluteprojectpath>true</absoluteprojectpath>
16     <description/>
17   </general>
18   <kdevscriptproject>
19     <general>
20       <activedir/>
21       <includepatterns>*.py</includepatterns>
22       <excludepatterns>*~</excludepatterns>
23     </general>
24     <run>
25       <mainprogram>automod.py</mainprogram>
26       <directoryradio>executable</directoryradio>
27     </run>
28   </kdevscriptproject>
29   <kdevdoctreeview>
30     <ignoretocs>
31       <toc>ada</toc>
32       <toc>ada_bugs_gcc</toc>
33       <toc>bash</toc>
34       <toc>bash_bugs</toc>
35       <toc>c++_bugs_gcc</toc>
36       <toc>clanlib</toc>
37       <toc>w3c-dom-level2-html</toc>
38       <toc>fortran_bugs_gcc</toc>
39       <toc>gnome1</toc>
40       <toc>gnustep</toc>
41       <toc>gtk</toc>
42       <toc>gtk_bugs</toc>
43       <toc>haskell</toc>
44       <toc>haskell_bugs_ghc</toc>
45       <toc>java_bugs_gcc</toc>
46       <toc>java_bugs_sun</toc>
47       <toc>kde2book</toc>
48       <toc>libc</toc>
49       <toc>libstdc++</toc>
50       <toc>opengl</toc>
51       <toc>pascal_bugs_fp</toc>
52       <toc>php</toc>
53       <toc>php_bugs</toc>
54       <toc>perl</toc>
55       <toc>perl_bugs</toc>
56       <toc>qt-kdev3</toc>
57       <toc>ruby</toc>
58       <toc>ruby_bugs</toc>
59       <toc>sdl</toc>
60       <toc>stl</toc>
61       <toc>w3c-svg</toc>
62       <toc>sw</toc>
63       <toc>w3c-uaag10</toc>
64       <toc>wxwidgets_bugs</toc>
65     </ignoretocs>
66     <ignoreqt_xml>
67       <toc>Guide to the Qt Translation Tools</toc>
68       <toc>Qt Assistant Manual</toc>
69       <toc>Qt Designer Manual</toc>
70       <toc>Qt Reference Documentation</toc>
71       <toc>qmake User Guide</toc>
72     </ignoreqt_xml>
73     <ignoredoxygen>
74       <toc>KDE Libraries (Doxygen)</toc>
75     </ignoredoxygen>
76   </kdevdoctreeview>
77   <kdevfileview>
78     <tree>
79       <hidenonprojectfiles>false</hidenonprojectfiles>
80       <hidepatterns>*.o,*.lo,CVS</hidepatterns>
81       <showvcsfields>false</showvcsfields>
82     </tree>
83     <groups>
84       <group pattern="*.tex" name="Tek Files" />
85       <group pattern="*.html " name="HTML Files" />
86       <group pattern="*.py" name="Python files" />
87       <hidenonprojectfiles>true</hidenonprojectfiles>
88       <hidenonlocation>false</hidenonlocation>
89     </groups>
90   </kdevfileview>
91   <kdevfilecreate>
92     <filetypes/>
93     <useglobaltypes>
94       <type ext="py" />
95     </useglobaltypes>
96   </kdevfilecreate>
97   <substmap>
98     <APPNAME>automod</APPNAME>
99     <APPNAMELC>automod</APPNAMELC>
100     <APPNAMESC>Automod</APPNAMESC>
101     <APPNAMEUC>AUTOMOD</APPNAMEUC>
102     <AUTHOR>Charles Doutriaux</AUTHOR>
103     <EMAIL>Charles.Doutriaux@cea.fr</EMAIL>
104     <LICENSE>GPL</LICENSE>
105     <LICENSEFILE>COPYING</LICENSEFILE>
106     <VERSION>0.9</VERSION>
107     <YEAR>2006</YEAR>
108     <dest>/work/AutoMOD/automod</dest>
109   </substmap>
110   <kdevpythonsupport>
111     <run>
112       <interpreter>/usr/local/cdat/experimental/bin/python</interpreter>
113       <terminal>true</terminal>
114     </run>
115   </kdevpythonsupport>
116   <kdevdocumentation>
117     <projectdoc>
118       <docsystem/>
119       <docurl/>
120       <usermanualurl/>
121     </projectdoc>
122   </kdevdocumentation>
123   <ctagspart>
124     <customArguments/>
125     <customTagfilePath/>
126   </ctagspart>
127 </kdevelop>
Note: See TracBrowser for help on using the browser.