/getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Build.java
/getdown/src/getdown/launcher/dependency-reduced-pom.xml
/utils/install4j/jalview-installers-*.install4j
+/utils/install4j/jalview-install4j-conf.install4j
*.swp
/bin
/doc/building.html
install4jTemplateMd5 += filesMd5
install4jTemplateMd5 += "_${gitHash}"
def install4jTemplateVersion = "${JALVIEW_VERSION}_${install4jTemplateMd5}"
- def infoPlistFileAssociations = file("${install4jDir}/${install4j_info_plist_file_associations}").text
variables = [
'OSX_KEYSTORE': OSX_KEYSTORE,
'GETDOWN_DIST_DIR': getdown_app_dir,
'GETDOWN_ALT_DIR': getdown_app_dir_alt,
'GETDOWN_INSTALL_DIR': getdown_install_dir,
- 'INFO_PLIST_FILE_ASSOCIATIONS': infoPlistFileAssociations
+ 'INFO_PLIST_FILE_ASSOCIATIONS_FILE': "${install4j_info_plist_file_associations}",
]
destination = "${jalviewDir}/${install4j_build_dir}/${JAVA_VERSION}"
buildSelected = true
<variable name="GETDOWN_DIST_DIR" />
<variable name="GETDOWN_ALT_DIR" />
<variable name="GETDOWN_INSTALL_DIR" />
- <variable name="INFO_PLIST_FILE_ASSOCIATIONS" />
+ <variable name="INFO_PLIST_FILE_ASSOCIATIONS_FILE" />
</variables>
<codeSigning macEnabled="true" macPkcs12File="${compiler:OSX_KEYSTORE}" />
</application>
</classPath>
</java>
<macStaticAssociationActions mode="selected" />
- <infoPlist>${compiler:INFO_PLIST_FILE_ASSOCIATIONS}</infoPlist>
+ <infoPlist>${compiler:file("${compiler:INFO_PLIST_FILE_ASSOCIATIONS_FILE}")}</infoPlist>
<iconImageFiles>
<file path="../../resources/images/JalviewLogo_Huge.png" />
</iconImageFiles>
</classPath>
</java>
<macStaticAssociationActions mode="selected" />
- <infoPlist>${compiler:INFO_PLIST_FILE_ASSOCIATIONS}</infoPlist>
+ <infoPlist>${compiler:file("${compiler:INFO_PLIST_FILE_ASSOCIATIONS_FILE}")}</infoPlist>
<iconImageFiles>
<file path="../../resources/images/JalviewLogo_Huge.png" />
</iconImageFiles>
</classPath>
</java>
<macStaticAssociationActions mode="selected" />
- <infoPlist>${compiler:INFO_PLIST_FILE_ASSOCIATIONS}</infoPlist>
+ <infoPlist>${compiler:file("${compiler:INFO_PLIST_FILE_ASSOCIATIONS_FILE}")}</infoPlist>
<iconImageFiles>
<file path="../../resources/images/JalviewLogo_Huge.png" />
</iconImageFiles>