JAL-3224 Removed JREs (these now need to be in ~/buildtools/jre/openjdk-java_vm/...
[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 JAVA_VERSION = 1.8
5 JALVIEW_VERSION = DEVELOPMENT
6 INSTALLATION = Source
7 jalview_keystore = keys/.keystore
8 jalview_keystore.pass = alignmentisfun
9 jalview_key = jalview
10 jalview_key.pass = alignmentisfun
11 jalview_tsaurl =
12 proxyPort = 80
13 proxyHost = sqid
14 jalview_keyalg = SHA1withRSA
15 jalview_keydig = SHA1
16
17 testngGroups = Functional
18
19 javac_source = 11
20 javac_target = 11
21
22 j8libDir = j8lib
23 j11libDir = j11lib
24 resourceDir = resources
25 helpDir = help
26 docDir = doc
27 sourceDir = src
28 schemaDir = schemas
29 classesDir = classes
30 clover = false
31 cloverClassesDir = clover-classes
32 cloverSourcesInstrDir = sources-instr
33 packageDir = dist
34 outputJar = jalview.jar
35
36 testSourceDir = test
37 testOutputDir = tests
38 utilsDir = utils
39
40 buildPropertiesFile = .build_properties
41 application_codebase = *.jalview.org
42 mainClass = jalview.bin.Jalview
43 shadowJarMainClass = jalview.bin.Launcher
44 launcherClass = jalview.bin.Jalview
45
46 gradlePluginsDir = gradle/plugins
47
48 getdown_website_dir = getdown/website
49 getdown_resource_dir = resource
50 getdown_app_dir = dist
51 getdown_j11lib_dir = j11lib
52 getdown_files_dir = getdown/files
53 getdown_launcher = getdown/lib/getdown-launcher.jar
54 getdown_core = getdown/lib/getdown-core-1.8.3-SNAPSHOT.jar
55 getdown_lib1 = getdown/lib/commons-compress-1.18.jar
56 getdown_base_txt = getdown/files/getdown.txt
57 getdown_txt_title = Jalview
58 getdown_channel_base = http://www.jalview.org/getdown/jalview
59 getdown_channel_name = TEST
60 getdown_txt_allow_offline = true
61 getdown_txt_jvmmempc = 95
62 getdown_txt_strict_comments = true
63 getdown_txt_title = Jalview
64 getdown_txt_ui.name = Jalview
65 getdown_txt_ui.background = FFFFFF
66 getdown_txt_ui.background_image = resources/images/jalview_logo_background_getdown-640x480.png
67 getdown_txt_ui.error_background = resources/images/jetset_jalview_splash.png
68 getdown_txt_ui.progress_image = resources/images/jalview_logo_background_getdown-progress.png
69 getdown_txt_ui.icon = resources/images/JalviewLogo_Huge.png
70 getdown_txt_ui.progress = 20, 440, 600, 22
71 getdown_txt_ui.progress_bar = AAAAFF
72 getdown_txt_ui.progress_text = 000000
73 getdown_txt_ui.status = 20, 380, 600, 58
74 getdown_txt_ui.status_text = 000066
75 getdown_txt_ui.text_shadow = EEEEFF
76 getdown_txt_ui.install_error = http://www.jalview.org/download/error
77 getdown_txt_ui.mac_dock_icon = resources/images/jalview_logos.ico
78 getdown_alt_java8_min_version  = 01080000
79 getdown_alt_java11_min_version = 11000000
80 getdown_txt_multi_java_location = [windows-amd64] /getdown/jre/windows-jre11.tgz,[linux-amd64] /getdown/jre/linux-jre11.tgz,[mac os x] /getdown/jre/macos-jre11.tgz
81 JRE_installs = /Users/bsoares/Java/installs
82 Windows_JRE8 = OpenJDK8U-jdk_x64_windows_hotspot_8u202b08/jdk8u202-b08
83 Mac_JRE8 = OpenJDK8U-jre_x64_mac_hotspot_8u202b08/jdk8u202-b08-jre/Contents/Home
84 Linux_JRE8 = OpenJDK8U-jre_x64_linux_hotspot_8u202b08/jdk8u202-b08-jre
85 Windows_JRE11 = OpenJDK11-jre_x64_windows_hotspot_11_28/jdk-11+28-jre
86 Mac_JRE11 = OpenJDK11-jre_x64_mac_hotspot_11_28/jdk-11+28-jre/Contents/Home
87 Linux_JRE11 = OpenJDK11-jre_x64_linux_hotspot_11_28/jdk-11+28-jre
88
89 j8libDir = j8lib
90 j11libDir = j11lib
91 j11modDir = j11mod
92 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
93
94 install4jResourceDir = utils/install4j
95 install4jTemplate = install4j_template.install4j
96 install4jBuildDir = build/install4j
97 install4jMediaTypes = windows,macosArchive,linuxRPM,linuxDeb