From: Roland Haeder <roland@mxchange.org> Date: Tue, 5 Apr 2016 14:03:06 +0000 (+0200) Subject: renamed project from jjobs to jratecalc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26add018108887c9a77dd7b42af6e5cdf0c24c91;p=jjobs.git renamed project from jjobs to jratecalc --- diff --git a/INSTALL.txt b/INSTALL.txt index ca66b13..b132be0 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -31,18 +31,18 @@ Pool name: AddressbookPool 5) Setup a JMS connection factory: -JNDI name: jms/jjobs-queue-factory +JNDI name: jms/jratecalc-queue-factory Resource type: javax.jms.QueueConnectionFactory 6) Setup JMS message queue: -JNDI name: jms/jjobs-email-queue +JNDI name: jms/jratecalc-email-queue Physical destination name: send-email Resource type: javax.jms.Queue 7) Setup Java Mail session: -JNDI name: jmail/jjobs +JNDI name: jmail/jratecalc Mail host: <your-smtp-host> Default user: <your-smtp-login-name> Default sender address: noreply@your-domain.example diff --git a/build.xml b/build.xml index cbc7695..8548b19 100644 --- 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="jjobs" default="default" basedir="." xmlns:ear="http://www.netbeans.org/ns/j2ee-earproject/2"> - <description>Builds, tests, and runs the project jjobs.</description> +<project name="jratecalc" default="default" basedir="." xmlns:ear="http://www.netbeans.org/ns/j2ee-earproject/2"> + <description>Builds, tests, and runs the project jratecalc.</description> <import file="nbproject/build-impl.xml"/> <!-- diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 82df07a..2e2ea4a 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -14,7 +14,7 @@ is divided into following sections: - cleanup --> -<project xmlns:ear2="http://www.netbeans.org/ns/j2ee-earproject/2" basedir=".." default="default" name="jjobs-impl"> +<project xmlns:ear2="http://www.netbeans.org/ns/j2ee-earproject/2" basedir=".." default="default" name="jratecalc-impl"> <import file="ant-deploy.xml"/> <fail message="Please build using Ant 1.7.1 or higher."> <condition> @@ -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.jjobs-ejb}/build.xml" inheritall="false" target="dist-ear"> + <ant antfile="${project.jratecalc-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.jcore-logger-ejb.dist-ear}" todir="${build.dir}//"/> - <copyfiles files="${reference.jjobs-ejb.dist-ear}" todir="${build.dir}//"/> + <copyfiles files="${reference.jratecalc-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.jcore-logger-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/> - <ant antfile="${project.jjobs-ejb}/build.xml" inheritall="false" target="-run-deploy-am"/> + <ant antfile="${project.jratecalc-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"> @@ -407,17 +407,17 @@ exists or setup the property manually. For example like this: <ear2:run-appclient subprojectname="${app.client}"/> </target> <target if="j2ee.appclient.mainclass.args" name="-as-retrieve-option-workaround" unless="j2ee.clientName"> - <property name="client.jar" value="${dist.dir}/jjobsClient.jar"/> + <property name="client.jar" value="${dist.dir}/jratecalcClient.jar"/> <sleep seconds="3"/> - <copy failonerror="false" file="${wa.copy.client.jar.from}/jjobs/jjobsClient.jar" todir="${dist.dir}"/> + <copy failonerror="false" file="${wa.copy.client.jar.from}/jratecalc/jratecalcClient.jar" todir="${dist.dir}"/> <copy failonerror="false" flatten="true" todir="${dist.dir}/"> - <fileset dir="${wa.copy.client.jar.from}/jjobs" includes="**/jjobsClient.jar"/> + <fileset dir="${wa.copy.client.jar.from}/jratecalc" includes="**/jratecalcClient.jar"/> </copy> - <copy flatten="true" todir="${dist.dir}/jjobsClient"> - <fileset dir="${wa.copy.client.jar.from}/jjobs" includes="**/*.*ar"/> + <copy flatten="true" todir="${dist.dir}/jratecalcClient"> + <fileset dir="${wa.copy.client.jar.from}/jratecalc" includes="**/*.*ar"/> </copy> - <copy failonerror="false" flatten="false" todir="${dist.dir}/jjobsClient"> - <fileset dir="${dist.dir}/gfdeploy/jjobs" includes="**/*.jar"/> + <copy failonerror="false" flatten="false" todir="${dist.dir}/jratecalcClient"> + <fileset dir="${dist.dir}/gfdeploy/jratecalc" includes="**/*.jar"/> </copy> </target> <target depends="init" name="-init-run-macros"> @@ -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.jjobs-ejb}/build.xml" inheritall="false" target="clean-ear"> + <ant antfile="${project.jratecalc-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> diff --git a/nbproject/project.properties b/nbproject/project.properties index 4a26e06..0534e9e 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -22,8 +22,8 @@ j2ee.server.type=gfv3ee6 jar.compress=false jar.content.additional=\ ${reference.jcore-logger-ejb.dist-ear}:\ - ${reference.jjobs-ejb.dist-ear} -jar.name=jjobs.ear + ${reference.jratecalc-ejb.dist-ear} +jar.name=jratecalc.ear javac.debug=true javac.deprecation=false javac.source=1.8 @@ -32,9 +32,9 @@ meta.inf=src/conf no.dependencies=false platform.active=default_platform project.jcore-logger-ejb=../../MyProjects/jcore-logger-ejb -project.jjobs-ejb=../jjobs-ejb +project.jratecalc-ejb=../jratecalc-ejb reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar -reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar +reference.jratecalc-ejb.dist-ear=${project.jratecalc-ejb}/dist/jratecalc-ejb.jar resource.dir=setup run.classpath= source.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml index e92fac7..050a559 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ <type>org.netbeans.modules.j2ee.earproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/j2ee-earproject/2"> - <name>jjobs</name> + <name>jratecalc</name> <minimum-ant-version>1.6.5</minimum-ant-version> <web-module-libraries/> <web-module-additional-libraries> @@ -12,7 +12,7 @@ <path-in-war>/</path-in-war> </library> <library> - <file>${reference.jjobs-ejb.dist-ear}</file> + <file>${reference.jratecalc-ejb.dist-ear}</file> <path-in-war>/</path-in-war> </library> </web-module-additional-libraries> @@ -27,7 +27,7 @@ <id>dist-ear</id> </reference> <reference> - <foreign-project>jjobs-ejb</foreign-project> + <foreign-project>jratecalc-ejb</foreign-project> <artifact-type>j2ee_ear_archive</artifact-type> <script>build.xml</script> <target>dist-ear</target>