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

Jean-Noel Rouvignac
13.22.2013 26b777e6d771ef7214470ca5c4750ec5c42f0485
opendj-sdk/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")));
    }
  }
}