You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/27 23:36:29 UTC

svn commit: r542040 - in /myfaces/trinidad/branches/faces-1_2-070522/trinidad: trinidad-demo/pom.xml trinidad-examples/trinidad-demo/pom.xml

Author: baranda
Date: Sun May 27 14:36:29 2007
New Revision: 542040

URL: http://svn.apache.org/viewvc?view=rev&rev=542040
Log:
Added jetty config to the demo

Modified:
    myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-demo/pom.xml
    myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-demo/pom.xml?view=diff&rev=542040&r1=542039&r2=542040
==============================================================================
--- myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-demo/pom.xml Sun May 27 14:36:29 2007
@@ -94,6 +94,22 @@
   </dependencies>
 
   <profiles>
+    <profile>
+       <id>jettyConfig</id>
+       <build>
+         <plugins>
+           <plugin>
+             <groupId>org.mortbay.jetty</groupId>
+             <artifactId>maven-jetty-plugin</artifactId>
+             <version>6.1.2rc0</version>
+             <configuration>
+               <scanIntervalSeconds>10</scanIntervalSeconds>
+             </configuration>
+           </plugin>
+        </plugins>
+      </build>
+    </profile>
+      
     <!-- By default the war examples use myfaces! :) -->
     <profile>
       <id>myfaces</id>
@@ -107,17 +123,16 @@
         <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-api</artifactId>
-          <scope>provided</scope>
+          <scope>compile</scope>
         </dependency>
 
-
         <dependency>
           <groupId>org.apache.myfaces.core</groupId>
           <artifactId>myfaces-impl</artifactId>
-          <scope>provided</scope>
+          <scope>runtime</scope>
         </dependency>
       </dependencies>
-      
+
       <properties>
         <jsf_implementation>MyFaces</jsf_implementation>
       </properties>
@@ -136,30 +151,12 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.1_02</version>
-          <scope>provided</scope>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.1_02</version>
-          <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>jstl</groupId>
-          <artifactId>jstl</artifactId>
-          <version>1.1.0</version>
-          <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-          <groupId>commons-digester</groupId>
-          <artifactId>commons-digester</artifactId>
-          <version>1.5</version>
           <scope>runtime</scope>
         </dependency>
-
       </dependencies>
 
       <repositories>

Modified: myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-examples/trinidad-demo/pom.xml?view=diff&rev=542040&r1=542039&r2=542040
==============================================================================
--- myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/faces-1_2-070522/trinidad/trinidad-examples/trinidad-demo/pom.xml Sun May 27 14:36:29 2007
@@ -137,7 +137,7 @@
       </build>
     </profile>
 
-        <!-- By default the war examples use myfaces! :) -->
+    <!-- By default the war examples use myfaces! :) -->
     <profile>
       <id>myfaces</id>
       <activation>