# # The contents of this file are subject to the terms # of the Common Development and Distribution License # (the License). You may not use this file except in # compliance with the License. # # You can obtain a copy of the license at # https://glassfish.dev.java.net/public/CDDLv1.0.html or # glassfish/bootstrap/legal/CDDLv1.0.txt. # See the License for the specific language governing # permissions and limitations under the License. # # When distributing Covered Code, include this CDDL # Header Notice in each file and include the License file # at glassfish/bootstrap/legal/CDDLv1.0.txt. # If applicable, add the following below the CDDL Header, # with the fields enclosed by brackets [] replaced by # you own identifying information: # "Portions Copyrighted [year] [name of copyright owner]" # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # ### Component Properties ### sailfin.home=/tmp/sailfin src.dir=src/java component.classes.dir=build sar.dir=dist sar.web-inf.dir=${sar.dir}/WEB-INF sar.classes.dir=${sar.web-inf.dir}/classes publish.samples.dir=sipservlet build.classes.dir=${build.web.dir}/WEB-INF/classes build.classes.excludes=**/*.java,**/*.form build.dir=build build.generated.dir=${build.dir}/generated build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results build.web.dir=${build.dir}/web build.web.excludes=${build.classes.excludes} buildfile=nbbuild.xml client.urlPart= compile.jsps=false conf.dir=src/conf debug.classpath=${build.classes.dir}:${javac.classpath} debug.test.classpath=\ ${run.test.classpath} display.browser=true dist.dir=dist dist.ear.war=${dist.dir}/${war.ear.name} dist.javadoc.dir=${dist.dir}/javadoc dist.war=${dist.dir}/${war.name} file.reference.javaee.jar=${sailfin.home}/lib/javaee.jar file.reference.src-java=src/java file.reference.ssa-api.jar=${sailfin.home}/lib/ssa-api.jar j2ee.platform=1.5 j2ee.server.type=JavaEEPlusSIP jar.compress=false java.source.based=true javac.classpath=\ ${file.reference.javaee.jar}:\ ${file.reference.ssa-api.jar} # Space-separated list of extra javac options javac.compilerargs= javac.debug=true javac.deprecation=false javac.source=1.5 javac.target=1.5 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ ${libs.junit.classpath}:\ ${libs.junit_4.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.preview=true javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= jspcompilation.classpath=${jspc.classpath}:${javac.classpath} platform.active=default_platform resource.dir=setup run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} # Space-separated list of JVM arguments used when running a class with a main method # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): runmain.jvmargs= source.encoding=UTF-8 source.root=. src.dir=${file.reference.src-java} test.src.dir= war.content.additional= war.ear.name=CallSetup.war war.name=CallSetup.war web.docbase.dir=web webinf.dir=web/WEB-INF