# # Copyright 2006 - 2012 Hannes Holtzhausen # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # # $Id: build.properties,v 1.12 2012/04/30 05:21:25 hannes Exp $ # # Description: # Build properties for Beans demo application # # # Application name # app_name=beansdemo # # Target Java Archive # app_jar=beansdemo.jar # # CXF Jar to compile web service client implementation. # cxf_jar=${sysenv.TOOLBOX_CXF_HOME}/lib/cxf-2.3.7.jar annotation_jar=${sysenv.TOOLBOX_HOME}/lib/geronimo-annotation_1.0_spec-1.1.1.jar # # Classpath # mycp=${cxf_jar}:${annotation_jar} # # Javadoc variables # javadoc_wintitle=Beans Demo API Documentaion javadoc_htmltitle=