Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [phoenix-dev] ProjectInfoAPI Documenation

Nathan,
I think it would be better to have an API link SimpleXML uses:

$projectInfo = new ProjectInfo( 'tools.ajdt' );
$projectInfo->name
$projectInfo->modulepath
$projectInfo->release[0]->status
$projectInfo->release[0]->name
...etc...

Wouldn't that just be easier for people to use?

- Bjorn


I’ve spent some time writing down some documentation for the new ProjectInfo Database Methods that we plan to add to eclipse.org-common.

http://wiki.eclipse.org/ProjectInfoAPI



Back to the top