Don't commit anjuta personal project folder into cvs
This commit is contained in:
parent
97b89b1b51
commit
cf9913be53
11
httperf/TODO.tasks
Normal file
11
httperf/TODO.tasks
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<gtodo>
|
||||||
|
<category title="Release 1.0" place="0">
|
||||||
|
<item>
|
||||||
|
<attribute id="1215549569" priority="2" done="0" start_date="733231" enddate="99999999" notify="0" endtime="-60" last_edited="1215549569"/>
|
||||||
|
<summary>Port to libevent</summary>
|
||||||
|
<comment>Port to libevent 1.4 for data communications</comment>
|
||||||
|
</item>
|
||||||
|
</category>
|
||||||
|
<category title="Bug Fixes" place="1"/>
|
||||||
|
</gtodo>
|
44
httperf/httperf.anjuta
Normal file
44
httperf/httperf.anjuta
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<anjuta>
|
||||||
|
<plugin name="GBF Project Manager"
|
||||||
|
url="http://anjuta.org/plugins/"
|
||||||
|
mandatory="yes">
|
||||||
|
<require group="Anjuta Plugin"
|
||||||
|
attribute="Interfaces"
|
||||||
|
value="IAnjutaProjectManager"/>
|
||||||
|
<require group="Project"
|
||||||
|
attribute="Supported-Project-Types"
|
||||||
|
value="automake"/>
|
||||||
|
</plugin>
|
||||||
|
<plugin name="Symbol Browser"
|
||||||
|
url="http://anjuta.org/plugins/"
|
||||||
|
mandatory="yes">
|
||||||
|
<require group="Anjuta Plugin"
|
||||||
|
attribute="Interfaces"
|
||||||
|
value="IAnjutaSymbolManager"/>
|
||||||
|
</plugin>
|
||||||
|
<plugin name="Make Build System"
|
||||||
|
url="http://anjuta.org/plugins/"
|
||||||
|
mandatory="yes">
|
||||||
|
<require group="Anjuta Plugin"
|
||||||
|
attribute="Interfaces"
|
||||||
|
value="IAnjutaBuildable"/>
|
||||||
|
<require group="Build"
|
||||||
|
attribute="Supported-Build-Types"
|
||||||
|
value="make"/>
|
||||||
|
</plugin>
|
||||||
|
<plugin name="Task Manager"
|
||||||
|
url="http://anjuta.org/plugins/"
|
||||||
|
mandatory="no">
|
||||||
|
<require group="Anjuta Plugin"
|
||||||
|
attribute="Interfaces"
|
||||||
|
value="IAnjutaTodo"/>
|
||||||
|
</plugin>
|
||||||
|
<plugin name="Debug Manager"
|
||||||
|
url="http://anjuta.org/plugins/"
|
||||||
|
mandatory="no">
|
||||||
|
<require group="Anjuta Plugin"
|
||||||
|
attribute="Interfaces"
|
||||||
|
value="IAnjutaDebuggerManager"/>
|
||||||
|
</plugin>
|
||||||
|
</anjuta>
|
Loading…
Reference in New Issue
Block a user