Index: head/www/axis2/Makefile =================================================================== --- head/www/axis2/Makefile (revision 409610) +++ head/www/axis2/Makefile (revision 409611) @@ -1,65 +1,65 @@ # $FreeBSD$ PORTNAME= axis2 -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= www java MASTER_SITES= APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache LICENSE= APACHE20 USES= cpe zip CPE_VENDOR= apache WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 OPTIONS_DEFINE= EXAMPLES .include .if ${PORT_OPTIONS:MTOMCAT6} APPHOME= ${LOCALBASE}/apache-tomcat-6.0 BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 .endif .if ${PORT_OPTIONS:MTOMCAT7} APPHOME= ${LOCALBASE}/apache-tomcat-7.0 BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 .endif USE_JAVA= yes JAVA_VERSION= 1.6+ SHAREOWN= www SHAREGRP= www PLIST_SUB+= APPHOME=${APPHOME:S|^${PREFIX}/||} \ - CONF_EXT=${CONF_EXT} + CONF_EXT=${CONF_EXT} PORTVERSION=${PORTVERSION} CONF_EXT= sample PORTEXAMPLES= * do-install: ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib) ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )$ ( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web ) ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF ) ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf .for f in axis2.policy axis2.xml commons-logging.properties log4j.properties ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample .endfor ${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; # cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \; .endif .include Index: head/www/axis2/distinfo =================================================================== --- head/www/axis2/distinfo (revision 409610) +++ head/www/axis2/distinfo (revision 409611) @@ -1,2 +1,2 @@ -SHA256 (axis2-1.7.0-bin.zip) = 075008c4a87c86c90e28a2e56bdfa11abf6adb9351f96777f1edc0a576f0fbf7 -SIZE (axis2-1.7.0-bin.zip) = 24920244 +SHA256 (axis2-1.7.1-bin.zip) = cf0ddefbf82689fc06c5b7b7aa10786794f45e9e21563a2a780e672e5c96708f +SIZE (axis2-1.7.1-bin.zip) = 22362277 Index: head/www/axis2/pkg-plist =================================================================== --- head/www/axis2/pkg-plist (revision 409610) +++ head/www/axis2/pkg-plist (revision 409611) @@ -1,320 +1,305 @@ %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/LICENSE %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF/NOTICE %%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% -%%APPHOME%%/webapps/axis2/WEB-INF/lib/XmlSchema-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2.7.7.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.17.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.17.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.17.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.17.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-ant-plugin-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-clustering-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-codegen-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-mtompolicy-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-saaj-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-soapmonitor-servlet-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-spring-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-base-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-http-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-jms-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-local-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-mail-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-tcp-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-udp-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-xmpp-1.7.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-1.7.0.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-ant-plugin-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-clustering-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-codegen-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-mtompolicy-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-saaj-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-soapmonitor-servlet-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-spring-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-base-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-http-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-jms-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-local-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-mail-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-tcp-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-udp-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-xmpp-%%PORTVERSION%%.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-%%PORTVERSION%%.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-findbugs-6.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-cli-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-codec-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-1.3.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-fileupload-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-3.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-httpclient-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-io-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/commons-logging-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/geronimo-jaxws_2.2_spec-1.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/geronimo-saaj_1.3_spec-1.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed/jaxb-api-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-annotation-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jaxws-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jaxws_2.2_spec-1.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jta-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-jta_1.1_spec-1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-saaj-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-saaj_1.3_spec-1.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-stax-api-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/gmbal-api-only-3.1.0-b001.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/ha-api-3.1.8.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.1.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/istack-commons-runtime-2.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/javax.annotation-3.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-api-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-api-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.1.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-rt-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.2.6.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-bind-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jibx-run-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr181-api-1.0-MR1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-1.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/jsr311-api-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/juli-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/junit-4.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-1.2.15.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/log4j-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-1.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/mail-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/management-api-3.0.0-b012.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/mex-1.7.0-impl.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/mimepull-1.8.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/mex-%%PORTVERSION%%-impl.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-3.0.3.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/policy-2.3.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/regexp-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/relaxngDatatype-20020414.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax-ex-1.4.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api-3.1.1.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/streambuffer-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/txw2-20110809.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-api-LICENSE.txt +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-commons-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-dom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.1.2.jar +%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-2.7.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xalan-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-1.2.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xml-resolver-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt %%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-1.7.0.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-1.7.0.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-1.7.0.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/ping-1.7.0.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-1.7.0.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-1.7.0.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-%%PORTVERSION%%.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/ping-%%PORTVERSION%%.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-%%PORTVERSION%%.mar +%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar %%APPHOME%%/webapps/axis2/WEB-INF/services/services.list %%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%% %%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp %%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp %%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html %%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp %%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp %%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp %%APPHOME%%/webapps/axis2/axis2-web/InActivateService.jsp %%APPHOME%%/webapps/axis2/axis2-web/LeftFrame.jsp %%APPHOME%%/webapps/axis2/axis2-web/ListServiceGroup.jsp %%APPHOME%%/webapps/axis2/axis2-web/Login.jsp %%APPHOME%%/webapps/axis2/axis2-web/MainFrame.jsp %%APPHOME%%/webapps/axis2/axis2-web/SelectService.jsp %%APPHOME%%/webapps/axis2/axis2-web/ServiceParaEdit.jsp %%APPHOME%%/webapps/axis2/axis2-web/TopFrame.jsp %%APPHOME%%/webapps/axis2/axis2-web/ViewContexts.jsp %%APPHOME%%/webapps/axis2/axis2-web/ViewGlobalHandlers.jsp %%APPHOME%%/webapps/axis2/axis2-web/ViewServiceHandlers.jsp %%APPHOME%%/webapps/axis2/axis2-web/admin.jsp %%APPHOME%%/webapps/axis2/axis2-web/css/axis-style.css %%APPHOME%%/webapps/axis2/axis2-web/deleteService.jsp %%APPHOME%%/webapps/axis2/axis2-web/disengage.jsp %%APPHOME%%/webapps/axis2/axis2-web/engagingglobally.jsp %%APPHOME%%/webapps/axis2/axis2-web/engagingtoanoperation.jsp %%APPHOME%%/webapps/axis2/axis2-web/engagingtoaservice.jsp %%APPHOME%%/webapps/axis2/axis2-web/error.jsp %%APPHOME%%/webapps/axis2/axis2-web/errorModule.jsp %%APPHOME%%/webapps/axis2/axis2-web/globalModules.jsp %%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif %%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg %%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg %%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.inc %%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.jsp %%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.inc %%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.jsp %%APPHOME%%/webapps/axis2/axis2-web/include/footer.inc %%APPHOME%%/webapps/axis2/axis2-web/include/header.inc %%APPHOME%%/webapps/axis2/axis2-web/include/httpbase.jsp %%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.inc %%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.jsp %%APPHOME%%/webapps/axis2/axis2-web/index.jsp %%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listModules.jsp %%APPHOME%%/webapps/axis2/axis2-web/listService.jsp %%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp %%APPHOME%%/webapps/axis2/axis2-web/listSingleService.jsp %%APPHOME%%/webapps/axis2/axis2-web/upload.jsp %%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp %%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp %%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/client/src/%%CONF_EXT%%s/databinding %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/service/src/%%CONF_EXT%%s/databinding %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/client/src/example %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/docs %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/service/src/example %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/%%CONF_EXT%%/dynamic %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/echo %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/mtom %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/ping %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/handler %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/mtom %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/ping %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/servlet %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/jsp %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/wsdl %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/src/%%CONF_EXT%%/jaxws %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/resources %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/resources %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/adbclient %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/entry %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/rpcclient %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/data %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/rpcclient %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/bean %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/src/%%CONF_EXT%%s/quickstart/service/pojo %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/clients %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/service/adb %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/clients %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/service/axiom %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/clients %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/service/jibx %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/clients %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/service/xmlbeans %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/doc %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/%%CONF_EXT%%/servicelifecycle/bean %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/resources/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/client %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/service %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/java/org/apache/axis2/examples/httpsservice %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/java/org/apache/axis2/examples/jmsservice %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/resources/services/SimpleService/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/conf %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/clients %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/src/%%CONF_EXT%%/axisversion/META-INF %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/wsdl %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/resources %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/src/%%CONF_EXT%%/yahooservices/JSONSearch %%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoorestsearch/src/%%CONF_EXT%%/yahooservices/RESTSearch @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2 @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org @dir %%APPHOME%%/webapps/axis2/WEB-INF/classes @dir %%APPHOME%%/webapps/axis2/WEB-INF/conf @dir %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed @dir %%APPHOME%%/webapps/axis2/WEB-INF/lib @dir %%APPHOME%%/webapps/axis2/WEB-INF/modules @dir %%APPHOME%%/webapps/axis2/WEB-INF/services @dir %%APPHOME%%/webapps/axis2/WEB-INF @dir %%APPHOME%%/webapps/axis2/axis2-web/Error @dir %%APPHOME%%/webapps/axis2/axis2-web/css @dir %%APPHOME%%/webapps/axis2/axis2-web/images @dir %%APPHOME%%/webapps/axis2/axis2-web/include @dir %%APPHOME%%/webapps/axis2/axis2-web @dir %%APPHOME%%/webapps/axis2 @dir %%APPHOME%%/webapps @dir %%APPHOME%%