[gatein-commits] gatein SVN: r6091 - in components/wsrp/trunk: jcr-impl and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 18 07:35:16 EDT 2011


Author: chris.laprun at jboss.com
Date: 2011-03-18 07:35:16 -0400 (Fri, 18 Mar 2011)
New Revision: 6091

Modified:
   components/wsrp/trunk/hibernate-impl/pom.xml
   components/wsrp/trunk/jcr-impl/pom.xml
   components/wsrp/trunk/ws-security/jboss5/pom.xml
   components/wsrp/trunk/ws-security/pom.xml
   components/wsrp/trunk/ws-security/wss/pom.xml
Log:
- GTNWSRP-210: more cleaning up.
- Minor cosmetic change in names of modules.

Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml	2011-03-18 11:23:44 UTC (rev 6090)
+++ components/wsrp/trunk/hibernate-impl/pom.xml	2011-03-18 11:35:16 UTC (rev 6091)
@@ -22,7 +22,8 @@
   ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   -->
 
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
@@ -34,7 +35,7 @@
    <groupId>org.gatein.wsrp</groupId>
    <artifactId>wsrp-hibernate-impl</artifactId>
    <packaging>jar</packaging>
-   <name>GateIn WSRP Hibernate-based persistence implementation</name>
+   <name>GateIn WSRP Persistence: Hibernate</name>
 
    <dependencies>
       <dependency>
@@ -47,6 +48,7 @@
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-core</artifactId>
          <version>3.3.2.GA</version>
+         <scope>provided</scope>
       </dependency>
    </dependencies>
 

Modified: components/wsrp/trunk/jcr-impl/pom.xml
===================================================================
--- components/wsrp/trunk/jcr-impl/pom.xml	2011-03-18 11:23:44 UTC (rev 6090)
+++ components/wsrp/trunk/jcr-impl/pom.xml	2011-03-18 11:35:16 UTC (rev 6091)
@@ -32,7 +32,7 @@
    <modelVersion>4.0.0</modelVersion>
 
    <artifactId>wsrp-jcr-impl</artifactId>
-   <name>GateIn WSRP JCR-based persistence implementation</name>
+   <name>GateIn WSRP Persistence: JCR</name>
    <dependencies>
       <dependency>
          <groupId>org.gatein.wsrp</groupId>

Modified: components/wsrp/trunk/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/jboss5/pom.xml	2011-03-18 11:23:44 UTC (rev 6090)
+++ components/wsrp/trunk/ws-security/jboss5/pom.xml	2011-03-18 11:35:16 UTC (rev 6091)
@@ -31,7 +31,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wss-jboss5</artifactId>
    <packaging>jar</packaging>
-   <name>GateIn WSRP WS Security for JBoss 5</name>
+   <name>GateIn WSRP WS Security Integration: JBoss AS 5</name>
 
    <dependencies>
       <dependency>
@@ -55,14 +55,17 @@
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-api</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-portlet</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-federation</artifactId>
+         <scope>provided</scope>
       </dependency>
 
       <!--      <dependency>

Modified: components/wsrp/trunk/ws-security/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/pom.xml	2011-03-18 11:23:44 UTC (rev 6090)
+++ components/wsrp/trunk/ws-security/pom.xml	2011-03-18 11:35:16 UTC (rev 6091)
@@ -25,8 +25,6 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
 
-   <name>GateIn WSRP WS Security Integration</name>
-
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
@@ -36,6 +34,7 @@
    <artifactId>wsrp-wss-parent</artifactId>
    <packaging>pom</packaging>
 
+   <name>GateIn WSRP WS Security Integration</name>
    <description>GateIn WSRP Integration extension parent</description>
    <modules>
       <module>wss</module>

Modified: components/wsrp/trunk/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/trunk/ws-security/wss/pom.xml	2011-03-18 11:23:44 UTC (rev 6090)
+++ components/wsrp/trunk/ws-security/wss/pom.xml	2011-03-18 11:35:16 UTC (rev 6091)
@@ -31,7 +31,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wss</artifactId>
    <packaging>jar</packaging>
-   <name>GateIn WSRP WS Security</name>
+   <name>GateIn WSRP WS Security Integration: Base</name>
 
    <dependencies>
       <dependency>
@@ -55,14 +55,17 @@
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-api</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-portlet</artifactId>
+         <scope>provided</scope>
       </dependency>
       <dependency>
          <groupId>org.gatein.pc</groupId>
          <artifactId>pc-federation</artifactId>
+         <scope>provided</scope>
       </dependency>
 
       <!--      <dependency>



More information about the gatein-commits mailing list