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 2018/04/05 11:03:56 UTC

[sling-ide-tooling] 10/14: SLING-5648 - Make Non-Eclipse Module regular Maven Packages

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

rombert pushed a commit to branch feature/intellij
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit cf5469409611ca2c25c1c1fe860e8145742dc394
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 3 17:23:23 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Actually include the javax.jcr classes in the vlt-wrapper module.
---
 shared/modules/vlt-wrapper/bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shared/modules/vlt-wrapper/bnd.bnd b/shared/modules/vlt-wrapper/bnd.bnd
index 61c8f7b..8982497 100644
--- a/shared/modules/vlt-wrapper/bnd.bnd
+++ b/shared/modules/vlt-wrapper/bnd.bnd
@@ -41,7 +41,8 @@
 -includeresource: guava-*.jar;lib:=true,\
     jackrabbit-*.jar;lib:=true, \
     vault-*;lib:=true, \
-    http*.jar;lib:=true
+    http*.jar;lib:=true, \
+    jcr-*.jar;lib:=true
 
 Import-Package: sun.misc;resolution:=optional, \
  org.apache.commons.codec;version="[1.3.0,2)", \

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.