Browse Source

Remove anjuta conf stuff

ahc_fix_select
tbullock@comlore.com 13 years ago
parent
commit
7f66ab61bf
2 changed files with 0 additions and 66 deletions
  1. +0
    -22
      httperf/TODO.tasks
  2. +0
    -44
      httperf/httperf.anjuta

+ 0
- 22
httperf/TODO.tasks View File

@@ -1,25 +0,0 @@
<?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">
<item>
<attribute id="1216068491" priority="2" done="0" start_date="733237" enddate="99999999" notify="0" endtime="-60" last_edited="1216075803"/>
<summary>Segmentation fault when creating large number of request</summary>
<comment>Running httperf with the following options results in a segmentation fault.


This is a defect has been either created or exposed by Adrian Chadd's libevent port.

</comment>
</item>
</category>
</gtodo>

+ 0
- 44
httperf/httperf.anjuta View File

@@ -1,44 +0,0 @@
<?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…
Cancel
Save