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

kenneth_suter
19.41.2007 20e31f579ebc4518ace5f1d5448c46f752b4f96a
removed integration test artifacts
1 files modified
18 ■■■■■ changed files
opends/build.xml 18 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -60,12 +60,6 @@
  <property name="unittest.resource.dir"
       location="${build.dir}/unit-tests/resource"/>
  <!-- Properties for use in functional/integration testing.  -->
  <property name="functest.testng.dir"
       location="tests/integration-tests-testng" />
  <property name="functest.testng.src.dir"
    location="${functest.testng.dir}/src"/>
  <!-- Properties for use with the DSML component.                      -->
  <property name="dsml.dir"         location="resource/dsml"             />
  <property name="dsml.src.dir"     location="src/dsml"                  />
@@ -502,13 +496,6 @@
      <fileset dir="${unittest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
<!--
    <checkstyle config="${checkstyle.dir}/opends-functest-checkstyle.xml"
         failOnViolation="true">
      <fileset dir="${functest.testng.src.dir}" includes="**/*.java" />
      <formatter type="plain" />
    </checkstyle>
-->
  </target>
@@ -1667,11 +1654,6 @@
  </target>
  <target name="integration-tests"
            description="Builds the integration tests">
    <ant dir="${functest.testng.dir}" inheritall="false"/>
  </target>
  <target name="buildtools" depends="init"