From: Roland Haeder <roland@mxchange.org> Date: Sat, 12 Mar 2016 19:17:20 +0000 (+0100) Subject: no need for these EJBs anymore as they are now included in the main EJB project X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=95c70ba40695bb86eca78e801535f223c9e9fb7b;p=addressbook.git no need for these EJBs anymore as they are now included in the main EJB project --- diff --git a/nbproject/project.properties b/nbproject/project.properties index 1c57d7d..276bad5 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -21,9 +21,7 @@ j2ee.server.type=gfv3ee6 jar.compress=false jar.content.additional=\ ${reference.jcore-logger-ejb.dist-ear}:\ - ${reference.addressbook-ejb.dist-ear}:\ - ${reference.jcontacts-ejb.dist-ear}:\ - ${reference.jcountry-ejb.dist-ear} + ${reference.addressbook-ejb.dist-ear} jar.name=addressbook.ear javac.debug=true javac.deprecation=false @@ -33,13 +31,9 @@ meta.inf=src/conf no.dependencies=false platform.active=default_platform project.addressbook-ejb=../addressbook-ejb -project.jcontacts-ejb=../jcontacts-ejb project.jcore-logger-ejb=../jcore-logger-ejb -project.jcountry-ejb=../../NetBeansProjects/jcountry-ejb reference.addressbook-ejb.dist-ear=${project.addressbook-ejb}/dist/addressbook-ejb.jar -reference.jcontacts-ejb.dist-ear=${project.jcontacts-ejb}/dist/jcontacts-ejb.jar reference.jcore-logger-ejb.dist-ear=${project.jcore-logger-ejb}/dist/jcore-logger-ejb.jar -reference.jcountry-ejb.dist-ear=${project.jcountry-ejb}/dist/jcountry-ejb.jar resource.dir=setup run.classpath= source.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml index 3000d2b..4789946 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -15,14 +15,6 @@ <file>${reference.addressbook-ejb.dist-ear}</file> <path-in-war>/</path-in-war> </library> - <library> - <file>${reference.jcontacts-ejb.dist-ear}</file> - <path-in-war>/</path-in-war> - </library> - <library> - <file>${reference.jcountry-ejb.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"> @@ -34,14 +26,6 @@ <clean-target>clean-ear</clean-target> <id>dist-ear</id> </reference> - <reference> - <foreign-project>jcontacts-ejb</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> <reference> <foreign-project>jcore-logger-ejb</foreign-project> <artifact-type>j2ee_ear_archive</artifact-type> @@ -50,14 +34,6 @@ <clean-target>clean-ear</clean-target> <id>dist-ear</id> </reference> - <reference> - <foreign-project>jcountry-ejb</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>