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=4b921ac02b661bbe867c7c4b70aa9e63aed68c1d;p=pizzaservice-ejb.git switched to project-based mailer dependency Signed-off-by: Roland Häder --- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index e81d315..b135e2a 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -809,11 +809,17 @@ exists or setup the property manually. For example like this: + + + + + + @@ -843,6 +849,7 @@ exists or setup the property manually. For example like this: + @@ -862,8 +869,9 @@ exists or setup the property manually. For example like this: + - + @@ -881,6 +889,7 @@ exists or setup the property manually. For example like this: + @@ -901,6 +910,7 @@ exists or setup the property manually. For example like this: + @@ -1285,6 +1295,7 @@ exists or setup the property manually. For example like this: --> + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index fa7f097..25ad5d7 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -3,6 +3,6 @@ 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=36b9a6ad -nbproject/build-impl.xml.script.CRC32=9b14e713 +nbproject/build-impl.xml.data.CRC32=cc2225c1 +nbproject/build-impl.xml.script.CRC32=03599020 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index e12fad6..4bdffbf 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -71,6 +71,7 @@ javac.classpath=\ ${file.reference.jmailer-ee.jar}:\ ${file.reference.pizzaservice-core.jar}:\ ${reference.PizzaService-lib.jar}:\ + ${reference.pizzaservice-mailer.jar}:\ ${file.reference.cdi-api.jar} javac.debug=true javac.deprecation=true @@ -99,7 +100,9 @@ meta.inf.excludes=sun-cmp-mappings.xml platform.active=default_platform project.license=agpl30 project.pizzaservice-lib=../pizzaservice-lib +project.pizzaservice-mailer=../../NetBeansProjects/pizzaservice-mailer reference.PizzaService-lib.jar=${project.PizzaService-lib}/dist/PizzaService-lib.jar +reference.pizzaservice-mailer.jar=${project.pizzaservice-mailer}/dist/pizzaservice-mailer.jar resource.dir=setup run.test.classpath=\ ${javac.test.classpath}:\ diff --git a/nbproject/project.xml b/nbproject/project.xml index f6e7a33..1c3dfb2 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -22,6 +22,7 @@ file.reference.jmailer-ee.jar file.reference.pizzaservice-core.jar reference.PizzaService-lib.jar + reference.pizzaservice-mailer.jar @@ -41,6 +42,14 @@ clean jar + + pizzaservice-mailer + jar + + jar + clean + jar +