Author: fmeschbe
Date: Fri Aug 20 09:32:34 2010
New Revision: 987434

URL: http://svn.apache.org/viewvc?rev=987434&view=rev
Log:
SLING-1370 Add Selector pseudo authentication handler to build reactor and 
bundle list

Modified:
    sling/trunk/launchpad/builder/src/main/bundles/list.xml
    sling/trunk/pom.xml

Modified: sling/trunk/launchpad/builder/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/src/main/bundles/list.xml?rev=987434&r1=987433&r2=987434&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/src/main/bundles/list.xml (original)
+++ sling/trunk/launchpad/builder/src/main/bundles/list.xml Fri Aug 20 09:32:34 
2010
@@ -70,6 +70,11 @@
         </bundle>
         <bundle>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.auth.selector</artifactId>
+            <version>0.9.0-SNAPSHOT</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.adapter</artifactId>
             <version>2.0.4</version>
         </bundle>

Modified: sling/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=987434&r1=987433&r2=987434&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Fri Aug 20 09:32:34 2010
@@ -92,6 +92,7 @@
         <module>bundles/auth/core</module>
         <module>bundles/auth/openid</module>
         <module>bundles/auth/form</module>
+        <module>bundles/auth/selector</module>
         
         <!-- The Sling Engine -->
         <module>bundles/engine</module>


Reply via email to