Author: veithen
Date: Thu Mar 17 22:35:04 2011
New Revision: 1082738

URL: http://svn.apache.org/viewvc?rev=1082738&view=rev
Log:
Finalizing the fix for the databinding sample.

Modified:
    axis/axis2/java/core/trunk/modules/distribution/pom.xml
    axis/axis2/java/core/trunk/modules/samples/databinding/build.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1082738&r1=1082737&r2=1082738&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Thu Mar 17 22:35:04 
2011
@@ -293,7 +293,11 @@
                 </executions>
             </plugin>
             
-            <!-- Prepare some additional dependencies required by specific 
samples -->
+            <!-- Prepare some additional dependencies required by specific 
samples. We could
+                 also do this by invoking the relevant download.jars targets 
in the provided
+                 ant scripts, but this may cause issues with HTTP proxies and 
has the disadvantage
+                 that the JARs are downloaded every time instead of being 
copied from the local
+                 Maven repository. -->
             <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>

Modified: axis/axis2/java/core/trunk/modules/samples/databinding/build.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/samples/databinding/build.xml?rev=1082738&r1=1082737&r2=1082738&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/samples/databinding/build.xml (original)
+++ axis/axis2/java/core/trunk/modules/samples/databinding/build.xml Thu Mar 17 
22:35:04 2011
@@ -182,6 +182,8 @@
              dest="lib/stax-utils-20060915.jar" verbose="true"/>
         <get src="http://dist.codehaus.org/castor/1.0.4/castor-1.0.4.jar"; 
dest="lib/castor-1.0.4.jar"
              verbose="true"/>
+        <get 
src="http://repo2.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar";
+             dest="lib/xercesImpl-2.9.1.jar" verbose="true"/>
     </target>
 
     <target name="clean">


Reply via email to