]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2022 04:55:33 +0000 (06:55 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 15 Sep 2022 05:06:13 +0000 (07:06 +0200)
- added QRCode Generator 1.4

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/nblibraries.properties
lib/qrgen/qrgen-1.4.jar [new file with mode: 0644]
lib/qrgen/zxing-core-3.0.0.jar [new file with mode: 0644]
lib/qrgen/zxing-javase-3.0.0.jar [new file with mode: 0644]
nbproject/project.properties
nbproject/project.xml

index 8916bb4ac1be1562bc330eb2a8e38a28b884d4c5..e71ba67e156b01afab55bc4d3a3dd1c96b3ff350 100644 (file)
@@ -10,6 +10,11 @@ libs.apache_poi.classpath=\
 libs.apache_poi.displayName=Apache POI 4.1.1
 libs.apache_poi.javadoc=\
     https://poi.apache.org/apidocs/
+libs.qrgen.classpath=\
+    ${base}/qrgen/qrgen-1.4.jar:\
+    ${base}/qrgen/zxing-core-3.0.0.jar:\
+    ${base}/qrgen/zxing-javase-3.0.0.jar
+libs.qrgen.displayName=QR Code Generator 1.4
 libs.cache.classpath=\
     ${base}/cache/cache-api-1.1.0-SNAPSHOT.jar
 libs.cache.displayName=Cache 1.1.0
diff --git a/lib/qrgen/qrgen-1.4.jar b/lib/qrgen/qrgen-1.4.jar
new file mode 100644 (file)
index 0000000..8fda25a
Binary files /dev/null and b/lib/qrgen/qrgen-1.4.jar differ
diff --git a/lib/qrgen/zxing-core-3.0.0.jar b/lib/qrgen/zxing-core-3.0.0.jar
new file mode 100644 (file)
index 0000000..0d0f778
Binary files /dev/null and b/lib/qrgen/zxing-core-3.0.0.jar differ
diff --git a/lib/qrgen/zxing-javase-3.0.0.jar b/lib/qrgen/zxing-javase-3.0.0.jar
new file mode 100644 (file)
index 0000000..9edf223
Binary files /dev/null and b/lib/qrgen/zxing-javase-3.0.0.jar differ
index 5a47991e5a1d93d57fe797f573ef521971d24c6e..81c30c9a1d451bf20ff1786d77a1c459806e073f 100644 (file)
@@ -97,6 +97,7 @@ javac.classpath=\
     ${file.reference.cdi-api.jar}:\
     ${libs.Apache_Commons_Math3.classpath}:\
     ${libs.apache_poi.classpath}:\
+    ${libs.qrgen.classpath}:\
     ${libs.cache.classpath}:\
     ${libs.primefaces.classpath}:\
     ${libs.omnifaces.classpath}:\
index bcb24c15be4660381c310f747ee45ff44437af0d..c275e55ea529bbb9c74fa7c51dcb4a059d824cd7 100644 (file)
@@ -84,6 +84,9 @@
                 <library dirs="200">
                     <file>${libs.apache_poi.classpath}</file>
                 </library>
+                <library dirs="200">
+                    <file>${libs.qrgen.classpath}</file>
+                </library>
                 <library dirs="200">
                     <file>${libs.cache.classpath}</file>
                 </library>