You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/09/16 14:48:33 UTC

[sling-scriptingbundle-maven-plugin] branch issue/SLING-10808 updated (74e6194 -> 24d6b83)

This is an automated email from the ASF dual-hosted git repository.

radu pushed a change to branch issue/SLING-10808
in repository https://gitbox.apache.org/repos/asf/sling-scriptingbundle-maven-plugin.git.


    from 74e6194  Merge branch 'master' into issue/SLING-10808
     add 24d6b83  SLING-10808 - Generate scripting capabilities from Jackrabbit FileVault content packages

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 12 +++++
 .../plugin/processor/Constants.java                |  4 +-
 .../plugin/processor/FileProcessor.java            |  9 ++--
 .../processor/ResourceTypeFolderAnalyser.java      |  2 +-
 .../processor/ResourceTypeFolderPredicate.java     |  2 +-
 .../processor/filevault/VaultContentXmlReader.java | 59 +++++++++++++++++-----
 .../scriptingbundle/plugin/AbstractPluginTest.java |  9 ++--
 .../filevault/VaultContentXmlReaderTest.java       | 42 +++++++++++++--
 .../jcr_root/apps/my-scripts/image/.content.xml    |  4 +-
 .../apps/my-scripts/{image => teaser}/.content.xml |  7 ++-
 .../jcr_root/apps/my-scripts/teaser/teaser.html}   |  0
 .../multiple-resource-super-type.xml}              |  6 +--
 .../not-a-docview.xml}                             |  3 ++
 .../single-value-required-resource-types.xml}      |  6 +--
 14 files changed, 125 insertions(+), 40 deletions(-)
 copy src/test/resources/filevault-1/src/main/content/jcr_root/apps/my-scripts/{image => teaser}/.content.xml (83%)
 copy src/test/resources/{project-4/src/main/scripts/apps/components/test/test.html => filevault-1/src/main/content/jcr_root/apps/my-scripts/teaser/teaser.html} (100%)
 copy src/test/resources/{filevault-1/src/main/content/jcr_root/apps/my-scripts/image/.content.xml => filevault-docview-examples/multiple-resource-super-type.xml} (89%)
 copy src/test/resources/{project-1/src/main/scripts/org.apache.sling.foobar/1.0.0/depth1/200.html => filevault-docview-examples/not-a-docview.xml} (81%)
 copy src/test/resources/{filevault-1/src/main/content/jcr_root/apps/my-scripts/image/.content.xml => filevault-docview-examples/single-value-required-resource-types.xml} (87%)