From: Roland Häder Date: Thu, 6 Feb 2020 13:37:40 +0000 (+0100) Subject: Don't cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26f9e976e195124c7a8e1d9a6fb8d06f80eba565;p=jfinancials-mailer-ejb.git Don't cherry-pick: - added Java EE 7 API Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- diff --git a/lib/javaee-api-7.0/javaee-api-7.0.jar b/lib/javaee-api-7.0/javaee-api-7.0.jar new file mode 100644 index 0000000..9e38d4c Binary files /dev/null and b/lib/javaee-api-7.0/javaee-api-7.0.jar differ diff --git a/lib/nblibraries.properties b/lib/nblibraries.properties index 82f74cc..8a3a891 100644 --- a/lib/nblibraries.properties +++ b/lib/nblibraries.properties @@ -1,3 +1,9 @@ +libs.javaee-api-7.0.classpath=\ + ${base}/javaee-api-7.0/javaee-api-7.0.jar +libs.javaee-api-7.0.displayName=Java EE 7 API Library +libs.javaee-api-7.0.javadoc=\ + https://docs.oracle.com/javaee/7/api/ +libs.javaee-api-7.0.prop-maven-dependencies=javax:javaee-api:7.0:jar libs.velocity.classpath=\ ${base}/velocity/velocity-1.7-dep.jar:\ ${base}/velocity/velocity-1.7.jar diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 6f48990..6231cbf 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -522,8 +522,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - - + @@ -555,8 +554,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - - + @@ -707,18 +705,6 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - - - - - - - - - - - - @@ -734,8 +720,7 @@ or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties f - - + @@ -832,6 +817,7 @@ exists or setup the property manually. For example like this: + @@ -840,14 +826,16 @@ exists or setup the property manually. For example like this: + - + + @@ -857,6 +845,7 @@ exists or setup the property manually. For example like this: + diff --git a/nbproject/project.properties b/nbproject/project.properties index b6a9766..40c3383 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -45,8 +45,10 @@ javac.classpath=\ ${file.reference.jcore-logger-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ ${file.reference.cdi-api.jar}:\ + ${reference.jfinancials-mailer-lib.jar}:\ ${libs.velocity.classpath}:\ - ${reference.jfinancials-mailer-lib.jar} + ${libs.javaee-api-7.0.classpath} +>>>>>>> e4cc82df... Don't cherry-pick: javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.debug=true javac.deprecation=true diff --git a/nbproject/project.xml b/nbproject/project.xml index e3684ff..c33e06f 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -11,6 +11,7 @@ file.reference.cdi-api.jar libs.velocity.classpath reference.jfinancials-mailer-lib.jar + libs.javaee-api-7.0.classpath