You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/04/17 17:49:45 UTC

svn commit: r529650 - /activemq/camel/trunk/camel-jpa/pom.xml

Author: chirino
Date: Tue Apr 17 08:49:44 2007
New Revision: 529650

URL: http://svn.apache.org/viewvc?view=rev&rev=529650
Log:
Force copy overwrite, on windows the copy was not being done every time for some reason.

Modified:
    activemq/camel/trunk/camel-jpa/pom.xml

Modified: activemq/camel/trunk/camel-jpa/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-jpa/pom.xml?view=diff&rev=529650&r1=529649&r2=529650
==============================================================================
--- activemq/camel/trunk/camel-jpa/pom.xml (original)
+++ activemq/camel/trunk/camel-jpa/pom.xml Tue Apr 17 08:49:44 2007
@@ -116,7 +116,7 @@
                     <include name="org/apache/camel/examples/*.class"/>
                   </fileset>
                 </openjpac>
-                <copy todir="${basedir}/target/test-classes">
+                <copy overwrite="true" todir="${basedir}/target/test-classes">
                   <fileset dir="${basedir}/target/jpa-classes"/>
                 </copy>
               </tasks>