]> git.mxchange.org Git - addressbook.git/commitdiff
added juser-ejb
authorRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 13:26:14 +0000 (15:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 5 Oct 2015 13:26:14 +0000 (15:26 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml

index 9fa99d2ded77b797ba3e59384e2cc2c05c02f4ba..89439928c3a2c69c3a05ae9fc4b26854d6a8446c 100644 (file)
@@ -213,6 +213,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.juser-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">
@@ -228,6 +232,7 @@ exists or setup the property manually. For example like this:
         <copyfiles files="${reference.jcore-logger-ejb.dist-ear}" todir="${build.dir}//"/>
         <copyfiles files="${reference.addressbook-ejb.dist-ear}" todir="${build.dir}//"/>
         <copyfiles files="${reference.jcontacts-ejb.dist-ear}" todir="${build.dir}//"/>
+        <copyfiles files="${reference.juser-ejb.dist-ear}" todir="${build.dir}//"/>
     </target>
     <target name="post-compile">
         <!-- Empty placeholder for easier customization. -->
@@ -307,6 +312,7 @@ exists or setup the property manually. For example like this:
         <ant antfile="${project.addressbook-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
         <ant antfile="${project.jcontacts-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
         <ant antfile="${project.jcore-logger-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
+        <ant antfile="${project.juser-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">
@@ -643,6 +649,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.juser-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}"/>
index b189318996508f34c2cfd4e2ed189040e53e9e73..307dbb6d65ccdb45afc0788c7bdba6640cf1d1f3 100644 (file)
@@ -1,8 +1,8 @@
-build.xml.data.CRC32=b7c2bad0
+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=b7c2bad0
-nbproject/build-impl.xml.script.CRC32=ca3b3613
+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 09269e83be04a75a683eec745e2c10fddb2c5c9f..8203a8dc8e5c68b8bab9836a2c56ec07e8ae2b2a 100644 (file)
@@ -21,7 +21,8 @@ jar.compress=false
 jar.content.additional=\
     ${reference.jcore-logger-ejb.dist-ear}:\
     ${reference.addressbook-ejb.dist-ear}:\
-    ${reference.jcontacts-ejb.dist-ear}
+    ${reference.jcontacts-ejb.dist-ear}:\
+    ${reference.juser-ejb.dist-ear}
 jar.name=addressbook.ear
 javac.debug=true
 javac.deprecation=false
@@ -33,8 +34,10 @@ platform.active=default_platform
 project.addressbook-ejb=../addressbook-ejb
 project.jcontacts-ejb=../jcontacts-ejb
 project.jcore-logger-ejb=../jcore-logger-ejb
+project.juser-ejb=../juser-ejb
 reference.addressbook-ejb.dist-ear=${project.addressbook-ejb}/dist/addressbook-ejb.jar
 reference.jcontacts-ejb.dist-ear=${project.jcontacts-ejb}/dist/jcontacts-ejb.jar
 reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar
+reference.juser-ejb.dist-ear=${project.juser-ejb}/dist/juser-ejb.jar
 resource.dir=setup
 source.root=.
index f92b2b1994f7a53bad68382c91a05553d81d0f13..586ffe334a1bcce6221d1962e92a331abeba43bc 100644 (file)
                     <file>${reference.jcontacts-ejb.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
+                <library>
+                    <file>${reference.juser-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>juser-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>