<isset property="build.deploy.on.save"/>
</not>
</condition>
+ <ant antfile="${project.addressbook-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>
<ant antfile="${project.jcore-logger-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}"/>
</target>
<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.addressbook-ejb.dist-ear}" todir="${build.dir}//"/>
</target>
<target name="post-compile">
<!-- Empty placeholder for easier customization. -->
</target>
<target name="-run-deploy-am" unless="no.deps">
<!-- Task to deploy to the Access Manager runtime. -->
+ <ant antfile="${project.addressbook-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
<ant antfile="${project.jcore-logger-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"/>
<isset property="build.deploy.on.save"/>
</not>
</condition>
+ <ant antfile="${project.addressbook-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>
<ant antfile="${project.jcore-logger-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}"/>
-build.xml.data.CRC32=6556a4c5
+build.xml.data.CRC32=0ad5a4f8
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=6556a4c5
-nbproject/build-impl.xml.script.CRC32=2eec50ff
+nbproject/build-impl.xml.data.CRC32=0ad5a4f8
+nbproject/build-impl.xml.script.CRC32=be4f5994
nbproject/build-impl.xml.stylesheet.CRC32=5eea63a6@1.49.1
j2ee.server.type=gfv3ee6
jar.compress=false
jar.content.additional=\
- ${reference.jcore-logger-ejb.dist-ear}
+ ${reference.jcore-logger-ejb.dist-ear}:\
+ ${reference.addressbook-ejb.dist-ear}
jar.name=addressbook.ear
javac.debug=true
javac.deprecation=false
meta.inf=src/conf
no.dependencies=false
platform.active=default_platform
+project.addressbook-ejb=../addressbook-ejb
project.jcore-logger-ejb=../jcore-logger-ejb
+reference.addressbook-ejb.dist-ear=${project.addressbook-ejb}/dist/addressbook-ejb.jar
reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar
resource.dir=setup
source.root=.
<file>${reference.jcore-logger-ejb.dist-ear}</file>
<path-in-war>/</path-in-war>
</library>
+ <library>
+ <file>${reference.addressbook-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">
+ <reference>
+ <foreign-project>addressbook-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>
<reference>
<foreign-project>jcore-logger-ejb</foreign-project>
<artifact-type>j2ee_ear_archive</artifact-type>