Changeset 38010 for other-projects


Ignore:
Timestamp:
2023-09-04T16:24:11+12:00 (8 months ago)
Author:
anupama
Message:

jdk.name property should not have an extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/trunk/kits/rke/installer/build.xml

    r37977 r38010  
    1818    <!-- if windows --><property name="jdk.name" value="zulu8.72.0.17-ca-fx-jdk8.0.382-win_i686"/><!-- /if -->
    1919    <!-- if linux --><property name="jdk.name" value="zulu8.72.0.17-ca-fx-jdk8.0.382-linux_x64"/><!-- /if -->
    20     <!-- if mac --><property name="jdk.name" value="zulu8.72.0.17-ca-fx-jdk8.0.382-macosx_x64.tar.gz"/><!-- /if -->
     20    <!-- if mac --><property name="jdk.name" value="zulu8.72.0.17-ca-fx-jdk8.0.382-macosx_x64"/><!-- /if -->
    2121
    2222    <!-- set some properties to keep track of the OS -->
Note: See TracChangeset for help on using the changeset viewer.