You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2010/07/06 00:55:36 UTC

svn commit: r960724 - in /openwebbeans/trunk/distribution: pom.xml src/assembly/dist-binary.xml

Author: struberg
Date: Mon Jul  5 22:55:35 2010
New Revision: 960724

URL: http://svn.apache.org/viewvc?rev=960724&view=rev
Log:
add missing binary modules

Modified:
    openwebbeans/trunk/distribution/pom.xml
    openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Modified: openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=960724&r1=960723&r2=960724&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Mon Jul  5 22:55:35 2010
@@ -136,6 +136,11 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>openwebbeans-ee</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openwebbeans-ee-common</artifactId>
             <version>${project.version}</version>
         </dependency>

Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=960724&r1=960723&r2=960724&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Mon Jul  5 22:55:35 2010
@@ -183,18 +183,15 @@ under the License.
         <dependencySet>
             <outputDirectory></outputDirectory>
             <includes>
-                <include>org.apache.openwebbeans:openwebbeans-impl</include>
+                <include>org.apache.openwebbeans:openwebbeans-impl:jar:${project.version}</include>
             </includes>
-            <excludes>
-                <exclude>org.apache.openwebbeans:openwebbeans-impl:jar:sources</exclude>
-            </excludes>
         </dependencySet>
 
         <dependencySet>
             <outputDirectory>api</outputDirectory>
             <includes>
-                <include>org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar:1.0</include>
-                <include>org.apache.geronimo.specs:geronimo-jcdi_1.0_spec:jar:1.0</include>
+                <include>org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar</include>
+                <include>org.apache.geronimo.specs:geronimo-jcdi_1.0_spec:jar</include>
             </includes>
         </dependencySet>
 
@@ -204,14 +201,19 @@ under the License.
                 <include>org.apache.openwebbeans:openwebbeans-ejb</include>
                 <include>org.apache.openwebbeans:openwebbeans-resource</include>
                 <include>org.apache.openwebbeans:openwebbeans-jsf</include>
+                <include>org.apache.openwebbeans:openwebbeans-jsf12</include>
                 <include>org.apache.openwebbeans:openwebbeans-jms</include>
+                <include>org.apache.openwebbeans:openwebbeans-ejb-common</include>
+                <include>org.apache.openwebbeans:openwebbeans-ee</include>
+                <include>org.apache.openwebbeans:openwebbeans-ee-common</include>
+                <include>org.apache.openwebbeans:openwebbeans-el10</include>
+                <include>org.apache.openwebbeans:openwebbeans-resource</include>
+                <include>org.apache.openwebbeans:openwebbeans-osgi</include>
+                <include>org.apache.openwebbeans:openwebbeans-web</include>
+                <include>org.apache.openwebbeans:openwebbeans-tomcat6</include>
+                <include>org.apache.openwebbeans:openwebbeans-tomcat7</include>
             </includes>
-            <excludes>
-                <exclude>org.apache.openwebbeans:openwebbeans-ejb:jar:sources</exclude>
-                <exclude>org.apache.openwebbeans:openwebbeans-resource:jar:sources</exclude>
-                <exclude>org.apache.openwebbeans:openwebbeans-jsf:jar:sources</exclude>
-                <exclude>org.apache.openwebbeans:openwebbeans-jms:jar:sources</exclude>
-            </excludes>
+
         </dependencySet>
 
         <dependencySet>