]> git.mxchange.org Git - pizzaservice-core.git/blobdiff - nbproject/build-impl.xml
added missing customer_number column
[pizzaservice-core.git] / nbproject / build-impl.xml
index 9b61e64c253f2d3e77b5d55ec3f268743903e154..f15258b582b7b439dfe7a1b5e52ca82e0d3fbad7 100644 (file)
@@ -205,7 +205,7 @@ 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.PizzaService-war}/build.xml" inheritall="false" target="dist-ear">
+        <ant antfile="${project.jshop-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>
@@ -222,7 +222,7 @@ exists or setup the property manually. For example like this:
     </target>
     <target depends="init,deps-jar,pre-pre-compile,pre-compile" name="-do-compile-deps">
         <copyfiles files="${reference.PizzaService-ejb.dist-ear}" todir="${build.dir}//"/>
-        <copyfiles files="${reference.PizzaService-war.dist-ear}" todir="${build.dir}//"/>
+        <copyfiles files="${reference.jshop-ejb.dist-ear}" todir="${build.dir}//"/>
     </target>
     <target name="post-compile">
         <!-- Empty placeholder for easier customization. -->
@@ -300,7 +300,7 @@ exists or setup the property manually. For example like this:
     <target name="-run-deploy-am" unless="no.deps">
         <!-- Task to deploy to the Access Manager runtime. -->
         <ant antfile="${project.PizzaService-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/>
-        <ant antfile="${project.PizzaService-war}/build.xml" inheritall="false" target="-run-deploy-am"/>
+        <ant antfile="${project.jshop-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">
@@ -629,7 +629,7 @@ 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.PizzaService-war}/build.xml" inheritall="false" target="clean-ear">
+        <ant antfile="${project.jshop-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>