From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 24 19:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 075F6F05 for ; Wed, 24 Oct 2012 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id C03A28FC19 for ; Wed, 24 Oct 2012 19:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9OJK0UO060759 for ; Wed, 24 Oct 2012 19:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9OJK0Ds060758; Wed, 24 Oct 2012 19:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 24 Oct 2012 19:20:00 GMT Resent-Message-Id: <201210241920.q9OJK0Ds060758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C94DBABD for ; Wed, 24 Oct 2012 19:12:01 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 059288FC19 for ; Wed, 24 Oct 2012 19:12:00 +0000 (UTC) Received: (qmail invoked by alias); 24 Oct 2012 19:11:46 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp069) with SMTP; 24 Oct 2012 21:11:46 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 24 Oct 2012 21:11:47 +0200 Message-Id: <20121024191201.C94DBABD@hub.freebsd.org> Date: Wed, 24 Oct 2012 21:11:47 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/173035: [PATCH] www/axis2: [SUMMARIZE CHANGES], take maintainership Cc: jgh@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 19:20:01 -0000 >Number: 173035 >Category: ports >Synopsis: [PATCH] www/axis2: [SUMMARIZE CHANGES], take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 24 19:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: - Take maintainership Added file(s): - pkg-message Removed file(s): - pkg-plist Makefile changed: +DIST_SUBDIR= java +PORTDATA= * +PORTDOCS= NOTICE.txt README-std-bin.txt README.txt installation-std-bin.txt release-notes.html +PORTEXAMPLES= * +OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 +post-install: Changed do-install: Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: new ports should not set PORTREVISION. 0 fatal errors and 2 warnings found. port test: clean Build log https://redports.org/buildarchive/20121024150245-13557/ >Fix: --- axis2-1.6.2_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/axis2/Makefile ./Makefile --- /usr/ports/www/axis2/Makefile 2012-10-03 03:15:48.000000000 +0200 +++ ./Makefile 2012-10-24 17:01:51.000000000 +0200 @@ -2,85 +2,77 @@ PORTNAME= axis2 PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= axis/${PORTNAME}/java/core/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +DIST_SUBDIR= java -MAINTAINER= ports@FreeBSD.org -COMMENT= Provides a Web Services,SOAP and WSDL engine from Apache +MAINTAINER= nemysis@gmx.ch +COMMENT= Provides a Web Services, SOAP and WSDL engine from Apache LICENSE= AL2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +DATADIR= ${WEBAPPDIR}/${PORTNAME} + USE_ZIP= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_JAVA= yes +JAVA_VERSION= 1.6+ NO_BUILD= yes +PORTDATA= * +PORTDOCS= NOTICE.txt README-std-bin.txt README.txt installation-std-bin.txt release-notes.html +PORTEXAMPLES= * + OPTIONS_SINGLE= AS -OPTIONS_SINGLE_AS= TOMCAT5 TOMCAT6 TOMCAT7 +OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7 OPTIONS_DEFAULT= TOMCAT6 .include -.if ${PORT_OPTIONS:MTOMCAT5} -APPHOME= ${LOCALBASE}/tomcat5.5 -BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 -RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 -.endif - .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 +WEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps +BUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 +RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/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 +WEBAPPDIR= ${PREFIX}/apache-tomcat-7.0/webapps +BUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-7.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat7 +RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-7.0/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= sample - -PORTEXAMPLES= * - do-install: - ( ${MKDIR} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib) - ( ${MKDIR} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )$ - ( ${MKDIR} ${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTNAME}/axis2-web ) - ( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTNAME}/WEB-INF ) - @${CHOWN} ${SHAREGRP}:${SHAREOWN} ${APPHOME}/webapps/${PORTNAME} - @install -d -g ${SHAREGRP} -o ${SHAREOWN} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf - @(cd ${WRKSRC};${FIND} conf -type f | ${SED} -e '/${CONF_EXT}/d') \ - | while read a; do \ - ${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.${CONF_EXT}; \ - if [ ! -e "${APPHOME}/webapps/${PORTNAME}/WEB-INF/$$a" ]; then \ - ${ECHO_MSG} " Installing local configuration file: ${APPHOME}/webapps/${PORTNAME}/WEB-INF/$$a"; \ - ${INSTALL_DATA} ${WRKSRC}/$$a.${CONF_EXT} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/$$a; \ - else \ - ${ECHO_MSG} " Preserving local configuration file: ${APPHOME}/webapps/${PORTNAME}/WEB-INF/$$a"; \ - fi; \ - done - ${INSTALL_DATA} ${WRKSRC}/conf/*.${CONF_EXT} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf - ${MV} ${WRKSRC}/webapp/WEB-INF/web.xml ${WRKSRC}/webapp/WEB-INF/web.xml.${CONF_EXT} - @if [ ! -e "${APPHOME}/webapps/axis2/WEB-INF/web.xml" ]; then \ - ${ECHO_MSG} " Installing local configuration file: ${APPHOME}/webapps/WEB-INF/web.xml"; \ - ${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml.${CONF_EXT} ${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml; \ - else \ - ${ECHO_MSG} " Preserving local configuration file: ${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml"; \ - fi; - ${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml.${CONF_EXT} ${APPHOME}/webapps/${PORTNAME}/WEB-INF + ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${WEBAPPDIR}/${PORTNAME} + ${MKDIR} ${WEBAPPDIR}/${PORTNAME}/bin + @(cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} *.sh ${WEBAPPDIR}/${PORTNAME}/bin) + @(cd ${WRKSRC}/webapp && ${COPYTREE_SHARE} axis2-web ${WEBAPPDIR}/${PORTNAME}) + + ${MKDIR} ${WEBAPPDIR}/${PORTNAME}/WEB-INF +.for d in lib repository + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${WEBAPPDIR}/${PORTNAME}/WEB-INF) +.endfor + +.for d in classes web.xml + @(cd ${WRKSRC}/webapp/WEB-INF && ${COPYTREE_SHARE} ${d} ${WEBAPPDIR}/${PORTNAME}/WEB-INF) +.endfor + + @(cd ${WRKSRC} && ${COPYTREE_SHARE} conf ${WEBAPPDIR}/${PORTNAME}/WEB-INF) + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; - cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; + @cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} .endif +post-install: + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} + .include diff -ruN --exclude=CVS /usr/ports/www/axis2/distinfo ./distinfo --- /usr/ports/www/axis2/distinfo 2012-04-30 18:40:05.000000000 +0200 +++ ./distinfo 2012-10-24 16:51:33.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (axis2-1.6.2-bin.zip) = d79d0432402c922acbcfbcff81a17f65c510165b01941810c5a5e919c276260a -SIZE (axis2-1.6.2-bin.zip) = 20592286 +SHA256 (java/axis2-1.6.2-bin.zip) = d79d0432402c922acbcfbcff81a17f65c510165b01941810c5a5e919c276260a +SIZE (java/axis2-1.6.2-bin.zip) = 20592286 diff -ruN --exclude=CVS /usr/ports/www/axis2/pkg-message ./pkg-message --- /usr/ports/www/axis2/pkg-message 1970-01-01 01:00:00.000000000 +0100 +++ ./pkg-message 2012-10-24 15:03:33.000000000 +0200 @@ -0,0 +1,5 @@ +Apache Axis2 is installed, if you wish could change configuration files in + +${LOCALBASE}/apache-tomcat*/webapps/axis2/WEB-INF/conf + +For more information on how it works look at Apache Axis2 homepage. diff -ruN --exclude=CVS /usr/ports/www/axis2/pkg-plist ./pkg-plist --- /usr/ports/www/axis2/pkg-plist 2012-04-30 18:40:05.000000000 +0200 +++ ./pkg-plist 1970-01-01 01:00:00.000000000 +0100 @@ -1,218 +0,0 @@ -@unexec if cmp -s %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%%; then rm -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy; fi -@unexec if cmp -s %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%%; then rm -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml; fi -@unexec if cmp -s %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%%; then rm -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties; fi -@unexec if cmp -s %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%%; then rm -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties; fi -@unexec if cmp -s %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%%; then rm -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml; fi -%%APPHOME%%/webapps/axis2/WEB-INF/lib/XmlSchema-1.4.7.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/XmlSchema-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-api-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.13.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-ant-plugin-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-clustering-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-codegen-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-corba-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-fastinfoset-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-java2wsdl-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxbri-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jaxws-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-jibx-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-json-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-kernel-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-metadata-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-mtompolicy-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-saaj-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-spring-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-http-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-transport-local-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-xmlbeans-1.6.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-5.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/bcel-LICENSE.txt -%%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.2.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-1.4.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.1.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/httpcore-4.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt -%%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/jaxb-api-2.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-2.1.7.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-impl-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-2.1.7.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxb-xjc-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-1.1.1.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxen-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-2.1.3.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jaxws-tools-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/jettison-1.0-RC2.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/jsr311-api-1.0.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/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/mex-1.6.2-impl.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-3.0.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/neethi-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/regexp-1.2.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/regexp-LICENSE.txt -%%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/woden-api-1.0M9.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-api-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-commons-1.0M9.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-commons-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-dom-1.0M9.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-impl-dom-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/wstx-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/lib/wstx-asl-3.2.9.jar -%%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.3.0.jar -%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% -@exec if [ ! -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy ]; then cp %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%% %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy; fi -%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% -@exec if [ ! -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml ]; then cp %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%% %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml; fi -%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% -@exec if [ ! -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties ]; then cp %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%% %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties; fi -%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% -@exec if [ ! -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties ]; then cp %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%% %D/%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties; fi -%%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/web.xml.%%CONF_EXT%% -@exec if [ ! -f %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml ]; then cp %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%% %D/%%APPHOME%%/webapps/axis2/WEB-INF/web.xml; fi -%%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/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 -%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list -%%APPHOME%%/webapps/axis2/WEB-INF/modules/mtompolicy-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/ping-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/scripting-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-1.6.2.mar -%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list -%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/services -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/modules -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/conf -@dirrmtry %%APPHOME%%/webapps/axis2/axis2-web/include -@dirrmtry %%APPHOME%%/webapps/axis2/axis2-web/images -@dirrmtry %%APPHOME%%/webapps/axis2/axis2-web/css -@dirrmtry %%APPHOME%%/webapps/axis2/axis2-web/Error -@dirrmtry %%APPHOME%%/webapps/axis2/axis2-web -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2 -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/org -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/classes -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF/lib -@dirrmtry %%APPHOME%%/webapps/axis2/WEB-INF -@dirrmtry %%APPHOME%%/webapps/axis2 --- axis2-1.6.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: