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/12/14 14:47:28 UTC

svn commit: r1421861 - in /stanbol/trunk: commons/security/core/ commons/security/usermanagement/ launchers/bundlelists/ launchers/bundlelists/authentication/ launchers/bundlelists/security/ launchers/bundlelists/security/src/main/bundles/ launchers/fu...

Author: reto
Date: Fri Dec 14 13:47:26 2012
New Revision: 1421861

URL: http://svn.apache.org/viewvc?rev=1421861&view=rev
Log:
STANBOL-843: seome renaming for increased consistency

Added:
    stanbol/trunk/launchers/bundlelists/security/
      - copied from r1420374, stanbol/trunk/launchers/bundlelists/authentication/
Removed:
    stanbol/trunk/launchers/bundlelists/authentication/
Modified:
    stanbol/trunk/commons/security/core/pom.xml
    stanbol/trunk/commons/security/usermanagement/pom.xml
    stanbol/trunk/launchers/bundlelists/pom.xml
    stanbol/trunk/launchers/bundlelists/security/pom.xml
    stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full/pom.xml

Modified: stanbol/trunk/commons/security/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/core/pom.xml?rev=1421861&r1=1421860&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/commons/security/core/pom.xml (original)
+++ stanbol/trunk/commons/security/core/pom.xml Fri Dec 14 13:47:26 2012
@@ -30,7 +30,7 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.commons.security</artifactId>
+  <artifactId>org.apache.stanbol.commons.security.core</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 

Modified: stanbol/trunk/commons/security/usermanagement/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/security/usermanagement/pom.xml?rev=1421861&r1=1421860&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/commons/security/usermanagement/pom.xml (original)
+++ stanbol/trunk/commons/security/usermanagement/pom.xml Fri Dec 14 13:47:26 2012
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.commons.usermanagement</artifactId>
+  <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1421861&r1=1421860&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Fri Dec 14 13:47:26 2012
@@ -77,7 +77,7 @@
     <module>rules</module>
 
     <!-- Specific features -->
-    <module>authentication</module>
+    <module>security</module>
     <module>zzshell</module>
   </modules>
 

Modified: stanbol/trunk/launchers/bundlelists/security/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/security/pom.xml?rev=1421861&r1=1420374&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/security/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/security/pom.xml Fri Dec 14 13:47:26 2012
@@ -26,19 +26,19 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Bundlelist for Authentication</name>
-  <description>This is a Maven project which produces the partial list containing the bundles related to Authentication.</description>
+  <name>Apache Stanbol Bundlelist for Security</name>
+  <description>This is a Maven project which produces the partial list containing the bundles related to Security.</description>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/authentication
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/security
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/authentication
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/security
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml?rev=1421861&r1=1420374&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/security/src/main/bundles/list.xml Fri Dec 14 13:47:26 2012
@@ -35,7 +35,7 @@
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.security</artifactId>
+      <artifactId>org.apache.stanbol.commons.security.core</artifactId>
       <version>0.10.0-SNAPSHOT</version>
     </bundle>
     <bundle>
@@ -50,7 +50,7 @@
     </bundle>
     <bundle>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.commons.usermanagement</artifactId>
+        <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
         <version>0.10.0-SNAPSHOT</version>
     </bundle>
   </startLevel>

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1421861&r1=1421860&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Fri Dec 14 13:47:26 2012
@@ -135,10 +135,10 @@
       <version>0.10.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>
-    <!-- Authentication Support-->
+    <!-- Security Support-->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId>
       <version>0.10.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1421861&r1=1421860&r2=1421861&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Fri Dec 14 13:47:26 2012
@@ -166,10 +166,10 @@
       <scope>provided</scope>
     </dependency>
 
-    <!-- Authentication Support-->
+    <!-- Security Support-->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.launchers.bundlelists.authentication</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId>
       <version>0.10.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>