blob: 0da59fc8c30ae15903ebe677b5283b76abd77e21 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
<name>PHPCR</name>
<summary>Port of JSR-170 Specification to PHP</summary>
<description>
The JSR-170 API defines how an application and a content
repository interact with respect to a number of content services.
For example the versioning facilities of a content repository are
clearly defined, so an application knows how to browse the version
history, check in and check out content items, or update and merge
content in a standard fashion. This is the PHP pot of the API.
</description>
<maintainers>
<maintainer>
<user>mnix</user>
<name>Markus Nix</name>
<email>mnix@docuverse.de</email>
<role>lead</role>
</maintainer>
</maintainers>
<release>
<version>0.2</version>
<date>2005-06-15</date>
<license>Apache License</license>
<state>alpha</state>
<notes>Changes reflect most of the latest changes in the JCR spec.</notes>
<deps>
<dep type="php" rel="ge" version="5.0.0" optional="no"/>
</deps>
<filelist>
<dir name="PHPCR" role="php">
<file>AccessDeniedException.php</file>
<file>Credentials.php</file>
<file>IllegalArgumentException.php</file>
<file>IllegalStateException.php</file>
<file>InvalidItemStateException.php</file>
<file>InvalidSerializedDataException.php</file>
<file>IOException.php</file>
<file>Item.php</file>
<file>ItemExistsException.php</file>
<file>ItemNotFoundException.php</file>
<file>ItemVisitor.php</file>
<file>LoginException.php</file>
<file>MergeException.php</file>
<file>NamespaceException.php</file>
<file>NamespaceRegistry.php</file>
<file>Node.php</file>
<file>NodeIterator.php</file>
<file>NoSuchElementException.php</file>
<file>NoSuchWorkspaceException.php</file>
<file>NumberFormatException.php</file>
<file>PathNotFoundException.php</file>
<file>Property.php</file>
<file>PropertyIterator.php</file>
<file>PropertyType.php</file>
<file>RangeIterator.php</file>
<file>ReferentialIntegrityException.php</file>
<file>Repository.php</file>
<file>RepositoryException.php</file>
<file>SAXException.php</file>
<file>Session.php</file>
<file>SimpleCredentials.php</file>
<file>UnsupportedRepositoryOperationException.php</file>
<file>Value.php</file>
<file>ValueFormatException.php</file>
<file>Workspace.php</file>
<file>lock/Lock.php</file>
<file>lock/LockException.php</file>
<file>nodetype/ConstraintViolationException.php</file>
<file>nodetype/NodeType.php</file>
<file>nodetype/NodeTypeIterator.php</file>
<file>nodetype/NodeTypeManager.php</file>
<file>nodetype/NoSuchNodeTypeException.php</file>
<file>nodetype/ItemDefinition.php</file>
<file>nodetype/NodeDefinition.php</file>
<file>nodetype/PropertyDefinition.php</file>
<file>observation/Event.php</file>
<file>observation/EventIterator.php</file>
<file>observation/EventListener.php</file>
<file>observation/EventListenerIterator.php</file>
<file>observation/ObservationManager.php</file>
<file>query/InvalidQueryException.php</file>
<file>query/Query.php</file>
<file>query/QueryManager.php</file>
<file>query/QueryResult.php</file>
<file>query/Row.php</file>
<file>query/RowIterator.php</file>
<file>util/ISO8601.php</file>
<file>util/TraversingItemVisitor.php</file>
<file>version/OnParentVersionAction.php</file>
<file>version/Version.php</file>
<file>version/VersionException.php</file>
<file>version/VersionHistory.php</file>
<file>version/VersionIterator.php</file>
</dir>
</filelist>
</release>
<changelog>
<release>
<version>0.1</version>
<date>2005-05-06</date>
<license>Apache License</license>
<state>alpha</state>
</release>
</changelog>
</package>