Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit df4d7be

Browse files
authored
fixing build
1 parent dd83682 commit df4d7be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-configuration.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml" classpathref="svnant.lib" />
99

1010
<!-- ant contrib tasks (if, then)-->
11-
<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
11+
<!--<taskdef resource="net/sf/antcontrib/antcontrib.properties"/>-->
12+
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
1213

1314
<!-- base svn path to checkout *.properties files -->
1415
<property name="base_url" value="https://coder.topcoder.com/internal/app_configs/direct" />
@@ -142,4 +143,4 @@
142143
</svn>
143144
</sequential>
144145
</macrodef>
145-
</project>
146+
</project>

0 commit comments

Comments
 (0)