Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

MINIFI-506 Update deprecated 'tasks' tags to 'target' in assembly ant… #162

Merged
merged 1 commit into from Jul 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions minifi-assembly/pom.xml
Expand Up @@ -68,7 +68,7 @@ limitations under the License.
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />
<if>
<available file="${basedir}/target/minifiw.exe" />
Expand All @@ -92,7 +92,7 @@ limitations under the License.
<copy file="${java.io.tmpdir}/amd64/prunsrv.exe" tofile="${basedir}/target/minifi.exe" />
</else>
</if>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down