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 aj...@apache.org on 2006/03/23 12:32:48 UTC

svn commit: r388147 - /webservices/axis2/trunk/java/modules/tool/project.xml

Author: ajith
Date: Thu Mar 23 03:32:42 2006
New Revision: 388147

URL: http://svn.apache.org/viewcvs?rev=388147&view=rev
Log:
Removing the tool dependency for this release. We can include the tracer in the next release :)

Modified:
    webservices/axis2/trunk/java/modules/tool/project.xml

Modified: webservices/axis2/trunk/java/modules/tool/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/project.xml?rev=388147&r1=388146&r2=388147&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/project.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/project.xml Thu Mar 23 03:32:42 2006
@@ -59,19 +59,6 @@
                 <module>true</module>
             </properties>
         </dependency>
-	<!-- 
-             Adding the dependecy on the tracer. Since the tracer is not part of
-	     the source anymore, we have to include the dependency on the commons 
-             tracer
-         -->
-        <dependency>
-            <groupId>ws-commons</groupId>
-            <artifactId>HTTPtracer</artifactId>
-            <version>${tracer.version}</version>
-            <properties>
-                <module>true</module>
-            </properties>
-        </dependency>
     </dependencies>
 
     <build>