You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/29 15:17:08 UTC

svn commit: r468905 - /webservices/axis2/branches/java/1_1/maven.xml

Author: thilina
Date: Sun Oct 29 06:17:07 2006
New Revision: 468905

URL: http://svn.apache.org/viewvc?view=rev&rev=468905
Log:
Removing some unwanted samples from the distro and adding new samples to the distro

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=468905&r1=468904&r2=468905
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Sun Oct 29 06:17:07 2006
@@ -697,25 +697,23 @@
         <ant:copy todir="${std.bin.temp.dir}/samples">
             <ant:fileset dir="modules/samples/target/samples"/>
         </ant:copy>
-        <ant:copy todir="${std.bin.temp.dir}/samples/userguide">
+        <!--ant:copy todir="${std.bin.temp.dir}/samples/userguide">
             <ant:fileset file="${std.bin.temp.dir}/samples/groovyService.aar"/>
-        </ant:copy>
+        </ant:copy-->
         <ant:mkdir dir="${std.bin.temp.dir}/samples/FaultHandling"/>
         <ant:copy todir="${std.bin.temp.dir}/samples/">
             <ant:fileset dir="modules/samples/">
                 <include name="yahoorestsearch/**/*.*"/>
-                <include name="target/yahoorestsearch/yahooRESTSearch.jar"/>
-
-
                 <include name="googlespellcheck/**/*.*"/>
                 <include name="FaultHandling/**/*.*"/>
+                <include name="mtom/**/*.*"/>
                 <include name="mtomsample/**/*.*"/>
+                <include name="soapwithattachments/**/*.*"/>
                 <include name="version/**/*.*"/>
                 <include name="jms/**/*.*"/>
                 <include name="sessions/**/*.*"/>
                 <include name="servicelifecycle/**/*.*"/>
                 <include name="pojo/**/*.*"/>
-                <include name="yahoorestsearch/**/*.*"/>
             </ant:fileset>
         </ant:copy>
 
@@ -766,7 +764,8 @@
                 <ant:exclude name="**/SameServiceAddingTest.java"/>
                 <!-- TODO: This is failing in the distros. Must Fix it. -->
                 <ant:exclude name="**/target/**"/>
-                <ant:exclude name="**/modules/samples/src/sample/eventing/**"/>
+                <ant:exclude name="**/modules/samples/eventing/**"/>
+                <ant:exclude name="**/modules/samples/security/**"/>
                 <ant:exclude name="xdocs/**"/>
                 <ant:exclude name="**/*class*/**"/>
                 <ant:exclude name="**/.svn/**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org