Skip to content

Commit

Permalink
release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed Dec 12, 2024
1 parent 132fd04 commit 4bb641b
Show file tree
Hide file tree
Showing 87 changed files with 332 additions and 332 deletions.
6 changes: 3 additions & 3 deletions BUILTIN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You need the following dependency in your project:
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-api</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
----

Expand All @@ -50,7 +50,7 @@ In later versions, when we will do a bit more in our macros we will also need th
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-tools</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
----

Expand Down Expand Up @@ -107,7 +107,7 @@ To use the test support library, you have to add the dependency to your `pom.xml
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-testsupport</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
----
Expand Down
10 changes: 4 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ TOC
|image:{jamal_home}actions/workflows/jamal-build.yml/badge.svg[Java CI with Maven,link={jamal_home}actions/workflows/jamal-build.yml]
|===

NOTE: This is the latest development documentation.
To see the documentation of a release, you have to follow the link in the documentation link:RELEASES.adoc[`RELEASES.adoc`].
If you want to read the latest release, please visit link:{jamal_home}/tree/v2.8.1[Jamal2.8.1]




Expand All @@ -81,7 +79,7 @@ In the following sections, we will discuss how to install and use Jamal in the d
To install Jamal and use it on Linux, macOS, or Windows, you can use the installer kit.
The installer kit is attached to the release starting with version 2.8.1.
The installer kit contains the Jamal code as well as a minimal Java environment to run it.
That was all you need to do is download the installer kit, and execute it.
All you need to do is download the installer kit and execute it.
The installation is straightforward and does not require any special knowledge.

Currently, the installation kits are available for
Expand Down Expand Up @@ -165,7 +163,7 @@ Having that, you can issue the command:

[source]
----
mvn com.javax0.jamal:jamal-maven-plugin:2.8.2-SNAPSHOT:jamal
mvn com.javax0.jamal:jamal-maven-plugin:2.8.2:jamal
----

if you have a `pom.xml` file in your directory.
Expand All @@ -188,7 +186,7 @@ Create a `.mvn` directory with an `extensions.xml` file in your project root.
<extension>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-maven-extension</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</extension>
</extensions>
----
Expand Down
2 changes: 1 addition & 1 deletion README.adoc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ In the following sections, we will discuss how to install and use Jamal in the d
To install Jamal and use it on Linux, macOS, or Windows, you can use the installer kit.
The installer kit is attached to the release starting with version 2.8.1.
The installer kit contains the Jamal code as well as a minimal Java environment to run it.
That was all you need to do is download the installer kit, and execute it.
All you need to do is download the installer kit and execute it.
The installation is straightforward and does not require any special knowledge.

Currently, the installation kits are available for
Expand Down
2 changes: 1 addition & 1 deletion README.jrf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a Jamal reference file containing serialized base64 encoded macros
# Created: 2024-12-12 11:22:43 +0100
# Created: 2024-12-12 15:08:53 +0100
# id|openStr|closeStr|verbatim|tailParameter|pure|content|parameters
# TOC
VE9D|eyU=|JX0=|0|0|0|Ci4gPDxJbnN0YWxsYXRpb24+PgouIDw8R1M+PgouIDw8Q29uZmlndXJhdGlvbj4+Ci4gPDxGZWF0dXJlcz4+Ci4gPDxDb250cmlidXRpbmc+PgouIDw8RG9jdW1lbnRhdGlvbj4+Ci4gPDxMaWNlbnNlPj4KLiA8PENoYW5nZWxvZz4+Ci4gPDxSb2FkbWFwPj4KLiA8PFN1cHBvcnQ+PgouIDw8RkFRPj4KLiA8PE1haW50ZW5hbmNlPj4=|
2 changes: 1 addition & 1 deletion documentation/JAMAL_API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you use Maven, you can simply have
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-engine</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion documentation/SAMPLE_README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@


How to use Jamal in five minutes.
This is a sample readme of the version `2.8.2-SNAPSHOT`.
This is a sample readme of the version `2.8.2`.


2 changes: 1 addition & 1 deletion documentation/TUTORIAL-5min.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The result, processed by Jamal finally is:
How to use Jamal in five minutes.
This is a sample readme of the version `2.8.2-SNAPSHOT`.
This is a sample readme of the version `2.8.2`.
Expand Down
6 changes: 3 additions & 3 deletions documentation/macros/require.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ will result
.output
[source]
----
The current version 2.8.2-SNAPSHOT is older than the required version. It has to be newer.
The current version 2.8.2 is older than the required version. It has to be newer.
----


Expand All @@ -72,11 +72,11 @@ will result in
.output
[source]
----
This documentation was processed using the version 2.8.2-SNAPSHOT
This documentation was processed using the version 2.8.2
----


NOTE: In the documentation of Jamal (this document and other modules) we do not use this macro.
The documentation is about the version of Jamal, which is the source code and not the one running.
They may be different.
The version of the documented code is in the `pom.xml` file: `2.8.2-SNAPSHOT`.
The version of the documented code is in the `pom.xml` file: `2.8.2`.
2 changes: 1 addition & 1 deletion install-asciidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd .asciidoctor/lib
echo "removing all old files"
rm -f *
echo "unzipping the libraries from the local maven repo"
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.8.2-SNAPSHOT/jamal-asciidoc-2.8.2-SNAPSHOT-jamal-asciidoc-distribution.zip >/dev/null
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.8.2/jamal-asciidoc-2.8.2-jamal-asciidoc-distribution.zip >/dev/null
echo "cd back to Jamal main project directory"
popd
echo "Restart IntelliJ, then you have the new version"
Expand Down
2 changes: 1 addition & 1 deletion jamal-all/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The solution is to have a JAR project that has all the needed dependencies and a
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-all</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions jamal-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal all</name>
<artifactId>jamal-all</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>empty jar with dependencies on all macro libraries</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jamal-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<name>jamal api</name>
<packaging>jar</packaging>
<artifactId>jamal-api</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>Jamal macro library API interfaces</description>
<build>
Expand Down
24 changes: 12 additions & 12 deletions jamal-asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use Jamal in IntelliJ or AsciidocFX interactively with AsciiDoc utilizing the As

image:images/splash.png[width=100%]

This document is the readme file for the Jamal AsciiDoc extension version `2.8.2-SNAPSHOT`.
This document is the readme file for the Jamal AsciiDoc extension version `2.8.2`.

== Introduction

Expand Down Expand Up @@ -43,7 +43,7 @@ This preprocessor works for any JetBrains IDE that supports the Asciidoctor plug
The easiest way to install the extension is to use the Jamal command line tool.
The command line version can be installed using the platform-specific installation kit downloadable from the GitHub release page.

https://github.com/verhas/jamal/releases/tag/v2.8.1
https://github.com/verhas/jamal/releases/tag/v2.8.2

Download the installation kit and start it up.
The installation kit will install the command line version of Jamal into the system.
Expand All @@ -60,7 +60,7 @@ Unfortunately, there is no simple way to install Jamal globally for all the proj

If you want to use a different version of the extension, you can specify the version number as a parameter to the `jamalize` command:

jamal -jamalize version=2.8.1
jamal -jamalize version=2.8.2

If you omit the `version` parameter, then the version of the installing command line version Jamal will be used.

Expand All @@ -76,28 +76,28 @@ You can install the extension manually.
You may want to do this installation if you do not have and do not intend to use the command line version of Jamal.
The manual installation described below is exactly what the automated installation does.

To install the extension together with the IntelliJ AsciiDoc plugin, you need the file `jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip`.
To install the extension together with the IntelliJ AsciiDoc plugin, you need the file `jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip`.

You can download this file from the central Maven repository using the URLs:



* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip``]
+
Is the ZIP file.
This is the only file you really need.
The other files are checksum files.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.asc``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.asc``]
+
This is the PGP signature of the ZIP file.
Using this file, you can ensure that the downloaded ZIP file is really from the original author.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.md5``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.md5``]
+
This is the MD5 checksum of the ZIP file.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.sha1``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.sha1``]
+
This is the SHA1 checksum of the ZIP file.

Expand Down Expand Up @@ -161,22 +161,22 @@ Asciidoctor itself is writen in Ruby, and it mistakenly thinks so is everything
The installation for AsciidocFX needs to copy all the JAR files downloadable from Maven central


* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip``]
+
Is the ZIP file.
This is the only file you really need.
The other files are checksum files.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.asc``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.asc``]
+
This is the PGP signature of the ZIP file.
Using this file, you can ensure that the downloaded ZIP file is really from the original author.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.md5``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.md5``]
+
This is the MD5 checksum of the ZIP file.

* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.1/jamal-AsciiDoc-2.8.1-jamal-AsciiDoc-distribution.zip.sha1``]
* https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-AsciiDoc/2.8.2/jamal-AsciiDoc-2.8.2-jamal-AsciiDoc-distribution.zip.sha1``]
+
This is the SHA1 checksum of the ZIP file.

Expand Down
2 changes: 1 addition & 1 deletion jamal-asciidoc/install-asciidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd ../.asciidoctor/lib
echo "removing all old files"
rm -f *
echo "unzipping the libraries from the local maven repo"
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.8.2-SNAPSHOT/jamal-asciidoc-2.8.2-SNAPSHOT-jamal-asciidoc-distribution.zip >/dev/null
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.8.2/jamal-asciidoc-2.8.2-jamal-asciidoc-distribution.zip >/dev/null
echo "cd back to jamal-asciidoc project directory"
popd
echo "Restart IntelliJ, then you have the new version"
Expand Down
6 changes: 3 additions & 3 deletions jamal-asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal asciidoc</name>
<artifactId>jamal-asciidoc</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>Asciidoc preprocessor extension</description>
<build>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-asciidoc258</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jamal-asciidoc258/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal asciidoc258</name>
<artifactId>jamal-asciidoc258</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>Asciidoc preprocessor extension</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jamal-assertions/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This version currently is
.output
[source]
----
2.8.2-SNAPSHOT
2.8.2
----


Expand Down Expand Up @@ -109,7 +109,7 @@ To do it as a Maven dependency use the following Maven coordinates:
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-assertions</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</dependency>
----

Expand Down
10 changes: 5 additions & 5 deletions jamal-assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal assertions</name>
<artifactId>jamal-assertions</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>Assertions module for Jamal</description>
<build>
Expand Down Expand Up @@ -52,19 +52,19 @@
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-testsupport</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-snippet</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-jamal</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jamal-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<name>jamal command line</name>
<packaging>jar</packaging>
<artifactId>jamal-cmd</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.8.2-SNAPSHOT</version>
<version>2.8.2</version>
</parent>
<description>Jamal macro library command line interface</description>
<build>
Expand Down
2 changes: 1 addition & 1 deletion jamal-cmd/src/packaging-resources/jamal
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
INSTALL_DIR="$(dirname "$(dirname "$(readlink -f "$0")")")"
"$INSTALL_DIR/runtime/bin/java" -jar "$INSTALL_DIR/app/jamal-cmd-2.8.2-SNAPSHOT.jar" "$@"
"$INSTALL_DIR/runtime/bin/java" -jar "$INSTALL_DIR/app/jamal-cmd-2.8.2.jar" "$@"
2 changes: 1 addition & 1 deletion jamal-cmd/src/packaging-resources/jamal.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
set "INSTALL_DIR=%~dp0.."
"%INSTALL_DIR%\runtime\bin\java.exe" -jar "%INSTALL_DIR%\app\jamal-cmd-2.8.2-SNAPSHOT.jar" %*
"%INSTALL_DIR%\runtime\bin\java.exe" -jar "%INSTALL_DIR%\app\jamal-cmd-2.8.2.jar" %*
Loading

0 comments on commit 4bb641b

Please sign in to comment.