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 ch...@apache.org on 2006/10/19 11:36:04 UTC

svn commit: r465543 - in /webservices/axis2/branches/java/1_1: ./ modules/samples/jms/ modules/samples/jms/src/ modules/samples/pojo/ modules/samples/pojo/src/ modules/samples/servicelifecycle/ modules/samples/servicelifecycle/src/ modules/samples/sess...

Author: chinthaka
Date: Thu Oct 19 02:35:59 2006
New Revision: 465543

URL: http://svn.apache.org/viewvc?view=rev&rev=465543
Log:
- Fixing maven build script for releases to include proper samples.
- Adding place holders for samples that are required to be packed with the release.

Added:
    webservices/axis2/branches/java/1_1/modules/samples/jms/
    webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/jms/src/
    webservices/axis2/branches/java/1_1/modules/samples/pojo/
    webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/pojo/src/
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/src/
    webservices/axis2/branches/java/1_1/modules/samples/sessions/
    webservices/axis2/branches/java/1_1/modules/samples/sessions/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/sessions/src/
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=465543&r1=465542&r2=465543
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Thu Oct 19 02:35:59 2006
@@ -698,11 +698,7 @@
             </ant:fileset>
         </ant:copy>
     	
-    	<!-- copy the build-war.xml  -->
-    	<!--ant:copy toDir="${std.bin.temp.dir}/webapp">
-    	    <ant:include name="modules/webapp/conf/build-war.xml"/>
-    	</ant:copy--> 
-    	
+
     	<!--********************** creating the lib ********************** -->
         <!-- Copy the 3rd party libs -->
         <ant:copy toDir="${std.bin.temp.dir}/lib">
@@ -750,10 +746,6 @@
 			</ant:copy>
 		</j:if>
 
-        <!-- Copy addressing mar to the classpath (Samples need this)>
-        <ant:copy toDir="${std.bin.temp.dir}/lib">
-            <ant:fileset file="modules/addressing/target/addressing-${addressing_version}.mar"/>
-        </ant:copy-->
 
     	<!--********************** creating the samples ********************** -->
         <!-- TODO :Copy the samples.. after samples module refactoring -->
@@ -764,8 +756,18 @@
             <ant:fileset file="${std.bin.temp.dir}/samples/groovyService.aar"/>
         </ant:copy>
         <ant:mkdir dir="${std.bin.temp.dir}/samples/FaultHandling" />
-        <ant:copy todir="${std.bin.temp.dir}/samples/FaultHandling">
-            <ant:fileset dir="modules/samples/FaultHandling"/>
+        <ant:copy todir="${std.bin.temp.dir}/samples/">
+            <ant:fileset dir="modules/samples/">
+                <ant:include name="yahoorestsearch"/>
+                <ant:include name="googlespellcheck"/>
+                <ant:include name="FaultHandling"/>
+                <ant:include name="mtomsample"/>
+                <ant:include name="version"/>
+                <ant:include name="jms"/>
+                <ant:include name="sessions"/>
+                <ant:include name="servicelifecycle"/>
+                <ant:include name="pojo"/>
+            </ant:fileset>
         </ant:copy>
 
         <ant:delete file="${std.bin.temp.dir}/samples/groovyService.aar"/>

Added: webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/jms/README.txt?view=auto&rev=465543
==============================================================================
    (empty)

Added: webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojo/README.txt?view=auto&rev=465543
==============================================================================
    (empty)

Added: webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/servicelifecycle/README.txt?view=auto&rev=465543
==============================================================================
    (empty)

Added: webservices/axis2/branches/java/1_1/modules/samples/sessions/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/sessions/README.txt?view=auto&rev=465543
==============================================================================
    (empty)



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