View | Details | Raw Unified | Return to bug 213536 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-25 / +18 lines)
Lines 1-20 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	axis2
3
PORTNAME=	axis2
4
PORTVERSION=	1.7.1
4
PORTVERSION=	1.7.3
5
CATEGORIES=	www java
5
CATEGORIES=	www java
6
MASTER_SITES=	APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/
6
MASTER_SITES=	APACHE/axis/${PORTNAME}/java/core/${PORTVERSION}/
7
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
7
DISTFILES=	${PORTNAME}-${PORTVERSION}-bin.zip ${PORTNAME}-${PORTVERSION}-war.zip
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	dbaio@bsd.com.br
10
COMMENT=	Provides a Web Services,SOAP and WSDL engine from Apache
10
COMMENT=	Provides a Web Services,SOAP and WSDL engine from Apache
11
11
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
14
14
USES=		cpe zip
15
USES=		cpe zip
15
CPE_VENDOR=	apache
16
CPE_VENDOR=	apache
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
NO_BUILD=	yes
18
NO_BUILD=	yes
19
NO_ARCH=	yes
18
20
19
OPTIONS_SINGLE=	AS
21
OPTIONS_SINGLE=	AS
20
OPTIONS_SINGLE_AS=	TOMCAT6 TOMCAT7
22
OPTIONS_SINGLE_AS=	TOMCAT6 TOMCAT7
Lines 22-54 Link Here
22
24
23
OPTIONS_DEFINE=	EXAMPLES
25
OPTIONS_DEFINE=	EXAMPLES
24
26
25
.include <bsd.port.options.mk>
27
TOMCAT6_VARS=	APPHOME=${LOCALBASE}/apache-tomcat-6.0
28
TOMCAT6_RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat6
26
29
27
.if ${PORT_OPTIONS:MTOMCAT6}
30
TOMCAT7_VARS=	APPHOME=${LOCALBASE}/apache-tomcat-7.0
28
APPHOME=	${LOCALBASE}/apache-tomcat-6.0
31
TOMCAT7_RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat7
29
BUILD_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat6
30
RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat6
31
.endif
32
33
.if ${PORT_OPTIONS:MTOMCAT7}
34
APPHOME=	${LOCALBASE}/apache-tomcat-7.0
35
BUILD_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat7
36
RUN_DEPENDS+=	${APPHOME}/bin/bootstrap.jar:www/tomcat7
37
.endif
38
32
39
USE_JAVA=	yes
33
USE_JAVA=	yes
40
JAVA_VERSION=	1.6+
34
JAVA_VERSION=	1.6+
41
SHAREOWN=	www
35
SHAREOWN=	www
42
SHAREGRP=	www
36
SHAREGRP=	www
43
PLIST_SUB+=	APPHOME=${APPHOME:S|^${PREFIX}/||} \
44
		CONF_EXT=${CONF_EXT} PORTVERSION=${PORTVERSION}
45
CONF_EXT=	sample
46
37
47
PORTEXAMPLES=	*
38
PLIST_SUB+=	APPHOME=${APPHOME:S|^${PREFIX}/||} \
39
	PORTVERSION=${PORTVERSION}
