]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please repeat/cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 2 Sep 2017 19:59:31 +0000 (21:59 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 16 Sep 2017 13:24:12 +0000 (15:24 +0200)
- added new dependency to JCache API which aims the right way, away from
  previously said and more "persistent" cache (on each reboot for now, but that
  is okay)
- there was no Javadoc Online available, so I added the Offline JAR version,
  sorry for one more binary!

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/cache/cache-api-1.1.0-SNAPSHOT-javadoc.jar [new file with mode: 0644]
lib/cache/cache-api-1.1.0-SNAPSHOT.jar [new file with mode: 0644]
lib/nblibraries.properties
nbproject/project.properties
nbproject/project.xml

diff --git a/lib/cache/cache-api-1.1.0-SNAPSHOT-javadoc.jar b/lib/cache/cache-api-1.1.0-SNAPSHOT-javadoc.jar
new file mode 100644 (file)
index 0000000..55d7a1c
Binary files /dev/null and b/lib/cache/cache-api-1.1.0-SNAPSHOT-javadoc.jar differ
diff --git a/lib/cache/cache-api-1.1.0-SNAPSHOT.jar b/lib/cache/cache-api-1.1.0-SNAPSHOT.jar
new file mode 100644 (file)
index 0000000..ec48e1b
Binary files /dev/null and b/lib/cache/cache-api-1.1.0-SNAPSHOT.jar differ
index 5490ed3c142c13caab144d0c615cc70e793cc417..e8a8708909206230b08d116bc20b90d8bef792b3 100644 (file)
@@ -4,10 +4,20 @@ libs.apache_poi.classpath=\
 libs.apache_poi.displayName=Apache POI 3.15
 libs.apache_poi.javadoc=\
     https://poi.apache.org/apidocs/
+libs.cache.classpath=\
+    ${base}/cache/cache-api-1.1.0-SNAPSHOT.jar
+libs.cache.displayName=Cache 1.1.0
+libs.cache.javadoc=\
+    ${base}/cache/cache-api-1.1.0-SNAPSHOT-javadoc.jar!//
 libs.CopyLibs.classpath=\
     ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
 libs.CopyLibs.displayName=CopyLibs Task
 libs.CopyLibs.prop-version=2.0
+libs.JCache_CDI.classpath=\
+    ${base}/JCache_CDI/jcache-cdi-0.1-SNAPSHOT.jar
+libs.JCache_CDI.displayName=JCache CDI
+libs.JCache_CDI.src=\
+    ${base}/JCache_CDI/jcache-cdi-0.1-SNAPSHOT-sources.jar!//
 libs.primefaces.classpath=\
     ${base}/primefaces/primefaces-5.3.jar
 libs.primefaces.displayName=PrimeFaces 5.3
index 661ff0599ce7e72a70bd5c76bcb2f5575d6436ef..9e5d96877e5dc6d41c91803b3af4cc1c151b3bf2 100644 (file)
@@ -100,7 +100,8 @@ javac.classpath=\
     ${file.reference.cdi-api.jar}:\
     ${file.reference.gf-client.jar}:\
     ${libs.apache_poi.classpath}:\
-    ${libs.primefaces.classpath}
+    ${libs.primefaces.classpath}:\
+    ${libs.cache.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.debug=true
index b21fa52290a6918beb2588f90c00ffed3cd94d1e..0fddd02c3a67cdc299ce950c0315153ee63b5ffc 100644 (file)
@@ -90,6 +90,9 @@
                 <library dirs="200">
                     <file>${libs.primefaces.classpath}</file>
                 </library>
+                <library dirs="200">
+                    <file>${libs.cache.classpath}</file>
+                </library>
             </web-module-libraries>
             <web-module-additional-libraries/>
             <source-roots>