You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/07 01:50:21 UTC

svn commit: r392124 - /struts/action/trunk/apps/examples/pom.xml

Author: mrdon
Date: Thu Apr  6 16:50:20 2006
New Revision: 392124

URL: http://svn.apache.org/viewcvs?rev=392124&view=rev
Log:
Adding extras as a dep

Modified:
    struts/action/trunk/apps/examples/pom.xml

Modified: struts/action/trunk/apps/examples/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/examples/pom.xml?rev=392124&r1=392123&r2=392124&view=diff
==============================================================================
--- struts/action/trunk/apps/examples/pom.xml (original)
+++ struts/action/trunk/apps/examples/pom.xml Thu Apr  6 16:50:20 2006
@@ -52,6 +52,11 @@
          <version>${pom.version}</version>
       </dependency>
       <dependency>
+         <groupId>${pom.groupId}</groupId>
+         <artifactId>struts-extras</artifactId>
+         <version>${pom.version}</version>
+      </dependency>
+      <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <version>2.3</version>
@@ -71,15 +76,6 @@
    
    <build>
      <finalName>${pom.artifactId}</finalName>
-     <resources>
-        <resource>
-           <directory>src/main/java</directory>
-           <targetPath>../${pom.artifactId}/WEB-INF/src/main/java</targetPath>
-           <includes>
-               <include>**/*.java</include>
-           </includes>
-        </resource>
-     </resources>   
   </build>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org