Browse Source

Don't commit anjuta personal project folder into cvs

ahc_fix_select
tedbullock 16 years ago
parent
commit
cf9913be53
2 changed files with 55 additions and 0 deletions
  1. +11
    -0
      httperf/TODO.tasks
  2. +44
    -0
      httperf/httperf.anjuta

+ 11
- 0
httperf/TODO.tasks View 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
- 0
httperf/httperf.anjuta View 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…
Cancel
Save