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

Gary Williams
05.25.2011 ccf65a95b6f9b412d27ba8b8fb8c59f63b02e871
fix fileset include in build.xml for functional tests
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/ant/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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>