mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gary Williams
05.25.2011 682551ae4530a911fef8533feef1d016042e0a73
fix fileset include in build.xml for functional tests
1 files modified
2 ■■■ changed files
opends/tests/staf-tests/shared/ant/build.xml 2 ●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/ant/build.xml
@@ -67,7 +67,7 @@
    <taskdef resource="net/sf/antcontrib/antlib.xml">
      <classpath>
        <fileset dir="${project.home}/ext/ant/lib">
          <include name="**/*.jar"/>
          <include name="*/*.jar"/>
        </fileset>
      </classpath>
    </taskdef>