]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
renamed project to all-lowercase
authorRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 15:05:36 +0000 (17:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 15:05:36 +0000 (17:05 +0200)
build.xml
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
web/WEB-INF/glassfish-web.xml

index 7cd04328ccbbfd7cdfc5c8de9bf6e40da703eef6..a5d142709beddc7d566aaa9bb0323124ae0d24f7 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-war" default="default" basedir=".">
-    <description>Builds, tests, and runs the project PizzaService-war.</description>
+<project name="pizzaservice-war" default="default" basedir=".">
+    <description>Builds, tests, and runs the project pizzaservice-war.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
index db63e531113c6de782589b3e61cff02efae95248..587d7bd98fff2ae7d67b7b1513b4bc7ad898e3ac 100644 (file)
@@ -17,7 +17,7 @@
         - cleanup
 
         -->
-<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="PizzaService-war-impl">
+<project xmlns:webproject1="http://www.netbeans.org/ns/web-project/1" xmlns:webproject2="http://www.netbeans.org/ns/web-project/2" xmlns:webproject3="http://www.netbeans.org/ns/web-project/3" basedir=".." default="default" name="pizzaservice-war-impl">
     <import file="ant-deploy.xml"/>
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
@@ -495,7 +495,7 @@ or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties f
                     </fileset>
                 </union>
                 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
-                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="PizzaService-war" testname="TestNG tests" workingDir="${basedir}">
+                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="pizzaservice-war" testname="TestNG tests" workingDir="${basedir}">
                     <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
                     <propertyset>
                         <propertyref prefix="test-sys-prop."/>
@@ -645,7 +645,7 @@ or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties f
                 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
                     <isset property="test.method"/>
                 </condition>
-                <condition else="-suitename PizzaService-war -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+                <condition else="-suitename pizzaservice-war -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
                     <matches pattern=".*\.xml" string="@{testClass}"/>
                 </condition>
                 <delete dir="${build.test.results.dir}" quiet="true"/>
index 54e7c1e1896490986b61429b1c973b7bdd4ccea2..da9d6ee5061e09bbcaa03cbd5bf78051fbc68001 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=a6d10404
-nbproject/build-impl.xml.script.CRC32=f6b41d17
+nbproject/build-impl.xml.data.CRC32=039ae551
+nbproject/build-impl.xml.script.CRC32=b20fb404
 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
index 8a2a31b5638d0a3db679f8d32c8220d6e1ff9e8e..e5414d72b6c29d7f8e49eafe768d11e16137cb1a 100644 (file)
@@ -146,6 +146,6 @@ src.dir=${source.root}/java
 test.src.dir=test
 war.content.additional=
 war.ear.name=${war.name}
-war.name=PizzaService-war.war
+war.name=pizzaservice-war.war
 web.docbase.dir=web
 webinf.dir=web/WEB-INF
index 445eff701249f8e1f55659ba2e11ab39687a21bc..1c8d235fe94315f79d5a7edc617148a436daf340 100644 (file)
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.web.project</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/web-project/3">
-            <name>PizzaService-war</name>
+            <name>pizzaservice-war</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <web-module-libraries>
                 <library dirs="200">
index 84ad31352ce2f54e7aec4867cfcefde7f9f24d9c..2ae074383b268d7a9cceb6782bf68231c9905475 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
 <glassfish-web-app error-url="">
-  <context-root>/PizzaService-war</context-root>
   <security-role-mapping>
     <role-name>admin</role-name>
     <group-name>admin</group-name>