]> git.mxchange.org Git - jfinancials-war.git/commitdiff
changed to common way, no version number in variables
authorRoland Häder <roland@mxchange.org>
Fri, 28 Jul 2017 22:00:49 +0000 (00:00 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 28 Jul 2017 22:00:49 +0000 (00:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
lib/nblibraries.properties
nbproject/project.properties
nbproject/project.xml

index f5755cd1210e98d2cdf3ded5c35feab29e3211d2..81f7019474e05ede8374fcdf0f74f49f9302adae 100644 (file)
@@ -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
index 46bff0be9902fee1733b5c830a0c1ec3be2c4534..8f8e314de99297d3d1a5d8fd676a568d74e0042d 100644 (file)
@@ -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
index 8a88031b118fb1d5fb62f2715ad66bc8f24d237b..9fc749e3894d7e5adb2a7f52d0828ab2cf0ae878 100644 (file)
@@ -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>