[jboss-svn-commits] JBoss PortletSwap SVN: r150 - in portlets/src/framework/SeamBookingPortlet/web: src/main/webapp/WEB-INF/lib and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 12 16:31:28 EST 2007


Author: wesleyhales
Date: 2007-11-12 16:31:27 -0500 (Mon, 12 Nov 2007)
New Revision: 150

Added:
   portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-api-1.0.0-SNAPSHOT.jar
   portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-impl-1.0.0-SNAPSHOT.jar
Modified:
   portlets/src/framework/SeamBookingPortlet/web/pom.xml
Log:
temporarily add portlet-bridge to lib

Modified: portlets/src/framework/SeamBookingPortlet/web/pom.xml
===================================================================
--- portlets/src/framework/SeamBookingPortlet/web/pom.xml	2007-11-12 21:07:59 UTC (rev 149)
+++ portlets/src/framework/SeamBookingPortlet/web/pom.xml	2007-11-12 21:31:27 UTC (rev 150)
@@ -302,7 +302,9 @@
          </exclusions>
       </dependency>-->
 
-      <dependency>
+
+      <!--These are temporarily included in lib folder-->
+      <!--<dependency>
           <groupId>org.apache.myfaces.portlet-bridge</groupId>
           <artifactId>jsf-portlet-bridge-impl</artifactId>
           <version>1.0.0-SNAPSHOT</version>
@@ -311,10 +313,6 @@
                <groupId>org.apache.myfaces.core</groupId>
                <artifactId>myfaces-api</artifactId>
             </exclusion>
-             <!--<exclusion>
-               <groupId>org.apache.myfaces.portlet-bridge</groupId>
-               <artifactId>jsf-portlet-bridge-api</artifactId>
-            </exclusion>-->
           </exclusions>
        </dependency>
 
@@ -329,7 +327,7 @@
             </exclusion>
           </exclusions>
        </dependency>
-
+-->
       <dependency>
          <groupId>commons-lang</groupId>
          <artifactId>commons-lang</artifactId>

Added: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-api-1.0.0-SNAPSHOT.jar
===================================================================
(Binary files differ)


Property changes on: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-api-1.0.0-SNAPSHOT.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-impl-1.0.0-SNAPSHOT.jar
===================================================================
(Binary files differ)


Property changes on: portlets/src/framework/SeamBookingPortlet/web/src/main/webapp/WEB-INF/lib/jsf-portlet-bridge-impl-1.0.0-SNAPSHOT.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-svn-commits mailing list