Skip to content

Commit

Permalink
Update to Saxon jars
Browse files Browse the repository at this point in the history
  • Loading branch information
C4J committed Nov 24, 2023
1 parent 99737bf commit 7ad2011
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions b6Middleware/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<classpathentry kind="lib" path="lib/log/log4j-api-2.20.0.jar"/>
<classpathentry kind="lib" path="lib/log/log4j-core-2.20.0.jar"/>
<classpathentry kind="lib" path="lib/saxon/jline-2.14.6.jar"/>
<classpathentry kind="lib" path="lib/saxon/saxon-he-12.2.jar"/>
<classpathentry kind="lib" path="lib/saxon/saxon-he-xqj-12.2.jar"/>
<classpathentry kind="lib" path="lib/saxon/xmlresolver-5.1.2.jar"/>
<classpathentry kind="lib" path="lib/saxon/xmlresolver-5.1.2-data.jar"/>
<classpathentry kind="lib" path="lib/saxon/saxon-he-12.3.jar"/>
<classpathentry kind="lib" path="lib/saxon/saxon-he-xqj-12.3.jar"/>
<classpathentry kind="lib" path="lib/saxon/xmlresolver-5.2.0.jar"/>
<classpathentry kind="lib" path="lib/saxon/xmlresolver-5.2.0-data.jar"/>
<classpathentry kind="lib" path="lib/opencsv/opencsv-5.7.1.jar"/>
<classpathentry kind="lib" path="lib/opencsv/lib/commons-beanutils-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/opencsv/lib/commons-lang3-3.12.0.jar"/>
Expand Down
8 changes: 4 additions & 4 deletions b6Middleware/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Class-Path: lib/log/log4j-api-2.20.0.jar
lib/poi/poi-ooxml-full-5.2.3.jar
lib/poi/poi-scratchpad-5.2.3.jar
lib/saxon/jline-2.14.6.jar
lib/saxon/saxon-he-12.2.jar
lib/saxon/saxon-he-xqj-12.2.jar
lib/saxon/xmlresolver-5.1.2-data.jar
lib/saxon/xmlresolver-5.1.2.jar
lib/saxon/saxon-he-12.3.jar
lib/saxon/saxon-he-xqj-12.3.jar
lib/saxon/xmlresolver-5.2.0-data.jar
lib/saxon/xmlresolver-5.2.0.jar
2 changes: 1 addition & 1 deletion b6Middleware/b6middleware.install4j
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.6" transformSequenceNumber="10">
<directoryPresets config="./xslt/referenceData.xml" />
<application name="Commander4j Middleware" applicationId="1915-8055-3520-8512" mediaDir="../../../Distribution/java17/b6middleware4j" compression="9" shortName="c4jMiddleware" publisher="David Garratt" publisherWeb="http://www.commander4j.com" version="5.20" allPathsRelative="true" macVolumeId="ebde9226275d23ed" javaMinVersion="17" javaMaxVersion="17">
<application name="Commander4j Middleware" applicationId="1915-8055-3520-8512" mediaDir="../../../Distribution/java17/b6middleware4j" compression="9" shortName="c4jMiddleware" publisher="David Garratt" publisherWeb="http://www.commander4j.com" version="5.21" allPathsRelative="true" macVolumeId="ebde9226275d23ed" javaMinVersion="17" javaMaxVersion="17">
<languages skipLanguageSelection="true">
<additionalLanguages>
<language id="da" />
Expand Down
Binary file modified b6Middleware/bin/com/commander4j/mw/StartMain.class
Binary file not shown.
8 changes: 4 additions & 4 deletions b6Middleware/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<pathelement location="lib/log/log4j-api-2.20.0.jar"/>
<pathelement location="lib/log/log4j-core-2.20.0.jar"/>
<pathelement location="lib/saxon/jline-2.14.6.jar"/>
<pathelement location="lib/saxon/saxon-he-12.2.jar"/>
<pathelement location="lib/saxon/saxon-he-xqj-12.2.jar"/>
<pathelement location="lib/saxon/xmlresolver-5.1.2.jar"/>
<pathelement location="lib/saxon/xmlresolver-5.1.2-data.jar"/>
<pathelement location="lib/saxon/saxon-he-12.3.jar"/>
<pathelement location="lib/saxon/saxon-he-xqj-12.3.jar"/>
<pathelement location="lib/saxon/xmlresolver-5.2.0.jar"/>
<pathelement location="lib/saxon/xmlresolver-5.2.0-data.jar"/>
<pathelement location="lib/opencsv/opencsv-5.7.1.jar"/>
<pathelement location="lib/opencsv/lib/commons-beanutils-1.9.4.jar"/>
<pathelement location="lib/opencsv/lib/commons-lang3-3.12.0.jar"/>
Expand Down
Binary file modified b6Middleware/c4jMiddleware.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion b6Middleware/src/com/commander4j/mw/StartMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class StartMain

Logger logger = org.apache.logging.log4j.LogManager.getLogger((StartMain.class));
public MiddlewareConfig cfg;
public static String version = "5.20";
public static String version = "5.21";
Boolean running = false;
LogArchiveThread archiveLog;
StatusThread statusthread;
Expand Down

0 comments on commit 7ad2011

Please sign in to comment.