You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/02 18:14:14 UTC

svn commit: r617836 - /myfaces/orchestra/trunk/examples/pom.xml

Author: skitching
Date: Sat Feb  2 09:14:13 2008
New Revision: 617836

URL: http://svn.apache.org/viewvc?rev=617836&view=rev
Log:
Fix site url, add project description.

Modified:
    myfaces/orchestra/trunk/examples/pom.xml

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=617836&r1=617835&r2=617836&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Sat Feb  2 09:14:13 2008
@@ -41,6 +41,10 @@
     <groupId>org.apache.myfaces.orchestra</groupId>
     <artifactId>myfaces-orchestra-examples-project</artifactId>
     <version>1.0-SNAPSHOT</version>
+    <description>
+      A webapp (warfile) which demonstrates the features of Orchestra, including basic
+      conversation management, and conversation-scoped persistence.
+    </description>
 
     <parent>
         <groupId>org.apache.myfaces.orchestra</groupId>
@@ -327,7 +331,7 @@
         <site>
             <id>apache-site</id>
             <name>Apache Website</name>
-            <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-examples</url>
+            <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-examples-project</url>
         </site>
     </distributionManagement>