You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/03/11 09:05:47 UTC

[sling-whiteboard] branch master updated (68996d7 -> 4a9bc41)

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

simonetripodi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.


    from 68996d7  [cp2fm] handled run modes configurations, the tool will create aux feature model files for each runmode
     new c51efa1  [cp2fm] detected and managed different run modes
     new fa05886  [cp2fm] added runmode aware folders tests
     new 4a9bc41  [cp2fm] added runmode aware folders handling on bundles

The 657 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ContentPackage2FeatureModelConverter.java      |  70 ++++++++++++++-------
 .../AbstractConfigurationEntryHandler.java         |  13 ++--
 .../sling/cp2fm/handlers/BundleEntryHandler.java   |  15 ++---
 .../ContentPackage2FeatureModelConverterTest.java} |   8 +--
 .../cp2fm/handlers/BundleEntryHandlerTest.java     |  44 ++++++++-----
 .../handlers/ConfigurationEntryHandlerTest.java    |   7 ++-
 ...ceusermapping.impl.ServiceUserMapperImpl.config |   0
 ...ceusermapping.impl.ServiceUserMapperImpl.config |   0
 .../apps/asd/install.author}/test-framework.jar    | Bin
 .../apps/asd/install.publish}/test-framework.jar   | Bin
 .../apps/asd/install}/test-framework.jar           | Bin
 11 files changed, 102 insertions(+), 55 deletions(-)
 copy content-package-2-feature-model/src/{main/java/org/apache/sling/cp2fm/package-info.java => test/java/org/apache/sling/cp2fm/ContentPackage2FeatureModelConverterTest.java} (91%)
 copy content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/handlers/jcr_root/apps/asd/{config => config.author}/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.config (100%)
 copy content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/handlers/jcr_root/apps/asd/{config => config.publish}/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.config (100%)
 copy content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/handlers/{ => jcr_root/apps/asd/install.author}/test-framework.jar (100%)
 copy content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/handlers/{ => jcr_root/apps/asd/install.publish}/test-framework.jar (100%)
 rename content-package-2-feature-model/src/test/resources/org/apache/sling/cp2fm/handlers/{ => jcr_root/apps/asd/install}/test-framework.jar (100%)