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/02 15:01:28 UTC

svn commit: r950550 - /myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml

Author: mfreedman
Date: Wed Jun  2 13:01:28 2010
New Revision: 950550

URL: http://svn.apache.org/viewvc?rev=950550&view=rev
Log:
Bring example assembly artifacts up to date

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

Modified: myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml?rev=950550&r1=950549&r2=950550&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/examples/assembly/pom.xml Wed Jun  2 13:01:28 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>