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

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

Author: wsmoak
Date: Thu Apr  6 18:52:51 2006
New Revision: 392155

URL: http://svn.apache.org/viewcvs?rev=392155&view=rev
Log:
Comment out the inclusion of sources in the webapps until problems can be resolved.

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

Modified: struts/action/trunk/apps/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/apps/pom.xml?rev=392155&r1=392154&r2=392155&view=diff
==============================================================================
--- struts/action/trunk/apps/pom.xml (original)
+++ struts/action/trunk/apps/pom.xml Thu Apr  6 18:52:51 2006
@@ -57,7 +57,7 @@
    <build>
      <resources>
         <!-- Include source code under WEB-INF/src for example apps -->
-        <resource>
+        <!--resource>
            <directory>src/main/java</directory>
            <targetPath>${basedir}/target/${pom.artifactId}/WEB-INF/src/main/java</targetPath>
            <includes>
@@ -65,7 +65,7 @@
               <include>**/*.properties</include>
               <include>**/*.xml</include>
            </includes>
-        </resource>
+        </resource-->
         <!-- Include resources under src/main/java in WEB-INF/classes -->
         <resource>
             <directory>src/main/java</directory>



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