This is the XP Framework's development checkout
[root]
|- core # The XP Framework's core
| |- boot.pth # Bootstrap classpath
| |- ChangeLog
| `- src # Sourcecode, by Maven conventions
| |- main
| | `- php
| |- test
| `- php
| `- resources
|
`- tools # Entry point
|- tools # Bootstrapping (class.php, xar.php, web.php)
`- src # Sourcecode, by Maven conventions
`- main
`- php
To use the the XP Framework development checkout, put the following in your xp.ini file:
# Windows
use=[root]/core;~[root]/tools
# Un*x
use=[root]/core:~[root]/tools
Enjoy!