Browse Source

there was a mismatch for the location of .build.timestamp.properties

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466902 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
d902085330
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/poms/ant/pom.xml

+ 1
- 1
src/etc/poms/ant/pom.xml View File

@@ -48,7 +48,7 @@
</dependencies>
<build>
<filters>
<filter>.build.timestamp.properties</filter>
<filter>../../../../target/ant/.build.timestamp.properties</filter>
</filters>
<plugins>
<plugin>


Loading…
Cancel
Save