Repository: aries-rsa
Updated Branches:
  refs/heads/master d5bfc3769 -> aafd325ea


Add missing eventadmin feature


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/722d81c4
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/722d81c4
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/722d81c4

Branch: refs/heads/master
Commit: 722d81c441fca588056e86c0c5de3f80c089d617
Parents: d5bfc37
Author: Christian Schneider <[email protected]>
Authored: Thu Feb 15 13:58:50 2018 +0100
Committer: Christian Schneider <[email protected]>
Committed: Thu Feb 15 13:58:50 2018 +0100

----------------------------------------------------------------------
 features/src/main/resources/features.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/722d81c4/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/features/src/main/resources/features.xml 
b/features/src/main/resources/features.xml
index 5a1e2fb..34b102a 100644
--- a/features/src/main/resources/features.xml
+++ b/features/src/main/resources/features.xml
@@ -3,14 +3,12 @@
 
     <feature name="aries-rsa-core" version="${project.version}">
         <feature>scr</feature>
+        <feature>eventadmin</feature>
         
<bundle>mvn:org.apache.aries.rsa/org.apache.aries.rsa.spi/${project.version}</bundle>
         
<bundle>mvn:org.apache.aries.rsa/org.apache.aries.rsa.core/${project.version}</bundle>
         
<bundle>mvn:org.apache.aries.rsa/org.apache.aries.rsa.topology-manager/${project.version}</bundle>
         
<bundle>mvn:org.apache.aries.rsa.discovery/org.apache.aries.rsa.discovery.command/${project.version}</bundle>
-        <conditional>
-            <condition>eventadmin</condition>
-            
<bundle>mvn:org.apache.aries.rsa/org.apache.aries.rsa.eapub/${project.version}</bundle>
-        </conditional>
+        
<bundle>mvn:org.apache.aries.rsa/org.apache.aries.rsa.eapub/${project.version}</bundle>
     </feature>
     
     <feature name="aries-rsa-provider-tcp" version="${project.version}">

Reply via email to