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 2007/08/14 13:45:57 UTC

svn commit: r565716 - /myfaces/orchestra/trunk/core15/pom.xml

Author: skitching
Date: Tue Aug 14 04:45:56 2007
New Revision: 565716

URL: http://svn.apache.org/viewvc?view=rev&rev=565716
Log:
Add comment re dependency on tomahawk.

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

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?view=diff&rev=565716&r1=565715&r2=565716
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Tue Aug 14 04:45:56 2007
@@ -73,6 +73,7 @@
 			<scope>provided</scope>
 		</dependency>
 
+        <!-- The dynaform gui builder class requires tomahawk. -->
 		<dependency>
 			<groupId>org.apache.myfaces.tomahawk</groupId>
 			<artifactId>tomahawk-sandbox</artifactId>