Changeset 36123


Ignore:
Timestamp:
2022-03-21T11:42:03+13:00 (2 years ago)
Author:
kjdon
Message:

added a couple more values for os.windows. Not sure if this is even used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r36122 r36123  
    8585  <property name="os.solaris" value="SunOS"/>
    8686  <property name="os.unix" value="${os.linux},${os.mac},${os.solaris}"/>
    87   <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME,Windows Vista,Windows 7,Windows Server 2008,Windows Server 2008 R2"/> <!-- check this!!!-->
     87  <property name="os.windows" value="Windows 95,Windows 98,Windows 2000,Windows 2003,Windows XP,Windows NT,Windows ME,Windows Vista,Windows 7,Windows Server 2008,Windows Server 2008 R2,Windows 8,Windows 10,Windows 11"/> <!-- check this!!!-->
    8888
    8989  <!-- this is true for linux and macs -->
Note: See TracChangeset for help on using the changeset viewer.