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:05:08 UTC

svn commit: r617832 - /myfaces/orchestra/trunk/sandbox/pom.xml

Author: skitching
Date: Sat Feb  2 09:05:07 2008
New Revision: 617832

URL: http://svn.apache.org/viewvc?rev=617832&view=rev
Log:
Add project description

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

Modified: myfaces/orchestra/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/sandbox/pom.xml?rev=617832&r1=617831&r2=617832&view=diff
==============================================================================
--- myfaces/orchestra/trunk/sandbox/pom.xml (original)
+++ myfaces/orchestra/trunk/sandbox/pom.xml Sat Feb  2 09:05:07 2008
@@ -26,6 +26,10 @@
   <packaging>jar</packaging>
   <name>MyFaces Orchestra Sandbox</name>
   <version>1.0-SNAPSHOT</version>
+  <description>
+    The Orchestra Sandbox contains experimental code that may eventually become
+    part of the main Orchestra releases.
+  </description>
 
   <parent>
     <groupId>org.apache.myfaces.orchestra</groupId>