JAL-3248 building.html now generated by pandoc 'brew install pandoc'
[jalview.git] / gradle.properties
1 jalviewDir = .
2
3 JAVA_VERSION = 11
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 j8libDir = j8lib
22 j11libDir = j11lib
23 resourceDir = resources
24 helpParentDir = help
25 helpDir = help
26 docDir = doc
27 sourceDir = src
28 schemaDir = schemas
29 classesDir = classes
30 clover = false
31 use_clover = false
32 cloverClassesDir = clover-classes
33 cloverSourcesInstrDir = sources-instr
34 packageDir = dist
35 outputJar = jalview.jar
36
37 testSourceDir = test
38 testOutputDir = tests
39 utilsDir = utils
40
41 buildPropertiesFile = .build_properties
42 application_codebase = *.jalview.org
43 mainClass = jalview.bin.Jalview
44 shadowJarMainClass = jalview.bin.Launcher
45 launcherClass = jalview.bin.Jalview
46
47 gradlePluginsDir = gradle/plugins
48
49 getdown_local = false
50 getdown_website_dir = getdown/website
51 getdown_resource_dir = resource
52 getdown_app_dir = dist
53 getdown_j11lib_dir = j11lib
54 getdown_files_dir = getdown/files
55 getdown_launcher = getdown/lib/getdown-launcher.jar
56 getdown_core = getdown/lib/getdown-core-1.8.3-SNAPSHOT.jar
57 getdown_base_txt = getdown/files/getdown.txt
58 getdown_txt_title = Jalview
59 getdown_channel_base = http://www.jalview.org/getdown/jalview
60 getdown_channel_name = TEST
61 getdown_txt_allow_offline = true
62 getdown_txt_jalview.jvmmempc = 90
63 getdown_txt_multi_jvmarg = -Dgetdownappdir="%APPDIR%"
64 getdown_txt_strict_comments = true
65 getdown_txt_title = Jalview
66 getdown_txt_ui.name = Jalview
67 getdown_txt_ui.background = FFFFFF
68 getdown_txt_ui.background_image = resources/images/jalview_logo_background_getdown-640x480.png
69 getdown_txt_ui.error_background = resources/images/jetset_jalview_splash.png
70 getdown_txt_ui.progress_image = resources/images/jalview_logo_background_getdown-progress.png
71 getdown_txt_ui.icon = resources/images/JalviewLogo_Huge.png
72 getdown_txt_ui.progress = 20, 440, 600, 22
73 getdown_txt_ui.progress_bar = AAAAFF
74 getdown_txt_ui.progress_text = 000000
75 getdown_txt_ui.status = 20, 380, 600, 58
76 getdown_txt_ui.status_text = 000066
77 getdown_txt_ui.text_shadow = EEEEFF
78 getdown_txt_ui.install_error = http://www.jalview.org/download/error
79 getdown_txt_ui.mac_dock_icon = resources/images/jalview_logos.ico
80 getdown_alt_java8_min_version  = 01080000
81 getdown_alt_java11_min_version = 11000000
82 getdown_alt_java11_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
83 getdown_alt_java8_txt_multi_java_location = [windows-amd64] /getdown/jre/windows-jre1.8.tgz,[linux-amd64] /getdown/jre/linux-jre1.8.tgz,[mac os x] /getdown/jre/macos-jre1.8.tgz
84 JRE_installs = /Users/bsoares/Java/installs
85 Windows_JRE8 = OpenJDK8U-jdk_x64_windows_hotspot_8u202b08/jdk8u202-b08
86 Mac_JRE8 = OpenJDK8U-jre_x64_mac_hotspot_8u202b08/jdk8u202-b08-jre/Contents/Home
87 Linux_JRE8 = OpenJDK8U-jre_x64_linux_hotspot_8u202b08/jdk8u202-b08-jre
88 Windows_JRE11 = OpenJDK11-jre_x64_windows_hotspot_11_28/jdk-11+28-jre
89 Mac_JRE11 = OpenJDK11-jre_x64_mac_hotspot_11_28/jdk-11+28-jre/Contents/Home
90 Linux_JRE11 = OpenJDK11-jre_x64_linux_hotspot_11_28/jdk-11+28-jre
91
92 j8libDir = j8lib
93 j11libDir = j11lib
94 j11modDir = j11mod
95 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
96
97 install4jCopyrightMessage = ...
98 install4jMacOSBundleId = org.jalview.jalview-desktop
99 install4jResourceDir = utils/install4j
100 install4jTemplate = install4j_template.install4j
101 install4jInfoPlistFileAssociations = file_associations_auto-Info_plist.xml
102 install4jInstallerFileAssociations = file_associations_auto-install4j.xml
103 install4jDMGUninstallerAppFiles = uninstall_old_jalview_files.xml
104 install4jBuildDir = build/install4j
105 install4jMediaTypes = windows,macosArchive,linuxRPM,linuxDeb,unixArchive,unixInstaller
106 install4jFaster = false
107
108 OSX_KEYSTORE =
109 OSX_KEYPASS =
110 JSIGN_SH = echo
111
112 eclipse_extra_jdt_prefs_file = .settings/org.eclipse.jdt.core.jalview.prefs
113
114 pandoc_exec = /usr/local/bin/pandoc
115 dev = false
116