Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ beta4
- [version] Versioning commands can use relative paths
- [node:property:show] Text fields are truncated
- [profile] Workspace given from CLI does not override profile workspace
- [command] Removed node:definition command: Jackalope now supports this, and
this command would never have worked, see:

beta2
-----
Expand Down
17 changes: 0 additions & 17 deletions features/all/phpcr_node_definition.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/PHPCR/Shell/Console/Application/ShellApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ protected function registerPhpcrCommands()
$this->add(new CommandPhpcr\VersionCheckinCommand());
$this->add(new CommandPhpcr\NodeCreateCommand());
$this->add(new CommandPhpcr\NodeCorrespondingCommand());
$this->add(new CommandPhpcr\NodeDefinitionCommand());
$this->add(new CommandPhpcr\NodeFileImportCommand());
$this->add(new CommandPhpcr\NodePropertySetCommand());
$this->add(new CommandPhpcr\NodeSetPrimaryTypeCommand());
Expand Down
47 changes: 0 additions & 47 deletions src/PHPCR/Shell/Console/Command/Phpcr/NodeDefinitionCommand.php

This file was deleted.