You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1003 B
46 lines
1003 B
15 years ago
|
<?xml version="1.0"?>
|
||
13 years ago
|
<tdevelop>
|
||
15 years ago
|
<general>
|
||
|
<author>$AUTHOR$</author>
|
||
|
<email>$EMAIL$</email>
|
||
|
<version>$VERSION$</version>
|
||
|
<projectmanagement>KDevScriptProject</projectmanagement>
|
||
|
<primarylanguage>Javascript</primarylanguage>
|
||
|
<keywords>
|
||
|
<keyword>Javascript</keyword>
|
||
|
</keywords>
|
||
|
<ignoreparts>
|
||
|
<part>KDevFileView</part>
|
||
|
<part>KDevdistpart</part>
|
||
|
<part>KDevDebugger</part>
|
||
|
</ignoreparts>
|
||
|
</general>
|
||
|
<kdevscriptproject>
|
||
|
<general>
|
||
|
<activedir>src</activedir>
|
||
|
<includepatterns>*.js</includepatterns>
|
||
|
<excludepatterns>*~</excludepatterns>
|
||
|
</general>
|
||
|
</kdevscriptproject>
|
||
|
<kdevfileview>
|
||
|
<groups>
|
||
|
<group pattern="*.js" name="Scripts" />
|
||
|
</groups>
|
||
|
</kdevfileview>
|
||
|
<kdevdoctreeview>
|
||
|
<ignoretocs>
|
||
|
<toc>kde</toc>
|
||
|
<toc>gtk</toc>
|
||
|
<toc>gnustep</toc>
|
||
|
<toc>python</toc>
|
||
|
<toc>perl</toc>
|
||
|
<toc>php</toc>
|
||
|
</ignoretocs>
|
||
|
</kdevdoctreeview>
|
||
|
<kdevfilecreate>
|
||
|
<useglobaltypes>
|
||
|
<type ext="js"/>
|
||
|
</useglobaltypes>
|
||
|
</kdevfilecreate>
|
||
13 years ago
|
</tdevelop>
|