[seam-commits] Seam SVN: r12086 - in modules/remoting/trunk: dist and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 2 20:33:56 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-03-02 20:33:56 -0500 (Tue, 02 Mar 2010)
New Revision: 12086

Modified:
   modules/remoting/trunk/core/pom.xml
   modules/remoting/trunk/dist/pom.xml
   modules/remoting/trunk/dist/src/assemble/bin.xml
   modules/remoting/trunk/examples/helloworld/pom.xml
Log:
clean up build


Modified: modules/remoting/trunk/core/pom.xml
===================================================================
--- modules/remoting/trunk/core/pom.xml	2010-03-01 14:27:54 UTC (rev 12085)
+++ modules/remoting/trunk/core/pom.xml	2010-03-03 01:33:56 UTC (rev 12086)
@@ -3,8 +3,8 @@
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
-      <artifactId>seam-parent</artifactId>
-      <groupId>org.jboss.seam</groupId>
+      <artifactId>seam-remoting-parent</artifactId>
+      <groupId>org.jboss.seam.remoting</groupId>
       <version>3.0.0-SNAPSHOT</version>
    </parent>
 
@@ -30,16 +30,11 @@
       </repository>
    </repositories>
 
-   <properties>
-      <seam.version>3.0.0-SNAPSHOT</seam.version>
-   </properties>
-
    <dependencies>
 
       <dependency>
          <groupId>javax.el</groupId>
          <artifactId>el-api</artifactId>
-         <scope>provided</scope>
       </dependency>
 
       <dependency>
@@ -60,11 +55,11 @@
          <scope>provided</scope>
       </dependency>
 
-      <dependency>
+      <!--dependency>
          <groupId>org.jboss.ejb3</groupId>
          <artifactId>jboss-ejb3-api</artifactId>
          <scope>provided</scope>
-      </dependency>
+      </dependency-->
 
       <dependency>
          <groupId>javax.jms</groupId>

Modified: modules/remoting/trunk/dist/pom.xml
===================================================================
--- modules/remoting/trunk/dist/pom.xml	2010-03-01 14:27:54 UTC (rev 12085)
+++ modules/remoting/trunk/dist/pom.xml	2010-03-03 01:33:56 UTC (rev 12086)
@@ -13,14 +13,9 @@
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-dist</artifactId>
    <packaging>pom</packaging>
-   <version>3.0-SNAPSHOT</version>
+   <version>3.0.0-SNAPSHOT</version>
    <name>Seam Remoting Parent</name>
 
-   <modules>
-     <module>../core</module>
-     <module>../docs</module>
-   </modules>
-
    <!-- Snapshots repo to get parent -->
    <repositories>
       <repository>
@@ -51,10 +46,6 @@
       </plugins>
    </build>
 
-   <properties>
-      <seam.version>3.0.0-SNAPSHOT</seam.version>
-   </properties>
-
    <scm>
       <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/trunk</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/trunk</developerConnection>

Modified: modules/remoting/trunk/dist/src/assemble/bin.xml
===================================================================
--- modules/remoting/trunk/dist/src/assemble/bin.xml	2010-03-01 14:27:54 UTC (rev 12085)
+++ modules/remoting/trunk/dist/src/assemble/bin.xml	2010-03-03 01:33:56 UTC (rev 12086)
@@ -16,6 +16,7 @@
             <unpack>false</unpack>
          </binaries>
       </moduleSet>
+
       <moduleSet>
         <includes>
           <include>org.jboss.seam.remoting:seam-remoting-reference-guide</include>
@@ -25,5 +26,15 @@
           <unpack>true</unpack>
         </binaries>
       </moduleSet>
+
+      <moduleSet>
+        <includes>
+          <include>org.jboss.seam.remoting:seam-remoting-helloworld-example</include>
+        </includes>
+        <sources>
+          <outputDirectory>seam-remoting/examples/helloworld</outputDirectory>
+          <includeModuleDirectory>false</includeModuleDirectory>
+        </sources>
+     </moduleSet>
    </moduleSets>
 </assembly>

Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-01 14:27:54 UTC (rev 12085)
+++ modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-03 01:33:56 UTC (rev 12086)
@@ -9,9 +9,9 @@
    </parent>
    
    <groupId>org.jboss.seam.remoting</groupId>
-   <artifactId>seam-remoting-helloworld-example</artifactId>
+   <artifactId>remoting-helloworld-example</artifactId>
    <packaging>war</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>3.0.0-SNAPSHOT</version>
    <name>Seam Remoting Helloworld Example</name>
      
    <dependencies>
@@ -37,9 +37,9 @@
       </dependency>
   
       <dependency>
-         <groupId>org.jboss.seam</groupId>
-         <artifactId>seam-remoting</artifactId>
-         <version>3.0.0-SNAPSHOT</version>
+         <groupId>org.jboss.seam.remoting</groupId>
+         <artifactId>remoting-core</artifactId>
+         <version>${project.version}</version>
       </dependency>      
    </dependencies>
    



More information about the seam-commits mailing list