From: Roland Häder Date: Mon, 2 May 2016 07:47:19 +0000 (+0200) Subject: switched to project-based mailer dependency X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e7d476b3605b9ac2fcb42e6ffee4ea171df9efe;p=jjobs-ejb.git switched to project-based mailer dependency Signed-off-by: Roland Häder --- diff --git a/lib/cdi-api.jar b/lib/cdi-api.jar new file mode 100644 index 0000000..1fa239e Binary files /dev/null and b/lib/cdi-api.jar differ diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 5a4560a..1517d28 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -809,11 +809,23 @@ exists or setup the property manually. For example like this: + + + + + + + + + + + + @@ -841,9 +853,10 @@ exists or setup the property manually. For example like this: - + + @@ -861,11 +874,12 @@ exists or setup the property manually. For example like this: - + + - + @@ -881,9 +895,10 @@ exists or setup the property manually. For example like this: - - - + + + + @@ -902,9 +917,10 @@ exists or setup the property manually. For example like this: - + + @@ -1289,6 +1305,8 @@ exists or setup the property manually. For example like this: --> + + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index f73937b..c90f31a 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=5fb6c6cd +build.xml.data.CRC32=69fcbf33 build.xml.script.CRC32=9c0f08a9 build.xml.stylesheet.CRC32=5910fda3@1.55.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=5fb6c6cd -nbproject/build-impl.xml.script.CRC32=b5ddce5f +nbproject/build-impl.xml.data.CRC32=69fcbf33 +nbproject/build-impl.xml.script.CRC32=fda42d8a nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index 4e1a48c..3332822 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,6 +21,7 @@ dist.jar=${dist.dir}/${jar.name} dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +file.reference.cdi-api.jar=lib/cdi-api.jar file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar file.reference.jaddressbook-lib.jar=lib/jaddressbook-lib.jar file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar @@ -68,10 +69,10 @@ javac.classpath=\ ${file.reference.jaddressbook-core.jar}:\ ${file.reference.jaddressbook-lib.jar}:\ ${file.reference.jmailer-ee.jar}:\ - ${file.reference.jjobs-mailer.jar}:\ ${file.reference.jjobs-core.jar}:\ - ${reference.jjobs-lib.jar} -javac.compilerargs=-Xlint:unchecked -Xlint:deprecation + ${reference.jjobs-lib.jar}:\ + ${reference.jjobs-mailer.jar}:\ + ${file.reference.cdi-api.jar} javac.debug=true javac.deprecation=true javac.processorpath=\ @@ -98,8 +99,11 @@ meta.inf=${source.root}/conf meta.inf.excludes=sun-cmp-mappings.xml platform.active=default_platform project.jjobs-lib=../jjobs-lib +project.jjobs-mailer=../jjobs-mailer +project.juser-core=../juser-core project.license=agpl30 reference.jjobs-lib.jar=${project.jjobs-lib}/dist/jjobs-lib.jar +reference.jjobs-mailer.jar=${project.jjobs-mailer}/dist/jjobs-mailer.jar resource.dir=setup run.test.classpath=\ ${javac.test.classpath}:\ diff --git a/nbproject/project.xml b/nbproject/project.xml index 23a9011..9014f65 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -20,9 +20,10 @@ file.reference.jaddressbook-core.jar file.reference.jaddressbook-lib.jar file.reference.jmailer-ee.jar - file.reference.jjobs-mailer.jar file.reference.jjobs-core.jar reference.jjobs-lib.jar + reference.jjobs-mailer.jar + file.reference.cdi-api.jar @@ -42,6 +43,22 @@ clean jar + + jjobs-mailer + jar + + jar + clean + jar + + + juser-core + jar + + jar + clean + jar +