JNDI name: jms/jjobs-user-activity-log
Physical destination name: jjobsUserActivityLog
Resource type: javax.jms.Queue
+
+9) In WAR project, copy local_xx_XX.properties-dist to local_de_DE.properties
+ and local_en_US.properties. If for example your application uses
+ product_categories from jproduct-core, you may want to add your custom i18n
+ strings to the local properties files as this doesn't cause any later merge
+ conflicts as they are ignored by default.
build.classes.excludes=**/*.java,**/*.form,**/.nbattrs
build.dir=build
build.generated.dir=${build.dir}/generated
+client.module.uri=jjobs-war
client.urlPart=
debug.classpath=${javac.classpath}::${jar.content.additional}:${run.classpath}
display.browser=true
jar.content.additional=\
${reference.jcore-logger-ejb.dist-ear}:\
${reference.jjobs-ejb.dist-ear}:\
- ${reference.jjobs-mailer-ejb.dist-ear}
+ ${reference.jjobs-mailer-ejb.dist-ear}\
+ ${reference.jjobs-war.dist-ear}
jar.name=jjobs.ear
javac.debug=true
javac.deprecation=false
project.jcore-logger-ejb=../jcore-logger-ejb
project.jjobs-ejb=../jjobs-ejb
project.jjobs-mailer-ejb=../jjobs-mailer-ejb
+project.jjobs-war=../jjobs-war
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.jjobs-mailer-ejb.dist-ear=${project.jjobs-mailer-ejb}/dist/jjobs-mailer-ejb.jar
+reference.jjobs-ejb.dist-ear=${project.jjobs-ejb}/dist/jjobs-ejb.jar
+reference.jjobs-war.dist-ear=${project.jjobs-war}/dist/jjobs-war.war
resource.dir=setup
run.classpath=
source.root=.
<file>${reference.jjobs-mailer-ejb.dist-ear}</file>
<path-in-war>/</path-in-war>
</library>
+ <library>
+ <file>${reference.jfinancials-war.dist-ear}</file>
+ <path-in-war>/</path-in-war>
+ </library>
</web-module-additional-libraries>
</data>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
<clean-target>clean-ear</clean-target>
<id>dist-ear</id>
</reference>
+ <reference>
+ <foreign-project>jfinancials-war</foreign-project>
+ <artifact-type>j2ee_ear_archive</artifact-type>
+ <script>build.xml</script>
+ <target>dist-ear</target>
+ <clean-target>clean-ear</clean-target>
+ <id>dist-ear</id>
+ </reference>
</references>
</configuration>
</project>