From 19a29613fe11fad44b79474f78ffd9d7b1bf6c8d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 9 Apr 2016 22:00:12 +0200 Subject: [PATCH] this project may sent out mails later on. --- nbproject/build-impl.xml | 9 +++++++++ nbproject/genfiles.properties | 6 +++--- nbproject/project.properties | 5 ++++- nbproject/project.xml | 12 ++++++++++++ 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 0d03157f..199363bd 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -881,11 +881,17 @@ exists or setup the property manually. For example like this: + + + + + + @@ -1041,6 +1047,7 @@ exists or setup the property manually. For example like this: + @@ -1056,6 +1063,7 @@ exists or setup the property manually. For example like this: + @@ -1470,6 +1478,7 @@ exists or setup the property manually. For example like this: --> + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 91ae2379..7dbe5fb6 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=358d2e1f +build.xml.data.CRC32=5547d25e build.xml.script.CRC32=fae72669 build.xml.stylesheet.CRC32=651128d4@1.75.1.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=358d2e1f -nbproject/build-impl.xml.script.CRC32=9775b80c +nbproject/build-impl.xml.data.CRC32=5547d25e +nbproject/build-impl.xml.script.CRC32=95adae10 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index ab081227..25f38b21 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -69,7 +69,8 @@ javac.classpath=\ ${file.reference.jphone-lib.jar}:\ ${file.reference.juser-core.jar}:\ ${file.reference.juser-lib.jar}:\ - ${reference.jjobs-lib.jar} + ${reference.jjobs-lib.jar}:\ + ${reference.jjobs-mailer.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked -Xlint:deprecation javac.debug=true @@ -99,8 +100,10 @@ lib.dir=${web.docbase.dir}/WEB-INF/lib persistence.xml.dir=${conf.dir} platform.active=default_platform project.jjobs-lib=../jjobs-lib +project.jjobs-mailer=../../NetBeansProjects/jjobs-mailer 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 53d69873..f32d98e8 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -50,6 +50,10 @@ ${reference.jjobs-lib.jar} WEB-INF/lib + + ${reference.jjobs-mailer.jar} + WEB-INF/lib + @@ -71,6 +75,14 @@ clean jar + + jjobs-mailer + jar + + jar + clean + jar + -- 2.39.5