You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/04/24 23:02:25 UTC

svn commit: r396682 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: matzew
Date: Mon Apr 24 14:02:24 2006
New Revision: 396682

URL: http://svn.apache.org/viewcvs?rev=396682&view=rev
Log:
changed tomahawk example's pom (scope of myfaces-api now "runtime")

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

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/pom.xml?rev=396682&r1=396681&r2=396682&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Mon Apr 24 14:02:24 2006
@@ -36,7 +36,9 @@
       <groupId>myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.1</version>
-      <scope>provided</scope>
+      <!-- Tomahawk examples must only have runtime dependency to myfaces-api
+           so that it will be automatically added to war. -->
+      <scope>runtime</scope>      
     </dependency>
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>