48
40
49
do-install:
41
do-install:
50
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib)
42
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib && cd ${WRKSRC}/lib && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/lib )
51
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )$
43
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes && cd ${WRKSRC}/webapp/WEB-INF/classes && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/classes )
52
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web )
44
	( ${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web && cd ${WRKSRC}/webapp/axis2-web && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/axis2-web )
53
	( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF )
45
	( cd ${WRKSRC}/repository && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF )
54
	${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf
46
	${MKDIR} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf
Lines 56-65 Link Here
56
	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample
48
	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/conf/${f}.sample
57
.endfor
49
.endfor
58
	${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample
50
	${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml.sample
59
.if ${PORT_OPTIONS:MEXAMPLES}
51
	@${TAR} -C ${STAGEDIR}${APPHOME}/webapps/${PORTNAME}/ \
52
		-xf ${WRKDIR}/${PORTNAME}.war WEB-INF/include/ WEB-INF/views/
53
54
do-install-EXAMPLES-on:
60
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
55
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
61
	cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \;
56
	cd ${WRKSRC}/samples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
62
#	cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \;
63
.endif
64
57
65
.include <bsd.port.mk>
58
.include <bsd.port.mk>
(-)distinfo (-2 / +5 lines)
Lines 1-2 Link Here
1
SHA256 (axis2-1.7.1-bin.zip) = cf0ddefbf82689fc06c5b7b7aa10786794f45e9e21563a2a780e672e5c96708f
1
TIMESTAMP = 1476566283
2
SIZE (axis2-1.7.1-bin.zip) = 22362277
2
SHA256 (axis2-1.7.3-bin.zip) = 9605e2726af535a0bc6007dff59d6a4d03dab0c2b119b234ad1d5b34b77f5d2d
3
SIZE (axis2-1.7.3-bin.zip) = 22315355
4
SHA256 (axis2-1.7.3-war.zip) = 73625e6a462f93e4b996e8f78bf63286e6e071cc8e42495c5cea3d2034c2f211
5
SIZE (axis2-1.7.3-war.zip) = 20191858
(-)pkg-plist (-159 / +339 lines)
Lines 3-15 Link Here
3
%%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties
3
%%APPHOME%%/webapps/axis2/WEB-INF/classes/commons-logging.properties
4
%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties
4
%%APPHOME%%/webapps/axis2/WEB-INF/classes/log4j.properties
5
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class
5
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class
6
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class
6
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Action.class
7
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionHandler.class
8
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/ActionResult.class
9
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AdminActions.class
7
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class
10
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class
8
%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.%%CONF_EXT%%
11
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFPreventionResponseWrapper.class
9
%%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.%%CONF_EXT%%
12
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/CSRFTokenCache.class
10
%%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.%%CONF_EXT%%
13
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Redirect.class
11
%%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.%%CONF_EXT%%
14
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/Status.class
12
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt
15
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache$1.class
16
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/StatusCache.class
17
%%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp/View.class
18
@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.policy.sample
19
@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/axis2.xml.sample
20
@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/commons-logging.properties.sample
21
@sample %%APPHOME%%/webapps/axis2/WEB-INF/conf/log4j.properties.sample
22
%%APPHOME%%/webapps/axis2/WEB-INF/include/LeftFrame.jsp
23
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.inc
24
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.jsp
25
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminheader.jsp
26
%%APPHOME%%/webapps/axis2/WEB-INF/include/footer.inc
27
%%APPHOME%%/webapps/axis2/WEB-INF/include/header.inc
28
%%APPHOME%%/webapps/axis2/WEB-INF/include/httpbase.jsp
29
%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.inc
30
%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.jsp
13
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar
31
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar
14
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt
32
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt
15
%%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt
33
%%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt
Lines 17-26 Link Here
17
%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar
35
%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-0.7.2.jar
18
%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt
36
%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt
19
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt
37
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt
20
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.17.jar
38
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.19.jar
21
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.17.jar
39
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-dom-1.2.19.jar
22
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.17.jar
40
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-impl-1.2.19.jar
23
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.17.jar
41
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.19.jar
24
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt
42
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt
25
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar
43
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar
26
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar
44
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar
Lines 80-88 Link Here
80
%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
98
%%APPHOME%%/webapps/axis2/WEB-INF/lib/geronimo-ws-metadata_2.0_spec-1.1.2.jar
81
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar
99
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar
82
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt
100
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt
83
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.1.jar
101
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.5.jar
84
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt
102
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt
85
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.1.jar
103
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.5.jar
86
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt
104
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt
87
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar
105
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar
88
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt
106
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt
Lines 117-124 Link Here
117
%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt
135
%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt
118
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar
136
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar
119
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt
137
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt
120
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt
121
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar
138
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar
139
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt
122
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar
140
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar
123
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt
141
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt
124
%%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar
142
%%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar
Lines 130-135 Link Here
130
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar
148
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar
131
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt
149
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt
132
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar
150
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar
151
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt
133
%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar
152
%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar
134
%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar
153
%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar
135
%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list
154
%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list
Lines 139-305 Link Here
139
%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar
158
%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar
140
%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list
159
%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list
141
%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar
160
%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar
142
%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%%
161
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/Login.jsp
143
%%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp
162
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/SelectService.jsp
144
%%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp
163
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/activateService.jsp
164
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/admin.jsp
165
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/deactivateService.jsp
166
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/editServiceParameters.jsp
167
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageGlobally.jsp
168
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToOperation.jsp
169
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToService.jsp
170
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToServiceGroup.jsp
171
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/errorModule.jsp
172
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/globalModules.jsp
173
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listModules.jsp
174
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServiceGroups.jsp
175
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServices.jsp
176
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listSingleService.jsp
177
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/upload.jsp
178
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewContexts.jsp
179
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewGlobalChains.jsp
180
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewOperationSpecificChains.jsp
181
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceContext.jsp
182
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceGroupContext.jsp
183
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewphases.jsp
184
@sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample
145
%%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html
185
%%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html
146
%%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html
186
%%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html
147
%%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp
187
%%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp
148
%%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp
188
%%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp
149
%%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp
189
%%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp
150
%%APPHOME%%/webapps/axis2/axis2-web/InActivateService.jsp
151
%%APPHOME%%/webapps/axis2/axis2-web/LeftFrame.jsp
152
%%APPHOME%%/webapps/axis2/axis2-web/ListServiceGroup.jsp
153
%%APPHOME%%/webapps/axis2/axis2-web/Login.jsp
154
%%APPHOME%%/webapps/axis2/axis2-web/MainFrame.jsp
190
%%APPHOME%%/webapps/axis2/axis2-web/MainFrame.jsp
155
%%APPHOME%%/webapps/axis2/axis2-web/SelectService.jsp
156
%%APPHOME%%/webapps/axis2/axis2-web/ServiceParaEdit.jsp
157
%%APPHOME%%/webapps/axis2/axis2-web/TopFrame.jsp
158
%%APPHOME%%/webapps/axis2/axis2-web/ViewContexts.jsp
159
%%APPHOME%%/webapps/axis2/axis2-web/ViewGlobalHandlers.jsp
160
%%APPHOME%%/webapps/axis2/axis2-web/ViewServiceHandlers.jsp
161
%%APPHOME%%/webapps/axis2/axis2-web/admin.jsp
162
%%APPHOME%%/webapps/axis2/axis2-web/css/axis-style.css
191
%%APPHOME%%/webapps/axis2/axis2-web/css/axis-style.css
163
%%APPHOME%%/webapps/axis2/axis2-web/deleteService.jsp
164
%%APPHOME%%/webapps/axis2/axis2-web/disengage.jsp
165
%%APPHOME%%/webapps/axis2/axis2-web/engagingglobally.jsp
166
%%APPHOME%%/webapps/axis2/axis2-web/engagingtoanoperation.jsp
167
%%APPHOME%%/webapps/axis2/axis2-web/engagingtoaservice.jsp
168
%%APPHOME%%/webapps/axis2/axis2-web/error.jsp
192
%%APPHOME%%/webapps/axis2/axis2-web/error.jsp
169
%%APPHOME%%/webapps/axis2/axis2-web/errorModule.jsp
170
%%APPHOME%%/webapps/axis2/axis2-web/globalModules.jsp
171
%%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif
193
%%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif
172
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif
194
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif
173
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg
195
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg
174
%%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg
196
%%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg
175
%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.inc
176
%%APPHOME%%/webapps/axis2/axis2-web/include/adminfooter.jsp
177
%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.inc
178
%%APPHOME%%/webapps/axis2/axis2-web/include/adminheader.jsp
179
%%APPHOME%%/webapps/axis2/axis2-web/include/footer.inc
180
%%APPHOME%%/webapps/axis2/axis2-web/include/header.inc
181
%%APPHOME%%/webapps/axis2/axis2-web/include/httpbase.jsp
182
%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.inc
183
%%APPHOME%%/webapps/axis2/axis2-web/include/link-footer.jsp
184
%%APPHOME%%/webapps/axis2/axis2-web/index.jsp
197
%%APPHOME%%/webapps/axis2/axis2-web/index.jsp
185
%%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp
198
%%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp
186
%%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp
199
%%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp
187
%%APPHOME%%/webapps/axis2/axis2-web/listModules.jsp
188
%%APPHOME%%/webapps/axis2/axis2-web/listService.jsp
189
%%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp
200
%%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp
190
%%APPHOME%%/webapps/axis2/axis2-web/listSingleService.jsp
201
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/README.txt
191
%%APPHOME%%/webapps/axis2/axis2-web/upload.jsp
202
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuote.xsd
192
%%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp
203
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuoteService.wsdl
193
%%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp
204
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/build.xml
194
%%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp
205
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/castorbuilder.properties
195
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/client/src/%%CONF_EXT%%s/databinding
206
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/build.xml
207
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient.java
208
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient2.java
209
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/build.xml
210
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/src/samples/databinding/StockQuoteServiceSkeleton.java
211
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/README.txt
212
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/bank.wsdl
213
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/build.xml
214
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/build.xml
215
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/src/example/BankClient.java
216
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/docs/FaultHandlingSampleGuide.html
217
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/build.xml
218
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/src/example/BankServiceSkeleton.java
219
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/README
220
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/pom.xml
221
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorld.java
222
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorldImpl.java
223
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/axis2.xml
224
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties
225
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties
226
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/web.xml
227
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/README.txt
228
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/pom.xml
229
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/AddressBookEntry.xsd
230
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBook.java
231
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookClient.java
232
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookImpl.java
233
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/README.txt
234
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/pom.xml
235
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService.wsdl
236
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd
237
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Add.java
238
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java
239
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java
240
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddResponse.java
241
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Calculator.java
242
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java
243
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorService.java
244
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicket.java
245
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java
246
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java
247
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Add.java
248
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java
249
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java
250
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java
251
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java
252
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Calculator.java
253
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java
254
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java
255
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java
256
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java
257
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/package-info.java
258
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/package-info.java
259
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/README.txt
260
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl/DynamicSample.wsdl
261
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/sample/dynamic/DynamicServiceProvider.java
262
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/README.txt
263
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/pom.xml
264
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/BaseDataTypesDocLitB.wsdl
265
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd0.xsd
266
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd1.xsd
267
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd2.xsd
268
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization/ObjectFactory.java
269
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleClient.java
270
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleService.java
271
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/DateTimeOffset.java
272
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/ObjectFactory.java
273
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/package-info.java
274
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/BaseDataTypesDocLitBService.java
275
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/IBaseDataTypesDocLitB.java
276
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/ObjectFactory.java
277
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/README
278
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/pom.xml
279
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/SampleClient.java
280
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService.java
281
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12.java
282
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortProxy.java
283
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortTypeClient.java
284
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServiceCallbackHandler.java
285
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortProxy.java
286
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortTypeClient.java
287
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSample12PortProxy.java
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSamplePortProxy.java
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService.java
290
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService12.java
291
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/SampleMTOMTests.java
292
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService.java
293
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12.java
294
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortProxy.java
295
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortTypeClient.java
296
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortProxy.java
297
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortTypeClient.java
298
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortImpl.java
299
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortType.java
300
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortImpl.java
301
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortType.java
302
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringInput.java
303
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringResponse.java
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/ObjectFactory.java
305
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/package-info.java
306
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/handler/LoggingSOAPHandler.java
307
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ImageDepot.java
308
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample.java
309
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12.java
310
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12PortImpl.java
311
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSamplePortImpl.java
312
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ObjectFactory.java
313
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImage.java
314
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImageResponse.java
315
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/package-info.java
316
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/ObjectFactory.java
317
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortImpl.java
318
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortType.java
319
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortImpl.java
320
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortType.java
321
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingStringInput.java
322
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/package-info.java
323
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/EchoPingSampleServlet.java
324
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/MTOMSampleServlet.java
325
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/axis2.xml
326
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/commons-logging.properties
327
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j.properties
328
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/samples/echo/loghandler.xml
329
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoEchoPing.jsp
330
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoMTOM.jsp
331
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/web.xml
332
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo.wsdl
333
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo12.wsdl
334
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot.wsdl
335
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot12.wsdl
336
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping.wsdl
337
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping12.wsdl
338
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/index.html
339
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/README.txt
340
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/build.xml
341
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/pom.xml
342
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.wsdl
343
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.xsd
344
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/src/sample/jaxws/Version.java
345
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/README.txt
346
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/build.xml
347
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/resources/axis2.xml
348
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/META-INF/services.xml
349
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/client/JsonClient.java
350
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/Address.java
351
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/JsonService.java
352
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/User.java
353
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/README.txt
354
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/build.xml
355
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/MTOMSample.wsdl
356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/xmime.xsd
357
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/client/Client.java
358
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/service/MTOMSampleSkeleton.java
359
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/README.txt
360
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/build.xml
361
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/META-INF/services.xml
362
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/adbclient/AddressBookADBClient.java
363
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/entry/Entry.java
364
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/rpcclient/AddressBookRPCClient.java
365
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/service/AddressBookService.java
366
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/README.txt
367
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/build.xml
368
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/META-INF/services.xml
369
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/data/Weather.java
370
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/rpcclient/WeatherRPCClient.java
371
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/service/WeatherService.java
372
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/README.txt
373
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/build.xml
374
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/META-INF/services.xml
375
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/applicationContext.xml
376
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/client/WeatherSpringRPCClient.java
377
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/bean/Weather.java
378
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/SpringInit.java
379
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/WeatherSpringService.java
380
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pom.xml
381
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/README.txt
382
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/build.xml
383
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/resources/META-INF/services.xml
384
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/src/samples/quickstart/service/pojo/StockQuoteService.java
385
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/README.txt
386
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/build.xml
387
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/StockQuoteService.wsdl
388
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/services.xml
389
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/clients/ADBClient.java
390
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/service/adb/StockQuoteServiceSkeleton.java
391
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/README.txt
392
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/build.xml
393
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/StockQuoteService.wsdl
394
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/services.xml
395
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/clients/AXIOMClient.java
396
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/service/axiom/StockQuoteService.java
397
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/README.txt
398
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/build.xml
399
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/StockQuoteService.wsdl
400
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/services.xml
401
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/clients/JiBXClient.java
402
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/service/jibx/StockQuoteServiceSkeleton.java
403
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/README.txt
404
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/build.xml
405
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/StockQuoteService.wsdl
406
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/services.xml
407
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/clients/XMLBEANSClient.java
408
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/service/xmlbeans/StockQuoteServiceSkeleton.java
409
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/README.txt
410
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/build.xml
411
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/doc/servicelifecycleguide.html
412
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/META-INF/services.xml
413
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/client/LibraryServiceClient.java
414
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryConstants.java
415
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryLifeCycle.java
416
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryService.java
417
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/UsersService.java
418
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/Book.java
419
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/BookList.java
420
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/User.java
421
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/UserList.java
422
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/README.txt
423
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/build.xml
424
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/resources/META-INF/services.xml
425
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java
426
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/service/AttachmentService.java
427
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/README.txt
428
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/pom.xml
429
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient/SimpleServiceClient.java
430
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/pom.xml
431
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/java/org/apache/axis2/examples/httpsservice/SimpleService.java
432
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/axis2.xml
433
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF/services.xml
434
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/web.xml
435
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/pom.xml
436
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/README.txt
437
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/pom.xml
438
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/java/org/apache/axis2/examples/jmsservice/SimpleService.java
439
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/axis2.xml
440
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/services/SimpleService/META-INF/services.xml
441
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/pom.xml
442
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/README.txt
443
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/build.xml
444
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/conf/axis2.xml
445
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientForWebServiceWithModule.java
446
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientSideModuleEngagement.java
447
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientUtil.java
448
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingClient.java
449
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingDualClient.java
450
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingWsaBasedClient.java
451
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingClient.java
452
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingDualClient.java
453
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/MailClient.java
454
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/PingClient.java
455
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/RESTClient.java
456
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/TCPClient.java
457
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF/services.xml
458
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/MyService.java
459
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF/services.xml
460
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/MyService.java
461
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF/services.xml
462
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/MyService.java
463
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LogHandler.java
464
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LoggingModule.java
465
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF/module.xml
466
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/README.txt
467
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/build.xml
468
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/pom.xml
469
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/META-INF/services.xml
470
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/Version.java
471
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/Axis2SampleDocLit.wsdl
472
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/perf.wsdl
473
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/README.txt
474
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/build.xml
475
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/resources/axis2.xml
476
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchClient.java
477
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchModel.java
478
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/UserInterface.java
479
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/README.txt
480
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/build.xml
481
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchClient.java
482
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java
483
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/UserInterface.java
196
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs
484
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs
197
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/service/src/%%CONF_EXT%%s/databinding
198
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/client/src/example
199
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/docs
200
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/faulthandling/service/src/example
201
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server
202
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes
203
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook
204
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF
205
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client
206
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl
207
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/%%CONF_EXT%%/dynamic
208
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/resources/META-INF
209
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization
210
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop
211
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system
212
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri
213
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/echo
214
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/mtom
215
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/client/ping
216
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo
217
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/handler
218
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/mtom
219
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/ping
220
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/main/org/apache/axis2/jaxws/%%CONF_EXT%%s/servlet
221
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/%%CONF_EXT%%s/echo
222
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/jsp
223
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-%%CONF_EXT%%s/src/webapp/WEB-INF/wsdl
224
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/resources/META-INF
225
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/jaxws-version/src/%%CONF_EXT%%/jaxws
226
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/resources
227
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/META-INF
228
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/client
229
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/json/src/%%CONF_EXT%%/json/service
230
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/resources
231
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/client
232
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/mtom/src/%%CONF_EXT%%/mtom/service
233
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/META-INF
234
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/adbclient
235
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/entry
236
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/rpcclient
237
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojo/src/%%CONF_EXT%%/addressbook/service
238
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/META-INF
239
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/data
240
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/rpcclient
241
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguide/src/%%CONF_EXT%%/pojo/service
242
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/META-INF
243
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/client
244
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib
485
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib
245
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/bean
246
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/service
247
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/resources/META-INF
248
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstart/src/%%CONF_EXT%%s/quickstart/service/pojo
249
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/resources/META-INF
250
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/clients
251
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartadb/src/%%CONF_EXT%%s/quickstart/service/adb
252
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF
253
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/clients
254
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartaxiom/src/%%CONF_EXT%%s/quickstart/service/axiom
255
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/resources/META-INF
256
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/clients
257
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartjibx/src/%%CONF_EXT%%s/quickstart/service/jibx
258
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF
259
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/clients
260
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/quickstartxmlbeans/src/%%CONF_EXT%%s/quickstart/service/xmlbeans
261
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/doc
262
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/META-INF
263
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/client
264
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/servicelifecycle/src/%%CONF_EXT%%/servicelifecycle/bean
265
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/resources/META-INF
266
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/client
267
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/soapwithattachments/src/%%CONF_EXT%%/soapwithattachments/service
268
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient
269
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/java/org/apache/axis2/examples/httpsservice
270
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/https-%%CONF_EXT%%/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF
271
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/java/org/apache/axis2/examples/jmsservice
272
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/transport/jms-%%CONF_EXT%%/jmsService/src/main/resources/services/SimpleService/META-INF
273
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/conf
274
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/clients
275
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF
276
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF
277
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF
278
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF
279
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/version/src/%%CONF_EXT%%/axisversion/META-INF
280
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/wsdl
281
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/resources
282
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoojsonsearch/src/%%CONF_EXT%%/yahooservices/JSONSearch
283
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/yahoorestsearch/src/%%CONF_EXT%%/yahooservices/RESTSearch
284
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF
285
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http
286
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport
287
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/webapp
288
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2
289
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache
290
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org
291
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes
292
@dir %%APPHOME%%/webapps/axis2/WEB-INF/conf
293
@dir %%APPHOME%%/webapps/axis2/WEB-INF/lib/endorsed
294
@dir %%APPHOME%%/webapps/axis2/WEB-INF/lib
295
@dir %%APPHOME%%/webapps/axis2/WEB-INF/modules
296
@dir %%APPHOME%%/webapps/axis2/WEB-INF/services
297
@dir %%APPHOME%%/webapps/axis2/WEB-INF
298
@dir %%APPHOME%%/webapps/axis2/axis2-web/Error
299
@dir %%APPHOME%%/webapps/axis2/axis2-web/css
300
@dir %%APPHOME%%/webapps/axis2/axis2-web/images
301
@dir %%APPHOME%%/webapps/axis2/axis2-web/include
302
@dir %%APPHOME%%/webapps/axis2/axis2-web
303
@dir %%APPHOME%%/webapps/axis2
304
@dir %%APPHOME%%/webapps
305
@dir %%APPHOME%%

Return to bug 213536