Skip to content

Commit

Permalink
release 2.4.0 second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed Aug 18, 2023
1 parent b26082e commit fd2af01
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 2 deletions.
3 changes: 3 additions & 0 deletions documentation/FILE_NAMES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@ Jamal can read files from JAR files.
In this case the prefix has to be `jar:file:` and the file name has to be the name of the JAR file followed by the name of the file inside the JAR file following a `!` character.

For more information read the link:../jamal-jar-input/README.adoc[documentation] of the module implementing the `jar:file:` prefix.



1 change: 1 addition & 0 deletions jamal-kotlin-testsupport/pom.jam
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
〔@include ../plugins.jim〕
〔end project〕
16 changes: 16 additions & 0 deletions jamal-kotlin-testsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package javax0.jamal.kotlin
package javax0.jamal.kotlin.testsupport

import javax0.jamal.api.Processor
import javax0.jamal.builtins.Macro
Expand Down
1 change: 1 addition & 0 deletions jamal-kotlin/pom.jam
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
〔@include ../plugins.jim〕
〔end project〕
16 changes: 16 additions & 0 deletions jamal-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,22 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.javax0.jamal.kotlin;

public class Kotlin {
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package javax0.jamal.kotlin

import javax0.jamal.kotlin.testsupport.Position
import javax0.jamal.kotlin.testsupport.testTheInput
import org.junit.jupiter.api.Test

class TestHelloKotlin {
Expand Down
2 changes: 1 addition & 1 deletion jamal-snippet/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3428,7 +3428,7 @@ will result in the output

[source]
----
2023-08-18 11:36:41
2023-08-18 12:17:21
----


Expand Down
Binary file modified jamal-word/src/test/resources/demoConverted.docx
Binary file not shown.
Binary file modified jamal-word/src/test/resources/includetestConverted.docx
Binary file not shown.
Binary file modified jamal-word/src/test/resources/pictureConverted.docx
Binary file not shown.
Binary file modified jamal-word/src/test/resources/sampleConverted.docx
Binary file not shown.

0 comments on commit fd2af01

Please sign in to comment.