[ 
https://issues.apache.org/jira/browse/SLING-2984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779886#comment-13779886
 ] 

Robert Munteanu commented on SLING-2984:
----------------------------------------

Multiple paths are supported beneath a single directory by properly defining a 
filter.xml file, like

{code}
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter vesion="1.0">
    <filter root="/apps/slingDemo"/>
    <filter root="/content/slingDemo"/>
</workspaceFilter>
{code}

Perhaps we can add a wizard to create a filter.xml file if one does not exist, 
but that's out of scope for 1.0.0 IMO. 

So if the above covers your 'multiple paths' use case, please resolve this.
                
> [Tooling] improve import-content wizard
> ---------------------------------------
>
>                 Key: SLING-2984
>                 URL: https://issues.apache.org/jira/browse/SLING-2984
>             Project: Sling
>          Issue Type: Sub-task
>          Components: IDE
>            Reporter: Stefan Egli
>            Assignee: Stefan Egli
>             Fix For: Sling Eclipse IDE 1.0.0
>
>
> The import content wizard currently assumes that the project is added to a 
> server and that the project has a sync folder configured. The wizard should 
> allow to set those things automatically.
> More improvements likely to come and will be added to this ticket.

--
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

Reply via email to