You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:30:12 UTC

[sling-org-apache-sling-distribution-sample] 30/42: SLING-4054: adding package builder based on jcr packages

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

rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git

commit 13ab80304987da89fc74cdc95046827b2aacea00
Author: Marius Petria <mp...@apache.org>
AuthorDate: Fri Dec 5 14:40:03 2014 +0000

    SLING-4054: adding package builder based on jcr packages
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/sample@1643296 13f79535-47bb-0310-9956-ffa450edef68
---
 ...zation.impl.vlt.FileVaultDistributionPackageBuilderFactory-vlt.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install/org.apache.sling.distribution.serialization.impl.vlt.FileVaultDistributionPackageBuilderFactory-vlt.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install/org.apache.sling.distribution.serialization.impl.vlt.FileVaultDistributionPackageBuilderFactory-vlt.json
index e1743eb..931dc79 100644
--- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install/org.apache.sling.distribution.serialization.impl.vlt.FileVaultDistributionPackageBuilderFactory-vlt.json
+++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install/org.apache.sling.distribution.serialization.impl.vlt.FileVaultDistributionPackageBuilderFactory-vlt.json
@@ -1,4 +1,5 @@
 {
     "jcr:primaryType": "sling:OsgiConfig",
-    "name": "vlt"
+    "name": "vlt",
+    "type": "jcrvlt"
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.