You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2012/11/14 12:07:17 UTC

svn commit: r1409152 - in /stanbol/trunk: commons/pom.xml launchers/bundlelists/authentication/src/main/bundles/list.xml

Author: reto
Date: Wed Nov 14 11:07:16 2012
New Revision: 1409152

URL: http://svn.apache.org/viewvc?rev=1409152&view=rev
Log:
STANBOL-721: added Felix WebConsole Security provide to bundlelist and parent pom

Modified:
    stanbol/trunk/commons/pom.xml
    stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml

Modified: stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1409152&r1=1409151&r2=1409152&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Wed Nov 14 11:07:16 2012
@@ -65,6 +65,7 @@
     <module>launchpad</module>
     <module>security/core</module>
     <module>security/authentication.basic</module>
+    <module>security/felixwebconsole</module>
     <module>caslight</module>
 
     <module>testing/jarexec</module>

Modified: stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml?rev=1409152&r1=1409151&r2=1409152&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml Wed Nov 14 11:07:16 2012
@@ -43,5 +43,10 @@
       <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
       <version>0.10.0-SNAPSHOT</version>
     </bundle>
+    <bundle>
+        <groupId>org.apache.stanbol</groupId>
+        <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
+        <version>0.10.0-SNAPSHOT</version>
+    </bundle>
   </startLevel>
 </bundles>
\ No newline at end of file