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

kenneth_suter
17.57.2007 e260b2ce7b2fc22b95ae1ac6d5f136d725323cc8
opends/build.xml
@@ -1093,7 +1093,7 @@
    </condition>
    <!-- do not run tests dependent upon creation of the .zip file -->
    <condition property="test.packages" value="org.opends.server.*">
    <condition property="test.packages" value="org.opends.server.*,org.opends.messages.*">
      <and>
        <not>
          <or>
@@ -1109,7 +1109,7 @@
    </condition>
 
    <!-- run tests dependent upon creation of the .zip file -->
    <condition property="test.packages" value="org.opends.server.*,org.opends.quicksetup.*">
    <condition property="test.packages" value="org.opends.server.*,org.opends.messages.*,org.opends.quicksetup.*">
      <and>
        <not>
          <or>