Author: antoine
Date: Sun Oct 22 18:44:34 2006
New Revision: 466902
URL: http://svn.apache.org/viewvc?view=rev&rev=466902
Log:
there was a mismatch for the location of .build.timestamp.properties
Modified:
ant/core/trunk/src/etc/poms/ant/pom.xml
Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?view=diff&rev=466902&r1=466901&r2=466902
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Sun Oct 22 18:44:34 2006
@@ -48,7 +48,7 @@
</dependencies>
<build>
<filters>
- <filter>.build.timestamp.properties</filter>
+ <filter>../../../../target/ant/.build.timestamp.properties</filter>
</filters>
<plugins>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]