You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/08/02 18:54:16 UTC

svn commit: r428050 - in /struts/struts2/trunk/apps: blank/pom.xml mailreader/pom.xml shopping-cart/pom.xml showcase/pom.xml showcase/quickstart.xml starter/pom.xml

Author: plightbo
Date: Wed Aug  2 09:54:15 2006
New Revision: 428050

URL: http://svn.apache.org/viewvc?rev=428050&view=rev
Log:
- renaming jetty back to jetty6, even though jetty6 is deprecated. that is because the jetty plugin has major issues that cause it to completely not work (has to do with dependency mismatch problems).
- adding additional classpath to quickstart.

Modified:
    struts/struts2/trunk/apps/blank/pom.xml
    struts/struts2/trunk/apps/mailreader/pom.xml
    struts/struts2/trunk/apps/shopping-cart/pom.xml
    struts/struts2/trunk/apps/showcase/pom.xml
    struts/struts2/trunk/apps/showcase/quickstart.xml
    struts/struts2/trunk/apps/starter/pom.xml

Modified: struts/struts2/trunk/apps/blank/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/blank/pom.xml (original)
+++ struts/struts2/trunk/apps/blank/pom.xml Wed Aug  2 09:54:15 2006
@@ -26,7 +26,7 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
+                <artifactId>maven-jetty6-plugin</artifactId>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>

Modified: struts/struts2/trunk/apps/mailreader/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/mailreader/pom.xml (original)
+++ struts/struts2/trunk/apps/mailreader/pom.xml Wed Aug  2 09:54:15 2006
@@ -42,7 +42,7 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
+                <artifactId>maven-jetty6-plugin</artifactId>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>

Modified: struts/struts2/trunk/apps/shopping-cart/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/shopping-cart/pom.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/shopping-cart/pom.xml (original)
+++ struts/struts2/trunk/apps/shopping-cart/pom.xml Wed Aug  2 09:54:15 2006
@@ -40,7 +40,7 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
+                <artifactId>maven-jetty6-plugin</artifactId>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Wed Aug  2 09:54:15 2006
@@ -68,7 +68,7 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
+                <artifactId>maven-jetty6-plugin</artifactId>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>

Modified: struts/struts2/trunk/apps/showcase/quickstart.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/quickstart.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/quickstart.xml (original)
+++ struts/struts2/trunk/apps/showcase/quickstart.xml Wed Aug  2 09:54:15 2006
@@ -45,6 +45,7 @@
     -->
     <classDirs>
         <dir>src/main/resources</dir>
+        <dir>target/classes</dir>
         <dir>../../core/target/classes</dir>
         <dir>../../extras/target/classes</dir>
     </classDirs>

Modified: struts/struts2/trunk/apps/starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/starter/pom.xml?rev=428050&r1=428049&r2=428050&view=diff
==============================================================================
--- struts/struts2/trunk/apps/starter/pom.xml (original)
+++ struts/struts2/trunk/apps/starter/pom.xml Wed Aug  2 09:54:15 2006
@@ -26,7 +26,7 @@
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
+                <artifactId>maven-jetty6-plugin</artifactId>
                 <configuration>
                     <scanIntervalSeconds>10</scanIntervalSeconds>
                 </configuration>