]> git.mxchange.org Git - addressbook-war.git/commitdiff
WAR projects should never send out mails, anyway. Let's do it the asynchronous
authorRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 17:24:17 +0000 (19:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 17:24:17 +0000 (19:24 +0200)
way over message-driven bean.

Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml

index 453bca0e9eaf739e0a2ae6306c1b628c71d5c824..00d5b847ded088411e80d85d9c70d89152d98fb0 100644 (file)
@@ -884,9 +884,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="jar">
-            <property name="deploy.on.save" value="false"/>
-        </ant>
     </target>
     <target depends="init" if="dist.ear.dir" name="deps-ear-jar" unless="no.deps">
         <ant antfile="${project.addressbook-core}/build.xml" inheritall="false" target="jar">
@@ -895,9 +892,6 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="jar">
             <property name="deploy.on.save" value="false"/>
         </ant>
-        <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="jar">
-            <property name="deploy.on.save" value="false"/>
-        </ant>
     </target>
     <target depends="init, deps-module-jar, deps-ear-jar" name="deps-jar" unless="no.deps"/>
     <target depends="init,deps-jar" name="-pre-pre-compile">
@@ -1460,7 +1454,6 @@ exists or setup the property manually. For example like this:
     <target depends="init" name="deps-clean" unless="no.deps">
         <ant antfile="${project.addressbook-core}/build.xml" inheritall="false" target="clean"/>
         <ant antfile="${project.addressbook-lib}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.addressbook-mailer}/build.xml" inheritall="false" target="clean"/>
     </target>
     <target depends="init" name="do-clean">
         <condition property="build.dir.to.clean" value="${build.web.dir}">
index d13cdb5d65d0b790ab78fcf0448324cee0c37763..3eba050b3cded573a90e2ae83c8f0c7d2fa3891f 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=be5f34f7
 build.xml.stylesheet.CRC32=651128d4@1.68.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=1292f65c
-nbproject/build-impl.xml.script.CRC32=b9d55450
+nbproject/build-impl.xml.data.CRC32=c26b183e
+nbproject/build-impl.xml.script.CRC32=a4728bfb
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index fb9b71c955abe82dd969410dfe3d4c11180e1bb5..79bf6a9c9887124aed66c12b845483bea7cbefd5 100644 (file)
@@ -87,7 +87,6 @@ javac.classpath=\
     ${file.reference.jaddressbook-share-lib.jar}:\
     ${reference.addressbook-core.jar}:\
     ${reference.addressbook-lib.jar}:\
-    ${reference.addressbook-mailer.jar}:\
     ${file.reference.cdi-api.jar}:\
     ${file.reference.gf-client.jar}:\
     ${file.reference.poi-3.14-20160307.jar}:\
@@ -125,11 +124,9 @@ persistence.xml.dir=${conf.dir}
 platform.active=default_platform
 project.addressbook-core=../../NetBeansProjects/addressbook-core
 project.addressbook-lib=../addressbook-lib
-project.addressbook-mailer=../../NetBeansProjects/addressbook-mailer
 project.license=agpl30
 reference.addressbook-core.jar=${project.addressbook-core}/dist/addressbook-core.jar
 reference.addressbook-lib.jar=${project.addressbook-lib}/dist/addressbook-lib.jar
-reference.addressbook-mailer.jar=${project.addressbook-mailer}/dist/addressbook-mailer.jar
 resource.dir=setup
 run.test.classpath=\
     ${javac.test.classpath}:\
index 6f564f361bb4399ba1b54c2b16211d22ff071b96..37d6106829b80eb6aea5ee1c82d13caf68cd794e 100644 (file)
@@ -60,9 +60,6 @@
                 <library dirs="200">
                     <file>${reference.addressbook-lib.jar}</file>
                 </library>
-                <library dirs="200">
-                    <file>${reference.addressbook-mailer.jar}</file>
-                </library>
                 <library dirs="200">
                     <file>${file.reference.cdi-api.jar}</file>
                 </library>
                 <clean-target>clean</clean-target>
                 <id>jar</id>
             </reference>
-            <reference>
-                <foreign-project>addressbook-mailer</foreign-project>
-                <artifact-type>jar</artifact-type>
-                <script>build.xml</script>
-                <target>jar</target>
-                <clean-target>clean</clean-target>
-                <id>jar</id>
-            </reference>
         </references>
     </configuration>
 </project>