blob: 8fc46079a18b86512a2994855617aaa624164af8 [file] [log] [blame]
<!--
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
Don't rename jdk.home as java.home
jdk.home=${env.JAVA_HOME}
server.dir=${env.S1AS_HOME}
ent.app=EntApp
src.dir=EntApp
ejb.module=EntApp-ejb
web.module=EntApp-war
ejb.webservice.class=entapp.ejb.HelloEJB
web.webservice.class=entapp.web.HelloWeb
ejb.webservice.name=HelloEJB
web.webservice.name=HelloWeb
domain.dir=${server.dir}/domains/domain1
serviceengine.dir=${domain.dir}/jbi/components/sun-javaee-engine/install_root
ejb.path=${domain.dir}/applications/j2ee-modules/${ejb.module}
output.dir=${serviceengine.dir}/workspace
asadmin.command=${server.dir}/bin/asadmin
client.classpath=".:build:${env.APS_HOME}/lib/reporter.jar:${env.S1AS_HOME}/lib/javaee.jar:${env.S1AS_HOME}/modules/webservices-api-osgi.jar:${env.S1AS_HOME}/modules/webservices-osgi.jar"