source: SMMP.kdevelop@ e40e335

Last change on this file since e40e335 was e40e335, checked in by baerbaer <baerbaer@…>, 16 years ago

Initial import to BerliOS corresponding to 3.0.4

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@1 26dc1dd8-5c4e-0410-9ffe-d298b4865968

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version = '1.0'?>
2<kdevelop>
3 <general>
4 <author>Jan Meinke</author>
5 <email>j.meinke@fz-juelich.de</email>
6 <version>3.0</version>
7 <projectmanagement>KDevCustomProject</projectmanagement>
8 <primarylanguage>Fortran77</primarylanguage>
9 <ignoreparts/>
10 <projectdirectory>.</projectdirectory>
11 <absoluteprojectpath>false</absoluteprojectpath>
12 <description/>
13 <secondaryLanguages>
14 <language>Python</language>
15 </secondaryLanguages>
16 <versioncontrol>kdevsubversion</versioncontrol>
17 <projectname>SMMP</projectname>
18 </general>
19 <kdevautoproject>
20 <general>
21 <activetarget>src/SMMP</activetarget>
22 </general>
23 <run>
24 <mainprogram>src/SMMP</mainprogram>
25 </run>
26 </kdevautoproject>
27 <kdevdoctreeview>
28 <ignoretocs>
29 <toc>ada</toc>
30 <toc>ada_bugs_gcc</toc>
31 <toc>bash</toc>
32 <toc>bash_bugs</toc>
33 <toc>c++_bugs_gcc</toc>
34 <toc>clanlib</toc>
35 <toc>w3c-dom-level2-html</toc>
36 <toc>gnome1</toc>
37 <toc>gnustep</toc>
38 <toc>gtk</toc>
39 <toc>gtk_bugs</toc>
40 <toc>haskell</toc>
41 <toc>haskell_bugs_ghc</toc>
42 <toc>java_bugs_gcc</toc>
43 <toc>java_bugs_sun</toc>
44 <toc>kde2book</toc>
45 <toc>libc</toc>
46 <toc>libstdc++</toc>
47 <toc>opengl</toc>
48 <toc>pascal_bugs_fp</toc>
49 <toc>php</toc>
50 <toc>php_bugs</toc>
51 <toc>perl</toc>
52 <toc>perl_bugs</toc>
53 <toc>python</toc>
54 <toc>python_bugs</toc>
55 <toc>qt-kdev3</toc>
56 <toc>ruby</toc>
57 <toc>ruby_bugs</toc>
58 <toc>sdl</toc>
59 <toc>stl</toc>
60 <toc>w3c-svg</toc>
61 <toc>sw</toc>
62 <toc>w3c-uaag10</toc>
63 <toc>wxwidgets_bugs</toc>
64 </ignoretocs>
65 <ignoreqt_xml>
66 <toc>Guide to the Qt Translation Tools</toc>
67 <toc>Qt Assistant Manual</toc>
68 <toc>Qt Designer Manual</toc>
69 <toc>Qt Reference Documentation</toc>
70 <toc>qmake User Guide</toc>
71 </ignoreqt_xml>
72 <ignoredoxygen>
73 <toc>KDE Libraries (Doxygen)</toc>
74 </ignoredoxygen>
75 </kdevdoctreeview>
76 <kdevdebugger>
77 <general>
78 <dbgshell/>
79 <programargs/>
80 <gdbpath/>
81 <configGdbScript/>
82 <runShellScript/>
83 <runGdbScript/>
84 <breakonloadinglibs>true</breakonloadinglibs>
85 <separatetty>false</separatetty>
86 <floatingtoolbar>false</floatingtoolbar>
87 </general>
88 <display>
89 <staticmembers>false</staticmembers>
90 <demanglenames>true</demanglenames>
91 <outputradix>10</outputradix>
92 </display>
93 </kdevdebugger>
94 <kdevfilecreate>
95 <filetypes/>
96 <useglobaltypes>
97 <type ext="f" />
98 </useglobaltypes>
99 </kdevfilecreate>
100 <kdevcustomproject>
101 <run>
102 <directoryradio>build</directoryradio>
103 <customdirectory>/</customdirectory>
104 <mainprogram>smmp</mainprogram>
105 <programargs/>
106 <terminal>false</terminal>
107 <autocompile>true</autocompile>
108 <envvars/>
109 </run>
110 <build>
111 <buildtool>make</buildtool>
112 <builddir/>
113 </build>
114 <make>
115 <abortonerror>false</abortonerror>
116 <numberofjobs>1</numberofjobs>
117 <prio>0</prio>
118 <dontact>false</dontact>
119 <makebin/>
120 <makeoptions/>
121 <selectedenvironment>default</selectedenvironment>
122 <environments>
123 <default/>
124 </environments>
125 <defaulttarget/>
126 </make>
127 <general>
128 <activedir/>
129 </general>
130 <filetypes>
131 <filetype>*.java</filetype>
132 <filetype>*.h</filetype>
133 <filetype>*.H</filetype>
134 <filetype>*.hh</filetype>
135 <filetype>*.hxx</filetype>
136 <filetype>*.hpp</filetype>
137 <filetype>*.c</filetype>
138 <filetype>*.C</filetype>
139 <filetype>*.cc</filetype>
140 <filetype>*.cpp</filetype>
141 <filetype>*.c++</filetype>
142 <filetype>*.cxx</filetype>
143 <filetype>Makefile</filetype>
144 <filetype>CMakeLists.txt</filetype>
145 </filetypes>
146 <blacklist/>
147 </kdevcustomproject>
148 <kdevfortransupport>
149 <ftnchek>
150 <division>false</division>
151 <extern>false</extern>
152 <declare>false</declare>
153 <pure>false</pure>
154 <argumentsall>false</argumentsall>
155 <commonall>false</commonall>
156 <truncationall>false</truncationall>
157 <usageall>false</usageall>
158 <f77all>false</f77all>
159 <portabilityall>false</portabilityall>
160 <argumentsonly/>
161 <commononly/>
162 <truncationonly/>
163 <usageonly/>
164 <f77only/>
165 <portabilityonly/>
166 </ftnchek>
167 </kdevfortransupport>
168 <kdevdocumentation>
169 <projectdoc>
170 <docsystem/>
171 <docurl/>
172 <usermanualurl/>
173 </projectdoc>
174 </kdevdocumentation>
175 <kdevfileview>
176 <groups>
177 <hidenonprojectfiles>false</hidenonprojectfiles>
178 <hidenonlocation>false</hidenonlocation>
179 </groups>
180 <tree>
181 <hidepatterns>*.o,*.lo,CVS,*~</hidepatterns>
182 <hidenonprojectfiles>false</hidenonprojectfiles>
183 <showvcsfields>true</showvcsfields>
184 </tree>
185 </kdevfileview>
186 <dist>
187 <custom>false</custom>
188 <bzip>false</bzip>
189 <archname/>
190 <appname>SMMP</appname>
191 <version>$VERSION$</version>
192 <release>1</release>
193 <vendor>NICCBB</vendor>
194 <licence>GPL + Citation</licence>
195 <summary>A free protein simulation program</summary>
196 <group>Application/Scientific</group>
197 <packager>JHM</packager>
198 <description>SMMP is a free protein simulation program.
199
200</description>
201 <changelog/>
202 <devpackage>false</devpackage>
203 <docspackage>false</docspackage>
204 <appicon>false</appicon>
205 <arch>1</arch>
206 <genHTML>false</genHTML>
207 <useRPM>false</useRPM>
208 <ftpkde>false</ftpkde>
209 <appskde>false</appskde>
210 <url/>
211 </dist>
212 <kdevcvsservice>
213 <recursivewhenupdate>true</recursivewhenupdate>
214 <prunedirswhenupdate>true</prunedirswhenupdate>
215 <createdirswhenupdate>true</createdirswhenupdate>
216 <recursivewhencommitremove>true</recursivewhencommitremove>
217 <revertoptions>-C</revertoptions>
218 </kdevcvsservice>
219</kdevelop>
Note: See TracBrowser for help on using the repository browser.