Robert Munteanu created SLING-3573:
--------------------------------------
Summary: Local resources which are no longer present in the
repository are not deleted when importing
Key: SLING-3573
URL: https://issues.apache.org/jira/browse/SLING-3573
Project: Sling
Issue Type: Bug
Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.0
Reporter: Robert Munteanu
Fix For: Sling Eclipse IDE 1.0.2
Consider the following scenario
Local workspace
{code}
.
├── item
│ └── html.jsp
└── list
├── html.jsp
└── json.jsp
{code}
Repository
{code}
.
├── item
│ └── html.jsp
└── list
└── html.jsp
{code}
When importing content from the repository, list/json.jsp is not deleted.
--
This message was sent by Atlassian JIRA
(v6.2#6252)