]> git.mxchange.org Git - addressbook.git/commitdiff
no need for these EJBs anymore as they are now included in the main EJB project
authorRoland Haeder <roland@mxchange.org>
Sat, 12 Mar 2016 19:17:20 +0000 (20:17 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 12 Mar 2016 19:17:20 +0000 (20:17 +0100)
nbproject/project.properties
nbproject/project.xml

index 1c57d7d3430ec5531c113de17460634b3c53bdb2..276bad54c7a79c69a2d93c4343402da5bc4f4c66 100644 (file)
@@ -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=.
index 3000d2bb275e60efb9351ac471bed2d59911e64c..4789946cec823b48434d9ec853d358849e88c922 100644 (file)
                     <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">
                 <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>
                 <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>