]> git.mxchange.org Git - jfinancials.git/commitdiff
removed genfiles.properties
authorRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 17:25:13 +0000 (19:25 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 18:44:07 +0000 (20:44 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
INSTALL.txt
nbproject/genfiles.properties [deleted file]
nbproject/project.properties
nbproject/project.xml

index bd99dcca0299e2fc749d066a50a977468016e301..96eccb8961bb08882755ecfb036a5efd0334ee37 100644 (file)
@@ -55,6 +55,6 @@ mail.smtp.auth : true
 
 8) Setup JMS message queue
 
-JNDI name: jms/addressbook-user-activity-log
-Physical destination name: addressbookUserActivityLog
+JNDI name: jms/jfinancials-user-activity-log
+Physical destination name: jfinancialsUserActivityLog
 Resource type: javax.jms.Queue
diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties
deleted file mode 100644 (file)
index 307dbb6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=f3463072
-build.xml.script.CRC32=dd3150bf
-build.xml.stylesheet.CRC32=a5d15b16@1.49.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=f3463072
-nbproject/build-impl.xml.script.CRC32=bdf6b24c
-nbproject/build-impl.xml.stylesheet.CRC32=5eea63a6@1.49.1
index e2c8979ea2e4960663b0e821e21c1a104a595ac6..ab7f8190cd7b8925ca07a6c8d3ce2c6e5c6f7ea9 100644 (file)
@@ -21,7 +21,8 @@ j2ee.server.type=gfv3ee6
 jar.compress=false
 jar.content.additional=\
     ${reference.jcore-logger-ejb.dist-ear}:\
-    ${reference.jfinancials-ejb.dist-ear}
+    ${reference.jfinancials-ejb.dist-ear}:\
+    ${reference.jfinancials-mailer-ejb.dist-ear}
 jar.name=jfinancials.ear
 javac.debug=true
 javac.deprecation=false
@@ -30,10 +31,12 @@ javac.target=1.6
 meta.inf=src/conf
 no.dependencies=false
 platform.active=default_platform
-project.jfinancials-ejb=../jfinancials-ejb
 project.jcore-logger-ejb=../jcore-logger-ejb
+project.jfinancials-ejb=../jfinancials-ejb
+project.jfinancials-mailer-ejb=../../NetBeansProjects/jfinancials-mailer-ejb
 reference.jfinancials-ejb.dist-ear=${project.jfinancials-ejb}/dist/jfinancials-ejb.jar
 reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar
+reference.jfinancials-mailer-ejb.dist-ear=${project.jfinancials-mailer-ejb}/dist/jfinancials-mailer-ejb.jar
 resource.dir=setup
 run.classpath=
 source.root=.
index 14d24630ca50d283494985fe75e4ac5dbc456d36..284ad402b7da84ee17d3e973a51b8d29f7aff19e 100644 (file)
                     <file>${reference.jfinancials-ejb.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
+                <library>
+                    <file>${reference.jfinancials-mailer-ejb.dist-ear}</file>
+                    <path-in-war>/</path-in-war>
+                </library>
             </web-module-additional-libraries>
         </data>
         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
                 <clean-target>clean-ear</clean-target>
                 <id>dist-ear</id>
             </reference>
+            <reference>
+                <foreign-project>jfinancials-mailer-ejb</foreign-project>
+                <artifact-type>j2ee_ear_archive</artifact-type>
+                <script>build.xml</script>
+                <target>dist-ear</target>
+                <clean-target>clean-ear</clean-target>
+                <id>dist-ear</id>
+            </reference>
         </references>
     </configuration>
 </project>