Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the dependencies.properties entry for update.sh #1009

Conversation

ArneBab
Copy link
Contributor

@ArneBab ArneBab commented Nov 22, 2024

Now it matches
https://github.com/hyphanet/java_installer/blob/next/scripts/update.sh again

Change:

--- update.sh	2021-09-08 00:49:03.280891061 +0200
+++ update.sh	2022-08-06 01:59:06.636555905 +0200
@@ -350,6 +350,23 @@
 	mv wrapper.conf.new wrapper.conf
 fi
 
+if ! grep pebble-3.1.5.jar wrapper.conf > /dev/null
+then
+   echo Adding pebble-3.1.5.jar to wrapper.conf
+   echo "wrapper.java.classpath.7=pebble-3.1.5.jar" >> wrapper.conf
+fi
+
+if ! grep unbescape-1.1.6.RELEASE.jar wrapper.conf > /dev/null
+then
+   echo Adding unbescape-1.1.6.RELEASE.jar to wrapper.conf
+   echo "wrapper.java.classpath.8=unbescape-1.1.6.RELEASE.jar" >> wrapper.conf
+fi
+
+if ! grep slf4j-api-1.7.25.jar wrapper.conf > /dev/null
+then
+   echo Adding slf4j-api-1.7.25.jar wrapper.conf
+   echo "wrapper.java.classpath.9=slf4j-api-1.7.25.jar" >> wrapper.conf
+fi
 
 if ! grep bcprov-jdk15on-1.59.jar wrapper.conf > /dev/null
 then

Copy link
Contributor

@bertm bertm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified checksums; all match.

@Bombe Bombe requested a review from qsheltier November 30, 2024 17:58
@Bombe
Copy link
Contributor

Bombe commented Nov 30, 2024

Github’s web interface is infuriating.

@ArneBab
Copy link
Contributor Author

ArneBab commented Nov 30, 2024

Thank you for your reviews!

@ArneBab ArneBab merged commit 8c091c6 into hyphanet:next Nov 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants