<copyfiles files="${file.reference.jcoreee.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jshop-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${build.classes.dir}"/>
- <copyfiles files="${file.reference.jshop-ejb.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.cdi-api.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.log4j-api-2.3.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${file.reference.log4j-core-2.3.jar}" todir="${build.classes.dir}"/>
<basename file="${file.reference.jcoreee.jar}" property="manifest.file.reference.jcoreee.jar"/>
<basename file="${file.reference.jshop-core.jar}" property="manifest.file.reference.jshop-core.jar"/>
<basename file="${file.reference.jshop-ee-lib.jar}" property="manifest.file.reference.jshop-ee-lib.jar"/>
- <basename file="${file.reference.jshop-ejb.jar}" property="manifest.file.reference.jshop-ejb.jar"/>
<basename file="${file.reference.cdi-api.jar}" property="manifest.file.reference.cdi-api.jar"/>
<basename file="${file.reference.log4j-api-2.3.jar}" property="manifest.file.reference.log4j-api-2.3.jar"/>
<basename file="${file.reference.log4j-core-2.3.jar}" property="manifest.file.reference.log4j-core-2.3.jar"/>
<basename file="${file.reference.log4j-web-2.3.jar}" property="manifest.file.reference.log4j-web-2.3.jar"/>
<manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
- <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 jar-7 jar-8 jar-9 jar-10 "/>
+ <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 jar-6 jar-7 jar-8 jar-9 "/>
<attribute name="jar-1-Extension-Name" value="${manifest.reference.PizzaService-lib.jar}"/>
<attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jcore.jar}"/>
<attribute name="jar-3-Extension-Name" value="${manifest.file.reference.jcoreee.jar}"/>
<attribute name="jar-4-Extension-Name" value="${manifest.file.reference.jshop-core.jar}"/>
<attribute name="jar-5-Extension-Name" value="${manifest.file.reference.jshop-ee-lib.jar}"/>
- <attribute name="jar-6-Extension-Name" value="${manifest.file.reference.jshop-ejb.jar}"/>
- <attribute name="jar-7-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
- <attribute name="jar-8-Extension-Name" value="${manifest.file.reference.log4j-api-2.3.jar}"/>
- <attribute name="jar-9-Extension-Name" value="${manifest.file.reference.log4j-core-2.3.jar}"/>
- <attribute name="jar-10-Extension-Name" value="${manifest.file.reference.log4j-web-2.3.jar}"/>
+ <attribute name="jar-6-Extension-Name" value="${manifest.file.reference.cdi-api.jar}"/>
+ <attribute name="jar-7-Extension-Name" value="${manifest.file.reference.log4j-api-2.3.jar}"/>
+ <attribute name="jar-8-Extension-Name" value="${manifest.file.reference.log4j-core-2.3.jar}"/>
+ <attribute name="jar-9-Extension-Name" value="${manifest.file.reference.log4j-web-2.3.jar}"/>
</manifest>
</target>
<target depends="compile" name="library-inclusion-in-manifest">
<copyfiles files="${file.reference.jcoreee.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jshop-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.jshop-ee-lib.jar}" todir="${dist.ear.dir}/lib"/>
- <copyfiles files="${file.reference.jshop-ejb.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.cdi-api.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.log4j-api-2.3.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${file.reference.log4j-core-2.3.jar}" todir="${dist.ear.dir}/lib"/>
-build.xml.data.CRC32=2c1622bd
+build.xml.data.CRC32=3acb4892
build.xml.script.CRC32=cabe2e92
build.xml.stylesheet.CRC32=5910fda3@1.51.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=2c1622bd
-nbproject/build-impl.xml.script.CRC32=ef23a460
+nbproject/build-impl.xml.data.CRC32=3acb4892
+nbproject/build-impl.xml.script.CRC32=eedbb4d3
nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.51.1
file.reference.jcore.jar=lib/jcore.jar
file.reference.jshop-core.jar=lib/jshop-core.jar
file.reference.jshop-ee-lib.jar=lib/jshop-ee-lib.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
file.reference.log4j-web-2.3.jar=lib/log4j-web-2.3.jar
j2ee.server.type=gfv3ee6
jar.compress=false
jar.name=PizzaService-ejb.jar
-jars.in.ejbjar=true
+jars.in.ejbjar=false
javac.classpath=\
${reference.PizzaService-lib.jar}:\
${file.reference.jcore.jar}:\
${file.reference.jcoreee.jar}:\
${file.reference.jshop-core.jar}:\
${file.reference.jshop-ee-lib.jar}:\
- ${file.reference.jshop-ejb.jar}:\
${file.reference.cdi-api.jar}:\
${file.reference.log4j-api-2.3.jar}:\
${file.reference.log4j-core-2.3.jar}:\
source.reference.jcoreee.jar=../../jcoreee/src/
source.reference.jshop-core.jar=../../jshop-core/src/
source.reference.jshop-ee-lib.jar=../../jshop-ee-lib/src/
-source.reference.jshop-ejb.jar=../../jshop-ejb/src/
source.root=src
src.dir=${source.root}/java
test.src.dir=test