Author: rwesten
Date: Mon Sep 10 17:54:19 2012
New Revision: 1383002

URL: http://svn.apache.org/viewvc?rev=1383002&view=rev
Log:
STANBOL-721: Moved the dependencies needed for authentication to an own partial 
bundlelist. Currently used by the full and full-war launcher

Added:
    incubator/stanbol/trunk/launchers/bundlelists/authentication/   (with props)
    incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml   
(with props)
    incubator/stanbol/trunk/launchers/bundlelists/authentication/src/
    incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/
    
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/
    
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
   (with props)
Modified:
    
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/full-war/pom.xml
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/pom.xml

Propchange: incubator/stanbol/trunk/launchers/bundlelists/authentication/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 10 17:54:19 2012
@@ -0,0 +1,3 @@
+.settings
+
+.project

Added: incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml?rev=1383002&view=auto
==============================================================================
--- incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml (added)
+++ incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml Mon 
Sep 10 17:54:19 2012
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>2-incubating-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  
<artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+  <version>0.10.0-incubating-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Launchers Authentication Bundle List </name>
+  <description>This is a Maven project which produces the partial list 
containing the bundles related to Authentication.</description>
+
+  <scm>
+    <connection>
+      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/bundlelists/authentication
+    </connection>
+    <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/bundlelists/authentication
+    </developerConnection>
+    <url>http://incubator.apache.org/stanbol/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: incubator/stanbol/trunk/launchers/bundlelists/authentication/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml?rev=1383002&view=auto
==============================================================================
--- 
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
 (added)
+++ 
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
 Mon Sep 10 17:54:19 2012
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<bundles>
+  <!-- authentication -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>platform.config</artifactId>
+      <version>0.3-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>permissiondescriptions</artifactId>
+      <version>0.1-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>platform</artifactId>
+      <version>0.1-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.security</artifactId>
+      <version>0.10.0-incubating-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
+      <version>0.10.0-incubating-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>
\ No newline at end of file

Propchange: 
incubator/stanbol/trunk/launchers/bundlelists/authentication/src/main/bundles/list.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1383002&r1=1383001&r2=1383002&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
 (original)
+++ 
incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
 Mon Sep 10 17:54:19 2012
@@ -293,35 +293,6 @@
     </bundle>
   </startLevel>
 
-  <!-- authentication -->
-  <startLevel level="27">
-    <bundle>
-      <groupId>org.apache.clerezza</groupId>
-      <artifactId>platform.config</artifactId>
-      <version>0.3-incubating</version>
-    </bundle>
-    <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>permissiondescriptions</artifactId>
-                       <version>0.1-incubating</version>
-               </bundle>
-    <bundle>
-                       <groupId>org.apache.clerezza</groupId>
-                       <artifactId>platform</artifactId>
-                       <version>0.1-incubating</version>
-               </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.security</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
-    </bundle>
-    <bundle>
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-      <version>0.10.0-incubating-SNAPSHOT</version>
-    </bundle>
-  </startLevel>
-
   <!-- Stanbol Commons -->
   <startLevel level="27">
     <!-- Allows to run Stanbol in offline mode -->

Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1383002&r1=1383001&r2=1383002&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Mon Sep 10 17:54:19 2012
@@ -135,6 +135,14 @@
       <version>0.10.0-incubating-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>
+    <!-- Authentication Support-->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+      <version>0.10.0-incubating-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- Stanbol CMS Adapter Bundle List -->
     <dependency>

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1383002&r1=1383001&r2=1383002&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Mon Sep 10 17:54:19 2012
@@ -165,6 +165,15 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
+
+    <!-- Authentication Support-->
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      
<artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+      <version>0.10.0-incubating-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
     
     <!-- zz> Shell Bundle List --> 
     <dependency>

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1383002&r1=1383001&r2=1383002&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Sep 10 17:54:19 2012
@@ -85,6 +85,7 @@
 
     <module>launchers/bundlelists/osgiframework</module>
     <module>launchers/bundlelists/stanbolcommons</module>
+    <module>launchers/bundlelists/authentication</module>
     <module>launchers/bundlelists/zzshell</module>
     <module>launchers/full</module>
     <module>integration-tests</module>


Reply via email to