]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
No dependency to EJB here as this would lead to CDI calls and no remote
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 13:54:35 +0000 (15:54 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 13:54:35 +0000 (15:54 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

nbproject/project.properties

index 797ea11a8adffca110f8d7178622b578f8be0ae5..23c8f8fcabb2c5559c5532edf40663eaf87214eb 100644 (file)
@@ -34,7 +34,6 @@ file.reference.cdi-api.jar=lib/cdi-api.jar
 file.reference.jcore.jar=lib/jcore.jar
 file.reference.jcoreee.jar=lib/jcoreee.jar
 file.reference.jshop-core.jar=lib/jshop-core.jar
-file.reference.jshop-ejb.jar=lib/jshop-ejb.jar
 file.reference.log4j-api-2.3.jar=lib/log4j-api-2.3.jar
 file.reference.log4j-core-2.3.jar=lib/log4j-core-2.3.jar
 includes=**
@@ -44,12 +43,11 @@ jar.index=${jnlp.enabled}
 javac.classpath=\
     ${file.reference.jcore.jar}:\
     ${file.reference.jcoreee.jar}:\
-    ${file.reference.jshop-ejb.jar}:\
+    ${file.reference.jshop-core.jar}:\
     ${libs.javaee-api-7.0.classpath}:\
     ${file.reference.log4j-api-2.3.jar}:\
     ${file.reference.log4j-core-2.3.jar}:\
-    ${file.reference.cdi-api.jar}:\
-    ${file.reference.jshop-core.jar}
+    ${file.reference.cdi-api.jar}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.deprecation=true
@@ -104,6 +102,5 @@ source.encoding=UTF-8
 source.reference.jcore.jar=../jcore/src/
 source.reference.jcoreee.jar=../jcoreee/src/
 source.reference.jshop-core.jar=../jshop-core/src/
-source.reference.jshop-ejb.jar=../jshop-ejb/src/
 src.dir=src
 test.src.dir=test