]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
renamed project to all-lowercase
authorRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 15:02:25 +0000 (17:02 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 15:02:25 +0000 (17:02 +0200)
build.xml
nbproject/build-impl.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml
src/conf/persistence.xml

index 0e24c2453fcbc2065aaf6c1151e5c3ab50be0d96..b39f35e71dccac1d310720dfb512beb3e5af3ed8 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-ejb" default="default" basedir="." xmlns:ejbjarproject="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
-    <description>Builds, tests, and runs the project PizzaService-ejb.</description>
+<project name="pizzaservice-ejb" default="default" basedir="." xmlns:ejbjarproject="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
+    <description>Builds, tests, and runs the project pizzaservice-ejb.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
index 0eed101601ad70be6336563da6d4e254c803a1c1..44a91f0f9457d897fe7a52f6e39d85bb77f155cf 100644 (file)
@@ -15,7 +15,7 @@ is divided into following sections:
   - cleanup
 
         -->
-<project xmlns:ejbjarproject1="http://www.netbeans.org/ns/j2ee-ejbjarproject/1" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:ejbjarproject3="http://www.netbeans.org/ns/j2ee-ejbjarproject/3" basedir=".." default="default" name="PizzaService-ejb-impl">
+<project xmlns:ejbjarproject1="http://www.netbeans.org/ns/j2ee-ejbjarproject/1" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:ejbjarproject3="http://www.netbeans.org/ns/j2ee-ejbjarproject/3" basedir=".." default="default" name="pizzaservice-ejb-impl">
     <import file="ant-deploy.xml"/>
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
@@ -433,7 +433,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-ejb" 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-ejb" testname="TestNG tests" workingDir="${basedir}">
                     <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
                     <propertyset>
                         <propertyref prefix="test-sys-prop."/>
@@ -585,7 +585,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-ejb -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+                <condition else="-suitename pizzaservice-ejb -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 25ad5d768375cd326beb06da31f0fae111a5655a..ac948deb53693c868231d3ff6435ef4d779d140c 100644 (file)
@@ -3,6 +3,6 @@ build.xml.script.CRC32=9c0f08a9
 build.xml.stylesheet.CRC32=5910fda3@1.55.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=cc2225c1
-nbproject/build-impl.xml.script.CRC32=03599020
+nbproject/build-impl.xml.data.CRC32=a8438e2d
+nbproject/build-impl.xml.script.CRC32=4b662b2d
 nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1
index 34ad9112670722fc7f40d3158abc2d92167e28f4..9992077bf67e30313404e71cd0a1baeb09d9558c 100644 (file)
@@ -51,7 +51,7 @@ j2ee.platform.wsimport.classpath=${j2ee.server.home}/modules/webservices-osgi.ja
 j2ee.platform.wsit.classpath=
 j2ee.server.type=gfv3ee6
 jar.compress=false
-jar.name=PizzaService-ejb.jar
+jar.name=pizzaservice-ejb.jar
 jars.in.ejbjar=true
 javac.classpath=\
     ${file.reference.jcoreee.jar}:\
index 5a4fbe15cb33b8d0e2fa6fc2a91314a785f6bc80..4cc3755b6a973e6946602c673ee3276266ce3f70 100644 (file)
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.j2ee.ejbjarproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
-            <name>PizzaService-ejb</name>
+            <name>pizzaservice-ejb</name>
             <minimum-ant-version>1.6.5</minimum-ant-version>
             <included-library dirs="200">file.reference.jcoreee.jar</included-library>
             <included-library dirs="200">file.reference.jcountry-core.jar</included-library>
index d1a69e6612c21a7aa242ce2934f0c14d5a312207..07c7db3776dcadf39104c464e94a7ae16617b716 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
-  <persistence-unit name="PizzaService-ejbPU" transaction-type="JTA">
+  <persistence-unit name="pizzaservice-ejbPU" transaction-type="JTA">
     <jta-data-source>jdbc/shop</jta-data-source>
     <class>org.mxchange.jcontacts.contact.UserContact</class>
     <class>org.mxchange.jcountry.data.CountryData</class>