JAL-3130 moved resources/install4j to utils/install4j
[jalview.git] / gradle.properties
1 #org.gradle.java.home = /Users/bsoares/Java/installs/OpenJDK8U-jdk_x64_mac_hotspot_8u192b12/jdk8u192-b12/Contents/Home
2 jalviewDir = .
3
4 JALVIEW_VERSION = DEVELOPMENT
5 INSTALLATION = Source
6 jalview_keystore = keys/.keystore
7 jalview_keystore.pass = alignmentisfun
8 jalview_key = jalview
9 jalview_key.pass = alignmentisfun
10 jalview_tsaurl =
11 proxyPort = 80
12 proxyHost = sqid
13 jalview_keyalg = SHA1withRSA
14 jalview_keydig = SHA1
15
16 testngGroups = Functional
17
18 javac_source = 11
19 javac_target = 11
20
21 libDir = lib
22 resourceDir = resources
23 helpDir = help
24 docDir = doc
25 sourceDir = src
26 schemaDir = schemas
27 classesDir = classes
28 clover = false
29 cloverClassesDir = clover-classes
30 cloverSourcesInstrDir = sources-instr
31 packageDir = dist
32 outputJar = jalview.jar
33
34 testSourceDir = test
35 testOutputDir = tests
36 utilsDir = utils
37
38 buildPropertiesFile = .build_properties
39 application_codebase = *.jalview.org
40 mainClass = jalview.bin.Jalview
41 shadowJarMainClass = jalview.bin.Launcher
42 launcherClass = jalview.bin.Jalview
43
44 gradlePluginsDir = gradle/plugins
45
46 getdown_website_dir = getdown/website
47 getdown_resource_dir = resource
48 getdown_app_dir = dist
49 getdown_j11lib_dir = j11lib
50 getdown_files_dir = getdown/files
51 getdown_launcher = getdown/lib/getdown-launcher.jar
52 getdown_core = getdown/lib/getdown-core-1.8.3-SNAPSHOT.jar
53 getdown_base_txt = getdown/files/getdown.txt
54 getdown_txt_title = Jalview
55 getdown_txt_appbase = http://www.jalview.org/getdown/jalview/DEV
56 getdown_txt_allow_offline = true
57 getdown_txt_jvmmempc = 95
58 getdown_txt_strict_comments = true
59 getdown_txt_title = Jalview
60 getdown_txt_ui.name = Jalview
61 getdown_txt_ui.background = FFFFFF
62 getdown_txt_ui.background_image = resources/images/jalview_logo_background_getdown-640x480.png
63 getdown_txt_ui.error_background = resources/images/jetset_jalview_splash.png
64 getdown_txt_ui.progress_image = resources/images/jalview_logo_background_getdown-progress.png
65 getdown_txt_ui.icon = resources/images/JalviewLogo_Huge.png
66 getdown_txt_ui.progress = 20, 440, 600, 22
67 getdown_txt_ui.progress_bar = AAAAFF
68 getdown_txt_ui.progress_text = 000000
69 getdown_txt_ui.status = 20, 380, 600, 58
70 getdown_txt_ui.status_text = 000066
71 getdown_txt_ui.text_shadow = EEEEFF
72 getdown_txt_ui.install_error = http://www.jalview.org/download/error
73 getdown_txt_ui.mac_dock_icon = resources/images/jalview_logos.ico
74 #getdown_alt_java8_min_version  = 01080000
75 getdown_alt_java8_min_version  = 11000000
76 getdown_alt_java11_min_version = 11000000
77 getdown_txt_multi_java_location = [windows] http://www.jalview.org/getdown/jre/jre-11.0.2-windows-amd64.jar,[mac os x] http://www.jalview.org/getdown/jre/jre-11.0.2-macos-amd64.jar
78 getdown_txt_multi_java_location = [windows-amd64] http://www.jalview.org/getdown/jre/jre-11.0.2-windows-amd64.jar,[linux-amd64] http://www.jalview.org/getdown/jre/jre-11.0.2-linux-amd64.jar,[windows-x86] http://www.jalview.org/getdown/jre/jre-11.0.2-windows-x86.jar,[mac os x] http://www.jalview.org/getdown/jre/jre-11.0.2-macos-amd64.jar,[linux-x86] http://www.jalview.org/getdown/jre/jre-11.0.2-linux-x86.jar,
79
80 JRE_installs = /Users/bsoares/Java/installs
81 Windows_JRE8 = OpenJDK8U-jdk_x64_windows_hotspot_8u202b08/jdk8u202-b08
82 Mac_JRE8 = OpenJDK8U-jre_x64_mac_hotspot_8u202b08/jdk8u202-b08-jre/Contents/Home
83 Linux_JRE8 = OpenJDK8U-jre_x64_linux_hotspot_8u202b08/jdk8u202-b08-jre
84 Windows_JRE11 = OpenJDK11-jre_x64_windows_hotspot_11_28/jdk-11+28-jre
85 Mac_JRE11 = OpenJDK11-jre_x64_mac_hotspot_11_28/jdk-11+28-jre/Contents/Home
86 Linux_JRE11 = OpenJDK11-jre_x64_linux_hotspot_11_28/jdk-11+28-jre
87
88 j11libDir = j11lib
89 j11modules = com.sun.istack.runtime,com.sun.xml.bind,com.sun.xml.fastinfoset,com.sun.xml.streambuffer,com.sun.xml.txw2,com.sun.xml.ws.policy,java.activation,java.annotation,java.base,java.compiler,java.datatransfer,java.desktop,java.logging,java.management,java.management.rmi,java.naming,java.prefs,java.rmi,java.scripting,java.security.sasl,java.sql,java.xml,java.xml.bind,java.xml.soap,java.xml.ws,javax.jws,jdk.httpserver,jdk.jsobject,jdk.unsupported,jdk.xml.dom,org.jvnet.mimepull,org.jvnet.staxex,javax.servlet.api,java.ws.rs
90
91 install4jResourceDir = utils/install4j
92 install4jConf = jalview_getdown.install4j
93 install4jBuildDir = build/install4j