]> git.mxchange.org Git - addressbook.git/commitdiff
Fixed project dependency
authorRoland Haeder <roland@mxchange.org>
Mon, 4 Apr 2016 16:51:21 +0000 (18:51 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 4 Apr 2016 16:51:21 +0000 (18:51 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml

index a5aeccfaa4ca488234938a9aff93a6a1ad7c9f01..600f64ef9c6b63b963215bef9d308fbb44b52800 100644 (file)
@@ -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>