From: Roland Haeder <roland@mxchange.org>
Date: Mon, 4 Apr 2016 16:51:21 +0000 (+0200)
Subject: Fixed project dependency
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97396ab578210c24ac5af014fe2ddb5fe1e373aa;p=addressbook.git

Fixed project dependency

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index a5aeccf..600f64e 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -205,7 +205,7 @@ is divided into following sections:
 			<property location="${build.dir}" name="dist.ear.dir"/>
 			<property name="deploy.on.save" value="${build.deploy.on.save}"/>
 		</ant>
-		<ant antfile="${project.jcontacts-ejb}/build.xml" inheritall="false" target="dist-ear">
+		<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>
@@ -227,7 +227,7 @@ is divided into following sections:
 	<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}//"/>
-		<copyfiles files="${reference.jcontacts-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. -->
@@ -305,7 +305,7 @@ is divided into following sections:
 	<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.jcontacts-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
+		<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"/>
@@ -635,7 +635,7 @@ is divided into following sections:
 			<property location="${build.dir}" name="dist.ear.dir"/>
 			<property name="deploy.on.save" value="${build.deploy.on.save}"/>
 		</ant>
-		<ant antfile="${project.jcontacts-ejb}/build.xml" inheritall="false" target="clean-ear">
+		<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>