# ###################################################################################### # ASK settings # The name of the script to run to generate the web services framework generate.beans.script=generateBeans.sh #generate.beans.script=generateBeans.bat # Where the service and client jars are stored ws.lib.dir=lib/ws # Where the web services will be built ws.build.dir=${root}/build/ws # Where the Axis2 jars are stored in ASK ws.axis2.lib.dir=${root}/lib/axis2 # Where to build temporary classes ws.classes.dir=classes # ###################################################################################### # ###################################################################################### # Axis2 settings # Target name in the client build.xml files to run axis2.build.client.target.name=jar.client # Target name in the service build.xml files to run axis2.build.service.target.name=jar.server # The path to the jar/aar file after the Axis2 build.xml has been run axis2.generated.artifact.dir=build/lib # The name of the client jar that the Axis2 build creates axis2.client.generated.jar=Services-test-client.jar # The path to the service schema directory axis2.service.schema.dir=resources/schemaorg_apache_xmlbeans # ###################################################################################### # ###################################################################################### # CollectionManagerService settings # The main artifact collectionmanagerservice.artifact=collectionmanager # WSDL file collectionmanagerservice.wsdl.file=collectionmanager.wsdl # The factory package to add to the client collectionmanagerservice.factory.package=collectionmanagerservice # The name of the artifact's Implementation-Title collectionmanagerservice.implementation.title=CollectionManagerService # Where Axis2 wsdl2java has put the generated service build.xml collectionmanagerservice.service.generated.dir=${ws.build.dir}/collectionmanager/service # Where the Axis2 build file puts the service classes collectionmanagerservice.service.generated.classes.dir=${collectionmanagerservice.service.generated.dir}/build/classes # Where Axis2 wsd2java has put the generated service resources collectionmanagerservice.service.generated.resources.dir=${ws.build.dir}/collectionmanager/service/resources # Where Axis2 wsdl2java has put the generated client build.xml collectionmanagerservice.client.generated.dir=${ws.build.dir}/collectionmanager/client # What we'll call the client jar collectionmanagerservice.client.jar=CollectionManagerService-client.jar # What we'll call the service aar collectionmanagerservice.service.aar=CollectionManagerService.aar # What we'll call the service support jar collectionmanagerservice.service.support.jar=CollectionManagerService-support.jar # Where we'll put the client jars collectionmanagerservice.client.jar.dir=${root}/${ws.lib.dir}/client/CollectionManagerService # Where we'll put the service aar collectionmanagerservice.service.aar.dir=${root}/${ws.lib.dir}/service/CollectionManagerService # Where we'll put the service support jar collectionmanagerservice.service.jar.dir=${root}/${ws.lib.dir}/service/CollectionManagerService # ###################################################################################### # ###################################################################################### # MetadataService settings # The main artifact metadataservice.artifact=metadataservice # WSDL file metadataservice.wsdl.file=metadataservice.wsdl # The factory package to add to the client metadataservice.factory.package=metadataservice # The name of the artifact's Implementation-Title metadataservice.implementation.title=MetadataService # Where Axis2 wsdl2java has put the generated service build.xml metadataservice.service.generated.dir=${ws.build.dir}/metadataservice/service # Where the Axis2 build file puts the service classes metadataservice.service.generated.classes.dir=${metadataservice.service.generated.dir}/build/classes # Where Axis2 wsd2java has put the generated service resources metadataservice.service.generated.resources.dir=${ws.build.dir}/metadataservice/service/resources # Where Axis2 wsdl2java has put the generated client build.xml metadataservice.client.generated.dir=${ws.build.dir}/metadataservice/client # What we'll call the client jar metadataservice.client.jar=MetadataService-client.jar # What we'll call the service aar metadataservice.service.aar=MetadataService.aar # What we'll call the service support jar metadataservice.service.support.jar=MetadataService-support.jar # Where we'll put the client jars metadataservice.client.jar.dir=${root}/${ws.lib.dir}/client/MetadataService # Where we'll put the service aar metadataservice.service.aar.dir=${root}/${ws.lib.dir}/service/MetadataService # Where we'll put the service support jar metadataservice.service.jar.dir=${root}/${ws.lib.dir}/service/MetadataService # ###################################################################################### # ###################################################################################### # ContentManagerService settings # The main artifact contentmanagerservice.artifact=contentmanager # WSDL file contentmanagerservice.wsdl.file=contentmanager.wsdl # The factory package to add to the client contentmanagerservice.factory.package=contentmanagerservice # The name of the artifact's Implementation-Title contentmanagerservice.implementation.title=ContentManagerService # Where Axis2 wsdl2java has put the generated service build.xml contentmanagerservice.service.generated.dir=${ws.build.dir}/contentmanager/service # Where the Axis2 build file puts the service classes contentmanagerservice.service.generated.classes.dir=${contentmanagerservice.service.generated.dir}/build/classes # Where Axis2 wsd2java has put the generated service resources contentmanagerservice.service.generated.resources.dir=${ws.build.dir}/contentmanager/service/resources # Where Axis2 wsdl2java has put the generated client build.xml contentmanagerservice.client.generated.dir=${ws.build.dir}/contentmanager/client # What we'll call the client jar contentmanagerservice.client.jar=ContentManagerService-client.jar # What we'll call the service aar contentmanagerservice.service.aar=ContentManagerService.aar # What we'll call the service support jar contentmanagerservice.service.support.jar=ContentManagerService-support.jar # Where we'll put the client jars contentmanagerservice.client.jar.dir=${root}/${ws.lib.dir}/client/ContentManagerService # Where we'll put the service aar contentmanagerservice.service.aar.dir=${root}/${ws.lib.dir}/service/ContentManagerService # Where we'll put the service support jar contentmanagerservice.service.jar.dir=${root}/${ws.lib.dir}/service/ContentManagerService # ###################################################################################### # ###################################################################################### # GroupManagerService settings # The main artifact groupmanagerservice.artifact=groupmanager # WSDL file groupmanagerservice.wsdl.file=groupmanager.wsdl # The factory package to add to the client groupmanagerservice.factory.package=groupmanagerservice # The name of the artifact's Implementation-Title groupmanagerservice.implementation.title=GroupManagerService # Where Axis2 wsdl2java has put the generated service build.xml groupmanagerservice.service.generated.dir=${ws.build.dir}/groupmanager/service # Where the Axis2 build file puts the service classes groupmanagerservice.service.generated.classes.dir=${groupmanagerservice.service.generated.dir}/build/classes # Where Axis2 wsd2java has put the generated service resources groupmanagerservice.service.generated.resources.dir=${ws.build.dir}/groupmanager/service/resources # Where Axis2 wsdl2java has put the generated client build.xml groupmanagerservice.client.generated.dir=${ws.build.dir}/groupmanager/client # What we'll call the client jar groupmanagerservice.client.jar=GroupManagerService-client.jar # What we'll call the service aar groupmanagerservice.service.aar=GroupManagerService.aar # What we'll call the service support jar groupmanagerservice.service.support.jar=GroupManagerService-support.jar # Where we'll put the client jars groupmanagerservice.client.jar.dir=${root}/${ws.lib.dir}/client/GroupManagerService # Where we'll put the service aar groupmanagerservice.service.aar.dir=${root}/${ws.lib.dir}/service/GroupManagerService # Where we'll put the service support jar groupmanagerservice.service.jar.dir=${root}/${ws.lib.dir}/service/GroupManagerService # ######################################################################################