You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/06/03 14:01:48 UTC

svn commit: r950972 - /myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml

Author: mfreedman
Date: Thu Jun  3 12:01:48 2010
New Revision: 950972

URL: http://svn.apache.org/viewvc?rev=950972&view=rev
Log:
Bring list of sample apps up to date

Modified:
    myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml

Modified: myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml?rev=950972&r1=950971&r2=950972&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml (original)
+++ myfaces/portlet-bridge/core/tags/1.0.0/examples/assembly/pom.xml Thu Jun  3 12:01:48 2010
@@ -83,13 +83,43 @@
                   <artifactItems>
                     <artifactItem>
                       <groupId>${project.groupId}</groupId>
-                      <artifactId>portlet-bridge-demo</artifactId>
+                      <artifactId>portlet-bridge-blank</artifactId>
                       <version>${project.version}</version>
                       <type>war</type>
                     </artifactItem>
                     <artifactItem>
                       <groupId>${project.groupId}</groupId>
-                      <artifactId>portlet-bridge-blank</artifactId>
+                      <artifactId>portlet-bridge-helloDuke</artifactId>
+                      <version>${project.version}</version>
+                      <type>war</type>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp</artifactId>
+                      <version>${project.version}</version>
+                      <type>war</type>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-facelets-guess</artifactId>
+                      <version>${project.version}</version>
+                      <type>war</type>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-carstore</artifactId>
+                      <version>${project.version}</version>
+                      <type>war</type>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp-mojarraFilter</artifactId>
+                      <version>${project.version}</version>
+                      <type>war</type>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp-myFacesFilter</artifactId>
                       <version>${project.version}</version>
                       <type>war</type>
                     </artifactItem>
@@ -113,7 +143,37 @@
                     </artifactItem>
                     <artifactItem>
                       <groupId>${project.groupId}</groupId>
-                      <artifactId>portlet-bridge-demo</artifactId>
+                      <artifactId>portlet-bridge-helloDuke</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-facelets-guess</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-carstore</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp-mojarraFilter</artifactId>
+                      <version>${project.version}</version>
+                      <classifier>sources</classifier>
+                    </artifactItem>
+                    <artifactItem>
+                      <groupId>${project.groupId}</groupId>
+                      <artifactId>portlet-bridge-guessNumber-jsp-myFacesFilter</artifactId>
                       <version>${project.version}</version>
                       <classifier>sources</classifier>
                     </artifactItem>