From: Roland Häder <roland@mxchange.org>
Date: Fri, 28 Jul 2017 22:00:49 +0000 (+0200)
Subject: changed to common way, no version number in variables
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=709291318762f4466eca9d55728e97acd1395fab;p=jfinancials-war.git

changed to common way, no version number in variables

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/lib/nblibraries.properties b/lib/nblibraries.properties
index f5755cd1..81f70194 100644
--- a/lib/nblibraries.properties
+++ b/lib/nblibraries.properties
@@ -1,8 +1,8 @@
-libs.Apache_POI_3.15.classpath=\
+libs.apache_poi.classpath=\
     ${base}/poi/poi-3.15.jar:\
     ${base}/poi/poi-ooxml-3.15.jar
-libs.Apache_POI_3.15.displayName=Apache POI 3.15
-libs.Apache_POI_3.15.javadoc=\
+libs.apache_poi.displayName=Apache POI 3.15
+libs.apache_poi.javadoc=\
     https://poi.apache.org/apidocs/
 libs.CopyLibs.classpath=\
     ${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 46bff0be..8f8e314d 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -85,7 +85,7 @@ javac.classpath=\
     ${reference.jfinancials-lib.jar}:\
     ${file.reference.cdi-api.jar}:\
     ${file.reference.gf-client.jar}:\
-    ${libs.Apache_POI_3.15.classpath}:\
+    ${libs.apache_poi.classpath}:\
     ${libs.primefaces.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
diff --git a/nbproject/project.xml b/nbproject/project.xml
index 8a88031b..9fc749e3 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -64,7 +64,7 @@
                     <file>${file.reference.gf-client.jar}</file>
                 </library>
                 <library dirs="200">
-                    <file>${libs.Apache_POI_3.15.classpath}</file>
+                    <file>${libs.apache_poi.classpath}</file>
                 </library>
                 <library dirs="200">
                     <file>${libs.primefaces.classpath}</file>