Skip to content

Commit

Permalink
fixing project name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Jan 5, 2016
1 parent eca4b05 commit 9eb9331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project
name="php-sdk"
name="pagi"
default="build"
basedir="."
description="PAGI Asterisk Gateway Interface (AGI) client for PHP">
Expand Down Expand Up @@ -74,4 +74,4 @@
<target name="build" depends="clean, prepare, cpd, cs, md, doc, test"/>
<target name="doc" depends="docxml, dochtml, docmd"/>

</project>
</project>

0 comments on commit 9eb9331

Please sign in to comment.