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 2016/08/29 13:35:16 UTC

svn commit: r1758222 - in /openwebbeans/trunk: distribution/pom.xml distribution/src/assembly/dist-binary.xml pom.xml samples/conversation-sample/pom.xml webbeans-jsf12/

Author: struberg
Date: Mon Aug 29 13:35:16 2016
New Revision: 1758222

URL: http://svn.apache.org/viewvc?rev=1758222&view=rev
Log:
OWB-1144 Drop JSF-1.2 module for OWB-1.7.x

Removed:
    openwebbeans/trunk/webbeans-jsf12/
Modified:
    openwebbeans/trunk/distribution/pom.xml
    openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/samples/conversation-sample/pom.xml

Modified: openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=1758222&r1=1758221&r2=1758222&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Mon Aug 29 13:35:16 2016
@@ -161,7 +161,7 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>openwebbeans-jsf12</artifactId>
+            <artifactId>openwebbeans-jsf</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
@@ -185,11 +185,6 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>openwebbeans-el10</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>openwebbeans-el22</artifactId>
             <version>${project.version}</version>

Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=1758222&r1=1758221&r2=1758222&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Mon Aug 29 13:35:16 2016
@@ -93,7 +93,6 @@ under the License.
             <includes>
                 <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</include>
                 <include>org.apache.openwebbeans:openwebbeans-ee</include>

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1758222&r1=1758221&r2=1758222&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Mon Aug 29 13:35:16 2016
@@ -488,7 +488,6 @@
         <module>webbeans-tomcat7</module>
         <module>webbeans-jms</module>       
         <module>webbeans-jsf</module>
-        <module>webbeans-jsf12</module>
         <module>webbeans-el10</module>
         <module>webbeans-el22</module>		
         <module>webbeans-resource</module>

Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=1758222&r1=1758221&r2=1758222&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Mon Aug 29 13:35:16 2016
@@ -53,14 +53,14 @@ under the License.
         <!-- JSF Plugin -->
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-jsf12</artifactId>
+            <artifactId>openwebbeans-jsf</artifactId>
             <version>${project.version}</version>
         </dependency>
 
         <!-- EL Plugin -->
         <dependency>
             <groupId>org.apache.openwebbeans</groupId>
-            <artifactId>openwebbeans-el10</artifactId>
+            <artifactId>openwebbeans-el22</artifactId>
             <version>${project.version}</version>
         </dependency>