You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by be...@apache.org on 2013/12/17 21:33:32 UTC

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

Author: bergmark
Date: Tue Dec 17 20:33:32 2013
New Revision: 1551688

URL: http://svn.apache.org/r1551688
Log:
OWB-918 Add openwebbeans-el22 to binary distribution

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=1551688&r1=1551687&r2=1551688&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Tue Dec 17 20:33:32 2013
@@ -147,6 +147,11 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
+            <artifactId>openwebbeans-el22</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
             <artifactId>openwebbeans-resource</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=1551688&r1=1551687&r2=1551688&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Tue Dec 17 20:33:32 2013
@@ -206,6 +206,7 @@ under the License.
                 <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-el22</include>
                 <include>org.apache.openwebbeans:openwebbeans-resource</include>
                 <include>org.apache.openwebbeans:openwebbeans-osgi</include>
                 <include>org.apache.openwebbeans:openwebbeans-web</include>