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

al_xipe
09.24.2006 e50a7b8b034635947785c39dfc7bb3b96647b179
Moved the built classes for the integration test along where the rest of opends classes are built.
1 files modified
12 ■■■■■ changed files
opends/tests/integration-tests-testng/build.xml 12 ●●●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/build.xml
@@ -33,11 +33,13 @@
  </description>
  <!-- General server-wide properties                                     -->
  <property name="src.dir"       location="src/server"                     />
  <property name="built.dir"     location="built"                          />
  <property name="ds.classes"    location="${basedir}/../../build/classes" />
  <property name="lib.dir"       location="${basedir}/../../lib"           />
  <property name="ext.dir"       location="${basedir}/../../ext"           />
  <property name="opends.dir" location="../.."                          />
  <property name="src.dir"       location="src/server"                  />
  <property name="built.dir"
            location="${opends.dir}/build/integration-tests"            />
  <property name="ds.classes"    location="${opends.dir}/build/classes" />
  <property name="lib.dir"       location="${opends.dir}/lib"           />
  <property name="ext.dir"       location="${opends.dir}/ext"           />
  <!-- The build target that should be used to build everything. -->