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 (-140 / +345 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
@mode 644
23
%%APPHOME%%/webapps/axis2/WEB-INF/include/LeftFrame.jsp
24
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.inc
25
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminfooter.jsp
26
%%APPHOME%%/webapps/axis2/WEB-INF/include/adminheader.jsp
27
%%APPHOME%%/webapps/axis2/WEB-INF/include/footer.inc
28
%%APPHOME%%/webapps/axis2/WEB-INF/include/header.inc
29
%%APPHOME%%/webapps/axis2/WEB-INF/include/httpbase.jsp
30
%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.inc
31
%%APPHOME%%/webapps/axis2/WEB-INF/include/link-footer.jsp
32
@mode
13
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar
33
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-1.1.jar
14
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt
34
%%APPHOME%%/webapps/axis2/WEB-INF/lib/activation-LICENSE.txt
15
%%APPHOME%%/webapps/axis2/WEB-INF/lib/antlr-2-LICENSE.txt
35
%%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
37
%%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
38
%%APPHOME%%/webapps/axis2/WEB-INF/lib/apache-mime4j-core-LICENSE.txt
19
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt
39
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-LICENSE.txt
20
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-api-1.2.17.jar
40
%%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
41
%%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
42
%%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
43
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axiom-jaxb-1.2.19.jar
24
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt
44
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-LICENSE.txt
25
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar
45
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-%%PORTVERSION%%.jar
26
%%APPHOME%%/webapps/axis2/WEB-INF/lib/axis2-adb-codegen-%%PORTVERSION%%.jar
46
%%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
100
%%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
101
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-2.1.jar
82
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt
102
%%APPHOME%%/webapps/axis2/WEB-INF/lib/gson-LICENSE.txt
83
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.1.jar
103
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-4.2.5.jar
84
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt
104
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpclient-LICENSE.txt
85
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.1.jar
105
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-4.2.5.jar
86
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt
106
%%APPHOME%%/webapps/axis2/WEB-INF/lib/httpcore-LICENSE.txt
87
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar
107
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-1.5rc3.jar
88
%%APPHOME%%/webapps/axis2/WEB-INF/lib/jalopy-LICENSE.txt
108
%%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
137
%%APPHOME%%/webapps/axis2/WEB-INF/lib/stax2-api.LICENSE.txt
118
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar
138
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-6.0.16.jar
119
%%APPHOME%%/webapps/axis2/WEB-INF/lib/tribes-LICENSE.txt
139
%%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
140
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-1.0M10.jar
141
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woden-core-LICENSE.txt
122
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-4.2.0.jar
142
%%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
143
%%APPHOME%%/webapps/axis2/WEB-INF/lib/woodstox-core-asl-LICENSE.txt
124
%%APPHOME%%/webapps/axis2/WEB-INF/lib/wsdl4j-1.6.2.jar
144
%%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
150
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-2.5.0.jar
131
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt
151
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlbeans-LICENSE.txt
132
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar
152
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-2.2.1.jar
153
%%APPHOME%%/webapps/axis2/WEB-INF/lib/xmlschema-core-LICENSE.txt
133
%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar
154
%%APPHOME%%/webapps/axis2/WEB-INF/modules/addressing-%%PORTVERSION%%.mar
134
%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar
155
%%APPHOME%%/webapps/axis2/WEB-INF/modules/mex-%%PORTVERSION%%.mar
135
%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list
156
%%APPHOME%%/webapps/axis2/WEB-INF/modules/modules.list
Lines 139-286 Link Here
139
%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar
160
%%APPHOME%%/webapps/axis2/WEB-INF/modules/soapmonitor-%%PORTVERSION%%.mar
140
%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list
161
%%APPHOME%%/webapps/axis2/WEB-INF/services/services.list
141
%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar
162
%%APPHOME%%/webapps/axis2/WEB-INF/services/version.aar
142
%%APPHOME%%/webapps/axis2/WEB-INF/web.xml.%%CONF_EXT%%
163
@mode 644
143
%%APPHOME%%/webapps/axis2/axis2-web/ActivateService.jsp
164
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/Login.jsp
144
%%APPHOME%%/webapps/axis2/axis2-web/EngageToServiceGroup.jsp
165
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/SelectService.jsp
166
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/activateService.jsp
167
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/admin.jsp
168
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/deactivateService.jsp
169
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/editServiceParameters.jsp
170
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageGlobally.jsp
171
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToOperation.jsp
172
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToService.jsp
173
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/engageToServiceGroup.jsp
174
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/errorModule.jsp
175
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/globalModules.jsp
176
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listModules.jsp
177
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServiceGroups.jsp
178
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listServices.jsp
179
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/listSingleService.jsp
180
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/upload.jsp
181
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewContexts.jsp
182
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewGlobalChains.jsp
183
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewOperationSpecificChains.jsp
184
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceContext.jsp
185
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewServiceGroupContext.jsp
186
%%APPHOME%%/webapps/axis2/WEB-INF/views/admin/viewphases.jsp
187
@mode
188
@sample %%APPHOME%%/webapps/axis2/WEB-INF/web.xml.sample
145
%%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html
189
%%APPHOME%%/webapps/axis2/axis2-web/Error/AuthError.html
146
%%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html
190
%%APPHOME%%/webapps/axis2/axis2-web/Error/GenError.html
147
%%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp
191
%%APPHOME%%/webapps/axis2/axis2-web/Error/error404.jsp
148
%%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp
192
%%APPHOME%%/webapps/axis2/axis2-web/Error/error500.jsp
149
%%APPHOME%%/webapps/axis2/axis2-web/HappyAxis.jsp
193
%%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
194
%%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
195
%%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
196
%%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
197
%%APPHOME%%/webapps/axis2/axis2-web/images/asf-logo.gif
172
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif
198
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.gif
173
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg
199
%%APPHOME%%/webapps/axis2/axis2-web/images/axis.jpg
174
%%APPHOME%%/webapps/axis2/axis2-web/images/axis_l.jpg
200
%%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
201
%%APPHOME%%/webapps/axis2/axis2-web/index.jsp
185
%%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp
202
%%APPHOME%%/webapps/axis2/axis2-web/listFaultyService.jsp
186
%%APPHOME%%/webapps/axis2/axis2-web/listGroupService.jsp
203
%%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
204
%%APPHOME%%/webapps/axis2/axis2-web/listServices.jsp
190
%%APPHOME%%/webapps/axis2/axis2-web/listSingleService.jsp
205
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/README.txt
191
%%APPHOME%%/webapps/axis2/axis2-web/upload.jsp
206
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuote.xsd
192
%%APPHOME%%/webapps/axis2/axis2-web/viewServiceContext.jsp
207
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/StockQuoteService.wsdl
193
%%APPHOME%%/webapps/axis2/axis2-web/viewServiceGroupContext.jsp
208
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/build.xml
194
%%APPHOME%%/webapps/axis2/axis2-web/viewphases.jsp
209
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/castorbuilder.properties
195
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/client/src/%%CONF_EXT%%s/databinding
210
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/build.xml
211
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient.java
212
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/client/src/samples/databinding/StockClient2.java
213
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/build.xml
214
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/databinding/service/src/samples/databinding/StockQuoteServiceSkeleton.java
215
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/README.txt
216
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/bank.wsdl
217
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/build.xml
218
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/build.xml
219
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/client/src/example/BankClient.java
220
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/docs/FaultHandlingSampleGuide.html
221
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/build.xml
222
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faulthandling/service/src/example/BankServiceSkeleton.java
223
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/README
224
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/pom.xml
225
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorld.java
226
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/main/demo/hw/server/HelloWorldImpl.java
227
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/axis2.xml
228
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/commons-logging.properties
229
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/classes/log4j.properties
230
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java_first_jaxws/src/webapp/WEB-INF/web.xml
231
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/README.txt
232
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/pom.xml
233
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/AddressBookEntry.xsd
234
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBook.java
235
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookClient.java
236
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-addressbook/src/org/apache/axis2/jaxws/addressbook/AddressBookImpl.java
237
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/README.txt
238
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/pom.xml
239
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService.wsdl
240
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/resources/META-INF/CalculatorService_schema1.xsd
241
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Add.java
242
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException.java
243
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddNumbersException_Exception.java
244
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/AddResponse.java
245
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/Calculator.java
246
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorServer.java
247
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/CalculatorService.java
248
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicket.java
249
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/GetTicketResponse.java
250
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/ObjectFactory.java
251
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Add.java
252
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException.java
253
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddNumbersException_Exception.java
254
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddResponse.java
255
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/AddSEIClient.java
256
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/Calculator.java
257
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/CalculatorService.java
258
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicket.java
259
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/GetTicketResponse.java
260
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/ObjectFactory.java
261
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/client/package-info.java
262
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-calculator/src/org/apache/axis2/jaxws/calculator/package-info.java
263
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/README.txt
264
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/resources/wsdl/DynamicSample.wsdl
265
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-dynamic/src/org/apache/axis2/jaxws/sample/dynamic/DynamicServiceProvider.java
266
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/README.txt
267
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/pom.xml
268
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/BaseDataTypesDocLitB.wsdl
269
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd0.xsd
270
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd1.xsd
271
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/resources/META-INF/xsd2.xsd
272
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/com/microsoft/schemas/_2003/_10/serialization/ObjectFactory.java
273
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleClient.java
274
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/apache/axis2/jaxws/interop/InteropSampleService.java
275
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/DateTimeOffset.java
276
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/ObjectFactory.java
277
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/datacontract/schemas/_2004/_07/system/package-info.java
278
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/BaseDataTypesDocLitBService.java
279
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/IBaseDataTypesDocLitB.java
280
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-interop/src/org/tempuri/ObjectFactory.java
281
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/README
282
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/pom.xml
283
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/SampleClient.java
284
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService.java
285
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12.java
286
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortProxy.java
287
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoService12PortTypeClient.java
288
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServiceCallbackHandler.java
289
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortProxy.java
290
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/echo/EchoServicePortTypeClient.java
291
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSample12PortProxy.java
292
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSamplePortProxy.java
293
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService.java
294
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/MtomSampleService12.java
295
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/mtom/SampleMTOMTests.java
296
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService.java
297
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12.java
298
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortProxy.java
299
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingService12PortTypeClient.java
300
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortProxy.java
301
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/client/ping/PingServicePortTypeClient.java
302
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortImpl.java
303
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoService12PortType.java
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortImpl.java
305
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoServicePortType.java
306
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringInput.java
307
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/EchoStringResponse.java
308
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/ObjectFactory.java
309
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/echo/package-info.java
310
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/handler/LoggingSOAPHandler.java
311
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ImageDepot.java
312
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample.java
313
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12.java
314
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSample12PortImpl.java
315
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/MtomSamplePortImpl.java
316
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/ObjectFactory.java
317
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImage.java
318
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/SendImageResponse.java
319
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/mtom/package-info.java
320
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/ObjectFactory.java
321
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortImpl.java
322
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingService12PortType.java
323
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortImpl.java
324
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingServicePortType.java
325
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/PingStringInput.java
326
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/ping/package-info.java
327
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/EchoPingSampleServlet.java
328
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/main/org/apache/axis2/jaxws/samples/servlet/MTOMSampleServlet.java
329
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/axis2.xml
330
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/commons-logging.properties
331
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/log4j.properties
332
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/classes/org/apache/axis2/jaxws/samples/echo/loghandler.xml
333
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoEchoPing.jsp
334
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/jsp/demoMTOM.jsp
335
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/web.xml
336
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo.wsdl
337
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Echo12.wsdl
338
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot.wsdl
339
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/ImageDepot12.wsdl
340
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping.wsdl
341
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/WEB-INF/wsdl/Ping12.wsdl
342
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-samples/src/webapp/index.html
343
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/README.txt
344
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/build.xml
345
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/pom.xml
346
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.wsdl
347
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/resources/META-INF/version.xsd
348
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jaxws-version/src/sample/jaxws/Version.java
349
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/README.txt
350
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/build.xml
351
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/resources/axis2.xml
352
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/META-INF/services.xml
353
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/client/JsonClient.java
354
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/Address.java
355
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/JsonService.java
356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/json/src/sample/json/service/User.java
357
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/README.txt
358
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/build.xml
359
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/MTOMSample.wsdl
360
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/resources/xmime.xsd
361
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/client/Client.java
362
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mtom/src/sample/mtom/service/MTOMSampleSkeleton.java
363
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/README.txt
364
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/build.xml
365
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/META-INF/services.xml
366
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/adbclient/AddressBookADBClient.java
367
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/entry/Entry.java
368
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/rpcclient/AddressBookRPCClient.java
369
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojo/src/sample/addressbook/service/AddressBookService.java
370
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/README.txt
371
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/build.xml
372
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/META-INF/services.xml
373
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/data/Weather.java
374
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/rpcclient/WeatherRPCClient.java
375
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguide/src/sample/pojo/service/WeatherService.java
376
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/README.txt
377
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/build.xml
378
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/META-INF/services.xml
379
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/applicationContext.xml
380
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/client/WeatherSpringRPCClient.java
381
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/bean/Weather.java
382
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/SpringInit.java
383
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pojoguidespring/src/sample/spring/service/WeatherSpringService.java
384
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pom.xml
385
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/README.txt
386
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/build.xml
387
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/resources/META-INF/services.xml
388
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart/src/samples/quickstart/service/pojo/StockQuoteService.java
389
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/README.txt
390
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/build.xml
391
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/StockQuoteService.wsdl
392
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/resources/META-INF/services.xml
393
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/clients/ADBClient.java
394
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartadb/src/samples/quickstart/service/adb/StockQuoteServiceSkeleton.java
395
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/README.txt
396
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/build.xml
397
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/StockQuoteService.wsdl
398
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/resources/META-INF/services.xml
399
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/clients/AXIOMClient.java
400
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartaxiom/src/samples/quickstart/service/axiom/StockQuoteService.java
401
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/README.txt
402
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/build.xml
403
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/StockQuoteService.wsdl
404
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/resources/META-INF/services.xml
405
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/clients/JiBXClient.java
406
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartjibx/src/samples/quickstart/service/jibx/StockQuoteServiceSkeleton.java
407
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/README.txt
408
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/build.xml
409
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/StockQuoteService.wsdl
410
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/resources/META-INF/services.xml
411
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/clients/XMLBEANSClient.java
412
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstartxmlbeans/src/samples/quickstart/service/xmlbeans/StockQuoteServiceSkeleton.java
413
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/README.txt
414
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/build.xml
415
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/doc/servicelifecycleguide.html
416
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/META-INF/services.xml
417
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/client/LibraryServiceClient.java
418
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryConstants.java
419
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryLifeCycle.java
420
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/LibraryService.java
421
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/UsersService.java
422
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/Book.java
423
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/BookList.java
424
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/User.java
425
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/servicelifecycle/src/sample/servicelifecycle/bean/UserList.java
426
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/README.txt
427
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/build.xml
428
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/resources/META-INF/services.xml
429
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/client/SWAClient.java
430
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/soapwithattachments/src/sample/soapwithattachments/service/AttachmentService.java
431
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/README.txt
432
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/pom.xml
433
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsClient/src/main/java/org/apache/axis2/examples/httpsclient/SimpleServiceClient.java
434
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/pom.xml
435
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/java/org/apache/axis2/examples/httpsservice/SimpleService.java
436
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/axis2.xml
437
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/services/SimpleService/META-INF/services.xml
438
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/httpsService/src/main/webapp/WEB-INF/web.xml
439
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/https-sample/pom.xml
440
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/README.txt
441
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/pom.xml
442
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/java/org/apache/axis2/examples/jmsservice/SimpleService.java
443
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/axis2.xml
444
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/jmsService/src/main/resources/services/SimpleService/META-INF/services.xml
445
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/transport/jms-sample/pom.xml
446
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/README.txt
447
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/build.xml
448
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/conf/axis2.xml
449
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientForWebServiceWithModule.java
450
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientSideModuleEngagement.java
451
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/ClientUtil.java
452
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingClient.java
453
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingDualClient.java
454
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoBlockingWsaBasedClient.java
455
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingClient.java
456
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/EchoNonBlockingDualClient.java
457
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/MailClient.java
458
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/PingClient.java
459
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/RESTClient.java
460
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/clients/TCPClient.java
461
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/META-INF/services.xml
462
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example1/MyService.java
463
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/META-INF/services.xml
464
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example2/MyService.java
465
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/META-INF/services.xml
466
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/example3/MyService.java
467
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LogHandler.java
468
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/LoggingModule.java
469
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userguide/src/userguide/loggingmodule/META-INF/module.xml
470
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/README.txt
471
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/build.xml
472
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/pom.xml
473
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/META-INF/services.xml
474
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/version/src/sample/axisversion/Version.java
475
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/Axis2SampleDocLit.wsdl
476
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wsdl/perf.wsdl
477
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/README.txt
478
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/build.xml
479
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/resources/axis2.xml
480
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchClient.java
481
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/JSONSearchModel.java
482
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoojsonsearch/src/sample/yahooservices/JSONSearch/UserInterface.java
483
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/README.txt
484
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/build.xml
485
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchClient.java
486
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/RESTSearchModel.java
487
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yahoorestsearch/src/sample/yahooservices/RESTSearch/UserInterface.java
196
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/databinding/docs
488
%%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
489
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/lib
245
%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/pojoguidespring/src/%%CONF_EXT%%/spring/bean
490
@mode 755
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
491
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/META-INF
285
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http
492
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport/http
286
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport
493
@dir %%APPHOME%%/webapps/axis2/WEB-INF/classes/org/apache/axis2/transport
Lines 298-305 Link Here
298
@dir %%APPHOME%%/webapps/axis2/axis2-web/Error
505
@dir %%APPHOME%%/webapps/axis2/axis2-web/Error
299
@dir %%APPHOME%%/webapps/axis2/axis2-web/css
506
@dir %%APPHOME%%/webapps/axis2/axis2-web/css
300
@dir %%APPHOME%%/webapps/axis2/axis2-web/images
507
@dir %%APPHOME%%/webapps/axis2/axis2-web/images
301
@dir %%APPHOME%%/webapps/axis2/axis2-web/include
302
@dir %%APPHOME%%/webapps/axis2/axis2-web
508
@dir %%APPHOME%%/webapps/axis2/axis2-web
303
@dir %%APPHOME%%/webapps/axis2
509
@dir %%APPHOME%%/webapps/axis2
304
@dir %%APPHOME%%/webapps
510
@mode
305
@dir %%APPHOME%%

Return to bug 213536