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=**
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
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