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

Jean-Noel Rouvignac
13.22.2013 fff1f4c53263f01ec18b8d5623b2bd60d4e669f6
opends/src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
@@ -273,8 +273,7 @@
          && !file.getAbsolutePath().contains("/snmp/")
          && (fileName.endsWith(".doc")
          || fileName.endsWith(".txt")
          || fileName.contains("example-plugin")
          || fileName.equals("opends.license")));
          || fileName.contains("example-plugin")));
    }
  }
}