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/10 12:15:11 UTC

svn commit: r454680 - /webservices/axis2/branches/java/1_1/modules/samples/project.xml

Author: thilina
Date: Tue Oct 10 03:15:10 2006
New Revision: 454680

URL: http://svn.apache.org/viewvc?view=rev&rev=454680
Log:
removing SAVAN depedency, since we are not shipping the eventing sample with axis2 1.1

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/project.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/project.xml?view=diff&rev=454680&r1=454679&r2=454680
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/project.xml Tue Oct 10 03:15:10 2006
@@ -54,11 +54,6 @@
             <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-savan</artifactId>
-            <version>${pom.currentVersion}</version>
-        </dependency>
 	  <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
@@ -220,6 +215,15 @@
         <nagEmailAddress>axis-dev@ws.apache.org</nagEmailAddress>
         <sourceDirectory>src</sourceDirectory>
         <unitTestSourceDirectory>test</unitTestSourceDirectory>
+	
+	<sourceModifications>
+            <sourceModification>
+		<className>fakeClass</className>
+		<excludes>
+	      	     <exclude>**/eventing/**</exclude>
+		</excludes>
+	    </sourceModification>
+        </sourceModifications>
 
         <unitTest>
 



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