]> git.mxchange.org Git - jjobs-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>
Sun, 3 Sep 2017 16:34:17 +0000 (18:34 +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 feb511936cff13b6cb12c4cc3f0d1a337e8ec5d4..6997be2666ddaccddebc9dcaa1baee847898b438 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-6.0.jar
 libs.primefaces.displayName=PrimeFaces 6.0
index 7439f5c6ae76d31642cb50ccfe303eae03098d9c..0001f4de28020b8ef4a29fae8f34134d1741d61b 100644 (file)
@@ -92,7 +92,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 86216d80501730eda378395ad3b8da225dd35a4a..f1ab73d02eb8ac077ba49e90b7b9806867d011a7 100644 (file)
@@ -78,6 +78,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>