]> git.mxchange.org Git - addressbook.git/commitdiff
addressbook-user-ejb has been merged into addressbook-ejb
authorRoland Haeder <roland@mxchange.org>
Tue, 8 Mar 2016 21:03:31 +0000 (22:03 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 8 Mar 2016 21:03:31 +0000 (22:03 +0100)
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

index f79d5ecd3597a43859469680f9e63669dd1ff760..a5aeccfaa4ca488234938a9aff93a6a1ad7c9f01 100644 (file)
@@ -213,10 +213,6 @@ 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.addressbook-user-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">
@@ -231,7 +227,6 @@ 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.addressbook-user-ejb.dist-ear}" todir="${build.dir}//"/>
                <copyfiles files="${reference.jcontacts-ejb.dist-ear}" todir="${build.dir}//"/>
        </target>
        <target name="post-compile">
@@ -312,7 +307,6 @@ is divided into following sections:
                <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.addressbook-user-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">
@@ -649,10 +643,6 @@ 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.addressbook-user-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 12de9e917591d3be0b4fdaa0965a40f1b2c7d429..1c57d7d3430ec5531c113de17460634b3c53bdb2 100644 (file)
@@ -23,8 +23,7 @@ jar.content.additional=\
     ${reference.jcore-logger-ejb.dist-ear}:\
     ${reference.addressbook-ejb.dist-ear}:\
     ${reference.jcontacts-ejb.dist-ear}:\
-    ${reference.jcountry-ejb.dist-ear}:\
-    ${reference.addressbook-user-ejb.dist-ear}
+    ${reference.jcountry-ejb.dist-ear}
 jar.name=addressbook.ear
 javac.debug=true
 javac.deprecation=false
@@ -34,12 +33,10 @@ meta.inf=src/conf
 no.dependencies=false
 platform.active=default_platform
 project.addressbook-ejb=../addressbook-ejb
-project.addressbook-user-ejb=../../NetBeansProjects/addressbook-user-ejb
 project.jcontacts-ejb=../jcontacts-ejb
 project.jcore-logger-ejb=../jcore-logger-ejb
 project.jcountry-ejb=../../NetBeansProjects/jcountry-ejb
 reference.addressbook-ejb.dist-ear=${project.addressbook-ejb}/dist/addressbook-ejb.jar
-reference.addressbook-user-ejb.dist-ear=${project.addressbook-user-ejb}/dist/addressbook-user-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.jcountry-ejb.dist-ear=${project.jcountry-ejb}/dist/jcountry-ejb.jar
index 2806aa60d1252e9ef41361afbf03ddbe595f50e5..3000d2bb275e60efb9351ac471bed2d59911e64c 100644 (file)
                     <file>${reference.jcountry-ejb.dist-ear}</file>
                     <path-in-war>/</path-in-war>
                 </library>
-                <library>
-                    <file>${reference.addressbook-user-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>addressbook-user-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>jcontacts-ejb</foreign-project>
                 <artifact-type>j2ee_ear_archive</artifact-type>