From 709291318762f4466eca9d55728e97acd1395fab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 29 Jul 2017 00:00:49 +0200 Subject: [PATCH] changed to common way, no version number in variables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/nblibraries.properties | 6 +++--- nbproject/project.properties | 2 +- nbproject/project.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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.reference.gf-client.jar} - ${libs.Apache_POI_3.15.classpath} + ${libs.apache_poi.classpath} ${libs.primefaces.classpath} -- 2.39.5