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:57 UTC

[sling-ide-tooling] 11/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 f74cc26c5528579ef29c1b8994c64745be488137
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 3 17:23:23 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Make the impl-vlt bundle a singleton, otherwise Eclipse does not
    parse the extension points.
---
 shared/modules/impl-vlt/bnd.bnd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shared/modules/impl-vlt/bnd.bnd b/shared/modules/impl-vlt/bnd.bnd
index ced3679..0aff61c 100644
--- a/shared/modules/impl-vlt/bnd.bnd
+++ b/shared/modules/impl-vlt/bnd.bnd
@@ -1,2 +1,3 @@
 -exportcontents: ${packages;VERSIONED}
--includeresource: plugin.xml, .options
\ No newline at end of file
+-includeresource: plugin.xml, .options
+Bundle-SymbolicName: org.apache.sling.ide.impl-vlt;singleton:=true

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