]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Somehow the build system has changed? ;-(
authorRoland Haeder <roland@mxchange.org>
Wed, 25 May 2016 17:24:20 +0000 (19:24 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 25 May 2016 17:24:20 +0000 (19:24 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.xml

index 0c2513931a1da079e1ae7b398ad0cfe5207f4099..ca0d2d23678bf0f9bcfda64dcd96ee3f672c1d65 100644 (file)
@@ -1476,36 +1476,35 @@ exists or setup the property manually. For example like this:
     <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
     <!--
 
-                CLEANUP SECTION
-            -->
-    <target depends="init" name="deps-clean" unless="no.deps">
-        <ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.pizzaservice-lib-1}/build.xml" inheritall="false" target="clean"/>
-        <ant antfile="${project.pizzaservice-mailer}/build.xml" inheritall="false" target="clean"/>
-    </target>
-    <target depends="init" name="do-clean">
-        <condition property="build.dir.to.clean" value="${build.web.dir}">
-            <isset property="dist.ear.dir"/>
-        </condition>
-        <property name="build.dir.to.clean" value="${build.web.dir}"/>
-        <delete includeEmptyDirs="true" quiet="true">
-            <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/>
-        </delete>
-        <delete dir="${build.dir}"/>
-        <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/>
-        <delete dir="${dist.dir}"/>
-    </target>
-    <target depends="do-clean" if="status.clean-failed" name="check-clean">
-        <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/>
-        <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/>
-    </target>
-    <target depends="init" if="netbeans.home" name="undeploy-clean">
-        <nbundeploy failOnError="false" startServer="false"/>
-    </target>
-    <target name="-post-clean">
-        <!-- Empty placeholder for easier customization. -->
-        <!-- You can override this target in the ../build.xml file. -->
-    </target>
-    <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/>
-    <target depends="clean" description="Clean build products." name="clean-ear"/>
+               CLEANUP SECTION
+       -->
+       <target depends="init" name="deps-clean" unless="no.deps">
+               <ant antfile="${project.pizzaservice-lib}/build.xml" inheritall="false" target="clean"/>
+               <ant antfile="${project.pizzaservice-mailer}/build.xml" inheritall="false" target="clean"/>
+       </target>
+       <target depends="init" name="do-clean">
+               <condition property="build.dir.to.clean" value="${build.web.dir}">
+                       <isset property="dist.ear.dir"/>
+               </condition>
+               <property name="build.dir.to.clean" value="${build.web.dir}"/>
+               <delete includeEmptyDirs="true" quiet="true">
+                       <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/>
+               </delete>
+               <delete dir="${build.dir}"/>
+               <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/>
+               <delete dir="${dist.dir}"/>
+       </target>
+       <target depends="do-clean" if="status.clean-failed" name="check-clean">
+               <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/>
+               <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/>
+       </target>
+       <target depends="init" if="netbeans.home" name="undeploy-clean">
+               <nbundeploy failOnError="false" startServer="false"/>
+       </target>
+       <target name="-post-clean">
+               <!-- Empty placeholder for easier customization. -->
+               <!-- You can override this target in the ../build.xml file. -->
+       </target>
+       <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/>
+       <target depends="clean" description="Clean build products." name="clean-ear"/>
 </project>
index da9d6ee5061e09bbcaa03cbd5bf78051fbc68001..4d4f443719eab3ce35b753c704a791512bf1ee7d 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=82213886
 build.xml.stylesheet.CRC32=651128d4@1.68.1.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=039ae551
-nbproject/build-impl.xml.script.CRC32=b20fb404
+nbproject/build-impl.xml.data.CRC32=dbb6bed7
+nbproject/build-impl.xml.script.CRC32=2d856ddf
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index a378bc4f9b0fb1d40779539a61158319edad752a..d7735084fcd27b86b11abc72ce42ab5d2dd9c28b 100644 (file)
                 <clean-target>clean</clean-target>
                 <id>jar</id>
             </reference>
-            <reference>
-                <foreign-project>pizzaservice-lib-1</foreign-project>
-                <artifact-type>jar</artifact-type>
-                <script>build.xml</script>
-                <target>jar</target>
-                <clean-target>clean</clean-target>
-                <id>jar</id>
-            </reference>
             <reference>
                 <foreign-project>pizzaservice-mailer</foreign-project>
                 <artifact-type>jar</artifact-type>