summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-distributed/helloworld-webapp
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-09-19 06:38:53 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-09-19 06:38:53 +0000
commit4140d84ab1259cc7500e36fb761f21c5ee01fba9 (patch)
tree149d212acf2b966ccd5c6be8fc752a4f2013dfe6 /java/sca/samples/helloworld-distributed/helloworld-webapp
parente78d25f094fd8179557bc6fd8e448ca3c7c23f12 (diff)
Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and Axiom based on the patches from Ram for TUSCANY-2606
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-distributed/helloworld-webapp/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/sca/samples/helloworld-distributed/helloworld-webapp/build.xml b/java/sca/samples/helloworld-distributed/helloworld-webapp/build.xml
index e08dd3027a..ef49524e39 100644
--- a/java/sca/samples/helloworld-distributed/helloworld-webapp/build.xml
+++ b/java/sca/samples/helloworld-distributed/helloworld-webapp/build.xml
@@ -30,7 +30,6 @@
</javac>
<copy todir="target/classes">
<fileset dir="src\main\resources"/>
- <fileset dir="." includes="*" excludes="src, target, pom.xml, build.xml"/>
</copy>
<war destfile="target/sample-helloworld-webapp.war" webxml="src/main/webapp/WEB-INF/web.xml">
<fileset dir="src/main/webapp"/>
@@ -112,7 +111,7 @@
<include name="geronimo-j2ee-management_1.0_spec-1.0.jar"/>
<include name="geronimo-jms_1.1_spec-1.1.1.jar"/>
<include name="jaxb-api-2.1.jar"/>
- <include name="jaxb-impl-2.1.3.jar"/>
+ <include name="jaxb-impl-2.1.7.jar"/>
<include name="jaxen-1.1-beta-9.jar"/>
<include name="jaxws-api-2.1.jar"/>
<include name="jsr181-api-1.0-MR1.jar"/>