Don't commit anjuta personal project folder into cvs

This commit is contained in:
tedbullock 2008-07-10 22:33:57 +00:00
förälder 97b89b1b51
incheckning cf9913be53
2 ändrade filer med 55 tillägg och 0 borttagningar

11
httperf/TODO.tasks Normal file
Visa fil

@ -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
Visa fil

@ -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>