You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/07/25 02:47:34 UTC

svn commit: r224679 - in /portals/pluto/trunk/portal: maven.xml src/resources/server.xml

Author: ddewolf
Date: Sun Jul 24 17:47:30 2005
New Revision: 224679

URL: http://svn.apache.org/viewcvs?rev=224679&view=rev
Log:
Removing server.xml copy.

Removed:
    portals/pluto/trunk/portal/src/resources/server.xml
Modified:
    portals/pluto/trunk/portal/maven.xml

Modified: portals/pluto/trunk/portal/maven.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/portal/maven.xml?rev=224679&r1=224678&r2=224679&view=diff
==============================================================================
--- portals/pluto/trunk/portal/maven.xml (original)
+++ portals/pluto/trunk/portal/maven.xml Sun Jul 24 17:47:30 2005
@@ -128,8 +128,5 @@
         <copy file="${maven.tomcat.context.config}"
               todir="${maven.tomcat.home}/conf/Catalina/${maven.tomcat.host}"/>
 	</j:if>
-
-	<copy file="${maven.tomcat.server.config}"
-		  todir="${maven.tomcat.home}/conf"/>
   </goal>
 </project>