You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2013/09/13 11:41:52 UTC

[jira] [Updated] (SLING-3058) [Tooling] tooling-ide-vlt's import from repository creates unnecessary jcr:content

     [ https://issues.apache.org/jira/browse/SLING-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Munteanu updated SLING-3058:
-----------------------------------

    Fix Version/s: Sling Eclipse IDE 1.0.0
    
> [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
>             Fix For: Sling Eclipse IDE 1.0.0
>
>
> 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