]> git.mxchange.org Git - jjobs.git/commitdiff
removed genfiles.properties
authorRoland Häder <roland@mxchange.org>
Sat, 8 Jul 2017 18:17:14 +0000 (20:17 +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>
nbproject/build-impl.xml
nbproject/genfiles.properties [deleted file]
nbproject/project.properties
nbproject/project.xml

index 82df07a312f190224234e7627649f7140e9673f4..3ff5b6cf838d7d63e9bfdebf6720aaa7ecfa826c 100644 (file)
@@ -209,6 +209,10 @@ exists or setup the property manually. For example like this:
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
+        <ant antfile="${project.jjobs-mailer-ejb}/build.xml" inheritall="false" target="dist-ear">
+            <property location="${build.dir}" name="dist.ear.dir"/>
+            <property name="deploy.on.save" value="${build.deploy.on.save}"/>
+        </ant>
     </target>
     <target depends="init,deps-jar,deps-j2ee-archive" name="pre-pre-compile"/>
     <target name="pre-compile">
@@ -223,6 +227,7 @@ exists or setup the property manually. For example like this:
     <target depends="init,deps-jar,pre-pre-compile,pre-compile" name="-do-compile-deps">
         <copyfiles files="${reference.jcore-logger-ejb.dist-ear}" todir="${build.dir}//"/>
         <copyfiles files="${reference.jjobs-ejb.dist-ear}" todir="${build.dir}//"/>
+        <copyfiles files="${reference.jjobs-mailer-ejb.dist-ear}" todir="${build.dir}//"/>
     </target>
     <target name="post-compile">
         <!-- Empty placeholder for easier customization. -->
@@ -301,6 +306,7 @@ exists or setup the property manually. For example like this:
         <!-- Task to deploy to the Access Manager runtime. -->
         <ant antfile="${project.jcore-logger-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
         <ant antfile="${project.jjobs-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
+        <ant antfile="${project.jjobs-mailer-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
     </target>
     <target depends="-init-cos,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy" name="run-deploy"/>
     <target if="netbeans.home" name="-run-deploy-nb">
@@ -633,6 +639,10 @@ exists or setup the property manually. For example like this:
             <property location="${build.dir}" name="dist.ear.dir"/>
             <property name="deploy.on.save" value="${build.deploy.on.save}"/>
         </ant>
+        <ant antfile="${project.jjobs-mailer-ejb}/build.xml" inheritall="false" target="clean-ear">
+            <property location="${build.dir}" name="dist.ear.dir"/>
+            <property name="deploy.on.save" value="${build.deploy.on.save}"/>
+        </ant>
     </target>
     <target depends="init" name="do-clean">
         <delete dir="${build.dir}"/>
diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties
deleted file mode 100644 (file)
index 808bbfa..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=3a17848b
-build.xml.script.CRC32=9e6eddae
-build.xml.stylesheet.CRC32=a5d15b16@1.53.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=3a17848b
-nbproject/build-impl.xml.script.CRC32=914a2891
-nbproject/build-impl.xml.stylesheet.CRC32=5eea63a6@1.53.1
index 6040d3a55c76d5f57847ddac16ba326b5c6662a1..e74ce8ca3f1ef1d07f4002ae59f70b47c972e2b9 100644 (file)
@@ -22,7 +22,8 @@ j2ee.server.type=gfv3ee6
 jar.compress=false
 jar.content.additional=\
     ${reference.jcore-logger-ejb.dist-ear}:\
-    ${reference.jjobs-ejb.dist-ear}
+    ${reference.jjobs-ejb.dist-ear}:\
+    ${reference.jjobs-mailer-ejb.dist-ear}
 jar.name=jjobs.ear
 javac.debug=true
 javac.deprecation=false
@@ -33,8 +34,10 @@ no.dependencies=false
 platform.active=default_platform
 project.jcore-logger-ejb=../../MyProjects/jcore-logger-ejb
 project.jjobs-ejb=../jjobs-ejb
+project.jjobs-mailer-ejb=../jjobs-mailer-ejb
 reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar
 reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar
+reference.jjobs-mailer-ejb.dist-ear=${project.jjobs-mailer-ejb}/dist/jjobs-mailer-ejb.jar
 resource.dir=setup
 run.classpath=
 source.root=.
index e92fac7175cf785cc08ab0df17915bf4756eb6a6..ce9f5e170da81877568e5c776f990baeb421d2f5 100644 (file)
                     <file>${reference.jjobs-ejb.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
+                <library>
+                    <file>${reference.jjobs-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>jjobs-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>