-
Notifications
You must be signed in to change notification settings - Fork 924
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from facebook/packagexml
adjust contacts inside packing slip
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,24 +13,42 @@ XHProf is a function-level hierarchical profiler for PHP and has a simple HTML b | |
<name>Kannan Muthukkaruppan</name> | ||
<user>kannan</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</lead> | ||
<developer> | ||
<name>Venkat Venkataramani</name> | ||
<user>veeve</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</developer> | ||
<lead> | ||
<name>Changhao Jiang</name> | ||
<user>cjiang</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
<active>no</active> | ||
</lead> | ||
<developer> | ||
<name>Haiping Zhao</name> | ||
<user>haiping</user> | ||
<email>[email protected]</email> | ||
<active>no</active> | ||
</developer> | ||
<lead> | ||
<name>Carlos Bueno</name> | ||
<user>aristus</user> | ||
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
<lead> | ||
<name>Bill Fumerola</name> | ||
<user>billf</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<lead> | ||
<name>Scott MacVicar</name> | ||
<user>macvicar</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</developer> | ||
<date>2009-03-28</date> | ||
|