Skip to content

Commit 585350f

Browse files
committed
Merge pull request #173 from phpcr/removed_node_definition_command
Removed node definition
2 parents 6e7bc22 + 8614fe3 commit 585350f

File tree

4 files changed

+2
-65
lines changed

4 files changed

+2
-65
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ beta4
1313
- [version] Versioning commands can use relative paths
1414
- [node:property:show] Text fields are truncated
1515
- [profile] Workspace given from CLI does not override profile workspace
16+
- [command] Removed node:definition command: Jackalope now supports this, and
17+
this command would never have worked, see:
1618

1719
beta2
1820
-----

features/all/phpcr_node_definition.feature

-17
This file was deleted.

src/PHPCR/Shell/Console/Application/ShellApplication.php

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ protected function registerPhpcrCommands()
144144
$this->add(new CommandPhpcr\VersionCheckinCommand());
145145
$this->add(new CommandPhpcr\NodeCreateCommand());
146146
$this->add(new CommandPhpcr\NodeCorrespondingCommand());
147-
$this->add(new CommandPhpcr\NodeDefinitionCommand());
148147
$this->add(new CommandPhpcr\NodeFileImportCommand());
149148
$this->add(new CommandPhpcr\NodePropertySetCommand());
150149
$this->add(new CommandPhpcr\NodeSetPrimaryTypeCommand());

src/PHPCR/Shell/Console/Command/Phpcr/NodeDefinitionCommand.php

-47
This file was deleted.

0 commit comments

Comments
 (0)