Stefan Egli created SLING-3058:
----------------------------------
Summary: [Tooling] tooling-ide-vlt's import from repository
creates unnecessary jcr:content
Key: SLING-3058
URL: https://issues.apache.org/jira/browse/SLING-3058
Project: Sling
Issue Type: Bug
Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.0
Reporter: Stefan Egli
Assignee: Robert Munteanu
When importing content from the repository (in the tooling-ide-vlt branch,
using slingclipse), there are directories created which the cq-package manager
(and presumably a vlt co) do not create.
Eg create the following structure in the repository:
* home
** jcr:content
*** component1
*** component2
this should result in:
./.content.xml
./home/.content.xml <- containing the two child nodes component1 and component2
but what's currently created is:
./content.xml
./home/.content.xml
./home/jcr:content <- everything below here is probably superfluous
./home/jcr:content/component1
./home/jcr:content/component2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira