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

Violette Roche-Montane
13.20.2013 7bb28a39059715a8638ac1002812c6e37a269e35
opends/src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
@@ -249,6 +249,7 @@
          || fileName.endsWith(".app")
          || fileName.endsWith(".bat")
          || fileName.endsWith(".exe")
          || fileName.equals("readme")
          || file.getAbsolutePath().contains(".app"));
    }
  }
@@ -269,10 +270,10 @@
      return (
          !file.getAbsolutePath().contains("/template/")
          && !file.getAbsolutePath().contains("/legals/")
          && !file.getAbsolutePath().contains("/snmp/")
          && (fileName.endsWith(".doc")
          || fileName.endsWith(".txt")
          || fileName.contains("example-plugin")
          || fileName.equals("readme")
          || fileName.equals("opends.license")));
    }
  }