Skip to content

Commit 18f190f

Browse files
Merge pull request #2 from stav2345/master
Update to OpenJDK
2 parents a8e1a4e + 852bc63 commit 18f190f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

config_x32/Catalogue_Browser/githubConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<entry key="Github.RepositoryName">catalogue-browser</entry> <!-- name of the repository you want to connect/download -->
77
<entry key="Github.RepositoryOwner">openefsa</entry> <!-- github username of who created the repository -->
8-
<entry key="Application.JavaPath">.\jre1.8.0_221_x86\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
8+
<entry key="Application.JavaPath">.\jre_x86\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
99

1010
<entry key="Application.Keyword">onlyapp-win-32bit</entry> <!-- keyword which needs to be contained in the .zip filename for identifying the file to be downloaded from github -->
1111

config_x32/TSE/githubConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<entry key="Github.RepositoryName">TSE-reporting-tool</entry> <!-- name of the repository you want to connect/download -->
77
<entry key="Github.RepositoryOwner">openefsa</entry> <!-- github username of who created the repository -->
8-
<entry key="Application.JavaPath">.\jre1.8.0_221_x86\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
8+
<entry key="Application.JavaPath">.\jre_x86\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
99

1010
<entry key="Application.Keyword">onlyapp-win-32bit</entry> <!-- keyword which needs to be contained in the .zip filename for identifying the file to be downloaded from github -->
1111

config_x64/Catalogue_Browser/githubConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<entry key="Github.RepositoryName">catalogue-browser</entry> <!-- name of the repository you want to connect/download -->
77
<entry key="Github.RepositoryOwner">openefsa</entry> <!-- github username of who created the repository -->
8-
<entry key="Application.JavaPath">.\jre1.8.0_221\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
8+
<entry key="Application.JavaPath">.\jre\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
99

1010
<entry key="Application.Keyword">onlyapp-win-64bit</entry> <!-- keyword which needs to be contained in the .zip filename for identifying the file to be downloaded from github -->
1111

config_x64/TSE/githubConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<entry key="Github.RepositoryName">TSE-reporting-tool</entry> <!-- name of the repository you want to connect/download -->
77
<entry key="Github.RepositoryOwner">openefsa</entry> <!-- github username of who created the repository -->
8-
<entry key="Application.JavaPath">.\jre1.8.0_221\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
8+
<entry key="Application.JavaPath">.\jre\bin\java.exe</entry> <!-- java path, use simply "java" without quotes to use the java installed in your machine (starts from the app folder!) -->
99

1010
<entry key="Application.Keyword">onlyapp-win-64bit</entry> <!-- keyword which needs to be contained in the .zip filename for identifying the file to be downloaded from github -->
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>openefsa</groupId>
6-
<version>1.2</version>
6+
<version>1.3</version>
77
<artifactId>external-installer</artifactId>
88

99
<properties>

0 commit comments

Comments
 (0)