Robert Munteanu created SLING-3566:
--------------------------------------
Summary: Properties from extended file aggregates are not
synchronized
Key: SLING-3566
URL: https://issues.apache.org/jira/browse/SLING-3566
Project: Sling
Issue Type: Bug
Components: IDE
Reporter: Robert Munteanu
Assignee: Robert Munteanu
Fix For: Sling Eclipse IDE 1.0.0
Assume the following directory structure
{code}
.
├── ace.html.esp
├── ace.html.esp.dir
│ ├── .content.xml
{code}
where .content.xml contains
{code}
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:lastModifiedBy="admin"
jcr:mimeType="text/javascript"
jcr:primaryType="nt:resource"/>
</jcr:root>
{code}
Changes to the jcr:mimeType are not registered, since we don't descend down the
jcr:content node when updating file-like nodes.
--
This message was sent by Atlassian JIRA
(v6.2#6252)