38 lines
1.2 KiB
Properties
38 lines
1.2 KiB
Properties
# Project build properties for HPCloud-PHP
|
|
#
|
|
# You can set your project-wide settings here.
|
|
#
|
|
# This file has some of the common properties -- the ones we think you probably
|
|
# want to change -- declared here. There are other available properties at the
|
|
# top of the build.xml file.
|
|
|
|
# The name of the project. Alpha-Num and underscores allowed. NO SPACES.
|
|
#project.name=HPCloud-PHP
|
|
|
|
# Where people can go to learn more about this project.
|
|
project.homepage=http://github.com/hpcloud
|
|
|
|
# A short phrase describing this project.
|
|
project.summary=PHP API for HP Cloud
|
|
|
|
# Technical description of this project.
|
|
project.description=Provides an API for working with the HP Cloud
|
|
|
|
# The name of the license under which this is released.
|
|
project.license=MIT License
|
|
|
|
# The minimal PHP version required to run this project.
|
|
project.php.version=5.3.1
|
|
|
|
# Name and email of the "lead developer" of this project.
|
|
project.lead=technosophos
|
|
project.lead.email=matthew.butcher@hp.com
|
|
|
|
# If you are building PEAR packages, set this.
|
|
# (By default, our tgz files are PEAR packages)
|
|
pear.channel=pear.hpcloud.com
|
|
|
|
# If you are using PhpDocumentor for documentation, set the output format
|
|
# using this.
|
|
phpdoc.style=HTML:frames:earthli
|