Author: jmitchell
Date: Thu Oct 27 05:36:28 2005
New Revision: 328866

URL: http://svn.apache.org/viewcvs?rev=328866&view=rev
Log:
Per discussion on dev list, move 'shared' to 'mailreader' and 'dao' to 
mailreader-dao.

Added:
    struts/apps/trunk/mailreader/
      - copied from r328860, struts/apps/trunk/shared/
    struts/apps/trunk/mailreader-dao/
      - copied from r328860, struts/apps/trunk/dao/
    struts/apps/trunk/mailreader-dao/project.xml
      - copied unchanged from r328865, struts/apps/trunk/dao/project.xml
    struts/apps/trunk/mailreader-dao/src/
      - copied from r328865, struts/apps/trunk/dao/src/
    struts/apps/trunk/mailreader/maven.xml
      - copied unchanged from r328865, struts/apps/trunk/shared/maven.xml
    struts/apps/trunk/mailreader/project.xml
      - copied unchanged from r328865, struts/apps/trunk/shared/project.xml
    struts/apps/trunk/mailreader/src/
      - copied from r328865, struts/apps/trunk/shared/src/
Removed:
    struts/apps/trunk/dao/
    struts/apps/trunk/shared/
Modified:
    struts/apps/trunk/maven.xml

Modified: struts/apps/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/maven.xml?rev=328866&r1=328865&r2=328866&view=diff
==============================================================================
--- struts/apps/trunk/maven.xml (original)
+++ struts/apps/trunk/maven.xml Thu Oct 27 05:36:28 2005
@@ -41,34 +41,6 @@
        <echo>maven.test.dest    = ${maven.test.dest}</echo>
     </preGoal>
 
-       <postGoal name="war:webapp">
-      <!-- copy config files from core -->
-               <ant:available file="${core.conf.share.dir}" 
property="core.share.available" />
-      <j:choose>
-        <j:when test="${core.share.available}">
-          <ant:copy todir="${maven.war.webapp.dir}/WEB-INF" overwrite="false">
-              <ant:fileset dir="${core.conf.share.dir}"
-                  includes="*.xml">
-              </ant:fileset>
-          </ant:copy>
-                 </j:when>
-                 <j:otherwise>
-                   <ant:echo>WARNING: ${core.conf.share.dir} not available; 
some XML config files will not be copied.</ant:echo>
-                 </j:otherwise>
-      </j:choose>
-               
-         <j:if test="${pom.name.indexOf('mailreader-') != '-1'}">
-          <j:if test="${pom.name.indexOf('dao') == '-1'}">
-               <ant:copy todir="${maven.war.webapp.dir}" overwrite="false">
-                       <ant:fileset dir="${shared.war.dir}"
-                               excludes="**/.svn/**, maven.xml, project.xml">
-                       </ant:fileset>
-               </ant:copy>
-          </j:if>
-         </j:if>
-         
-       </postGoal>
-       
        <goal name="copy-distribution">
           <!-- override -->
        </goal>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to