]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - build.xml
Added missing init() method + renamed localInit() -> genericInit()
[pizzaservice-war.git] / build.xml
index bddac8f2da622d2a435b1adfe02624c11f5ff1b9..00b4eedaaf944319e543ec5ba703098e4a64e85a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
-<project name="PizzaService" default="default" basedir=".">
-    <description>Builds, tests, and runs the project PizzaService.</description>
+<project name="PizzaService-war" default="default" basedir=".">
+    <description>Builds, tests, and runs the project PizzaService-war.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--