JAL-3130 JAL-3007 Added gradle build for Java 11. Now in root jalview dir
[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 = 11
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 libDir = lib
23 resourceDir = resources
24 helpDir = help
25 docDir = doc
26 sourceDir = src
27 schemaDir = schemas
28 classesDir = classes
29 clover.classesDir = cloverclasses
30 packageDir = dist
31 outputJar = jalview.jar
32
33 testSourceDir = test
34 testOutputDir = tests
35 utilsDir = utils
36
37 buildPropertiesFile = .build_properties
38 application_codebase = *.jalview.org
39 mainClass = jalview.bin.Jalview
40 shadowJarMainClass = jalview.bin.Launcher
41 launcherClass = jalview.bin.Jalview
42
43 gradlePluginsDir = gradle/plugins
44
45 getdown_website_dir = getdown/website
46 getdown_resource_dir = resource
47 getdown_app_dir = dist
48 getdown_j11lib_dir = j11lib
49 getdown_files_dir = getdown/files
50 getdown_launcher = getdown/lib/getdown-launcher.jar
51 getdown_core = getdown/lib/getdown-core-1.8.3-SNAPSHOT.jar
52 getdown_base_txt = getdown/files/getdown.txt
53 getdown_txt_title = Jalview
54 getdown_txt_appbase = http://www.compbio.dundee.ac.uk/user/bsoares/getdown/jalview/DEMO
55 getdown_txt_allow_offline = true
56 getdown_txt_jvmmempc = 95
57 getdown_txt_strict_comments = true
58 getdown_txt_title = Jalview
59 getdown_txt_ui.name = Jalview
60 getdown_txt_ui.background = FFFFFF
61 getdown_txt_ui.background_image = resources/images/jalview_logo_background_getdown-640x480.png
62 getdown_txt_ui.error_background = resources/images/jetset_jalview_splash.png
63 getdown_txt_ui.progress_image = resources/images/jalview_logo_background_getdown-progress.png
64 getdown_txt_ui.icon = resources/images/JalviewLogo_Huge.png
65 getdown_txt_ui.progress = 20, 440, 600, 22
66 getdown_txt_ui.progress_bar = AAAAFF
67 getdown_txt_ui.progress_text = 000000
68 getdown_txt_ui.status = 20, 380, 600, 58
69 getdown_txt_ui.status_text = 000066
70 getdown_txt_ui.text_shadow = EEEEFF
71 getdown_txt_ui.install_error = http://www.jalview.org/download/error
72 getdown_txt_ui.mac_dock_icon = resources/images/jalview_logos.ico
73 getdown_alt_java8_min_version = 1080202
74 getdown_alt_java11_min_version = 11000028
75
76
77 JRE_installs = /Users/bsoares/Java/installs
78 Windows_JRE8 = OpenJDK8U-jdk_x64_windows_hotspot_8u202b08/jdk8u202-b08
79 Mac_JRE8 = OpenJDK8U-jre_x64_mac_hotspot_8u202b08/jdk8u202-b08-jre/Contents/Home
80 Linux_JRE8 = OpenJDK8U-jre_x64_linux_hotspot_8u202b08/jdk8u202-b08-jre
81 Windows_JRE11 = OpenJDK11-jre_x64_windows_hotspot_11_28/jdk-11+28-jre
82 Mac_JRE11 = OpenJDK11-jre_x64_mac_hotspot_11_28/jdk-11+28-jre/Contents/Home
83 Linux_JRE11 = OpenJDK11-jre_x64_linux_hotspot_11_28/jdk-11+28-jre
84
85 j11libDir = j11lib
86 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
87
88 install4jResourceDir = resources/install4j
89 install4jConf = jalview_getdown.install4j
90 install4jBuildDir = build/install4j