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:11:30 UTC

svn commit: r396687 - in /myfaces/tomahawk/trunk: examples/pom.xml sandbox/examples/pom.xml

Author: matzew
Date: Mon Apr 24 14:11:28 2006
New Revision: 396687

URL: http://svn.apache.org/viewcvs?rev=396687&view=rev
Log:
fixed examples pom ...

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

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/pom.xml?rev=396687&r1=396686&r2=396687&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Mon Apr 24 14:11:28 2006
@@ -36,9 +36,6 @@
       <groupId>myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.1</version>
-      <!-- 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>

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=396687&r1=396686&r2=396687&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Mon Apr 24 14:11:28 2006
@@ -49,9 +49,6 @@
       <groupId>myfaces</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.1</version>
-      <!-- Sandbox 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>