Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Merkel (0.23 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/profile/Os.java

                case FAMILY_MAC:
                    return actualOsName.contains(FAMILY_MAC) || actualOsName.contains(DARWIN);
                case FAMILY_TANDEM:
                    return actualOsName.contains("nonstop_kernel");
                case FAMILY_UNIX:
                    return PATH_SEP.equals(":")
                            && !isFamily(FAMILY_OPENVMS, actualOsName)
    Java
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt

    compilation and installation of the executable. However, as a special
    exception, the source code distributed need not include anything that is
    normally distributed (in either source or binary form) with the major
    components (compiler, kernel, and so on) of the operating system on
    which the executable runs, unless that component itself accompanies the
    executable.
    
    If distribution of executable or object code is made by offering access
    Plain Text
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue May 11 18:59:18 GMT 2021
    - 38.5K bytes
    - Viewed (0)
Back to top