You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2006/03/26 14:51:48 UTC

svn commit: r388902 - in /webservices/commons/trunk/modules: HTTPTracer/ tcpmon/ tcpmon/project.properties tcpmon/project.xml

Author: ajith
Date: Sun Mar 26 04:51:48 2006
New Revision: 388902

URL: http://svn.apache.org/viewcvs?rev=388902&view=rev
Log:
Doing the tracer refactoring as per the thread requesting the name change (can't find it in the archive :()
the packaging has not being refactored yet!

Added:
    webservices/commons/trunk/modules/tcpmon/
      - copied from r388892, webservices/commons/trunk/modules/HTTPTracer/
Removed:
    webservices/commons/trunk/modules/HTTPTracer/
Modified:
    webservices/commons/trunk/modules/tcpmon/project.properties
    webservices/commons/trunk/modules/tcpmon/project.xml

Modified: webservices/commons/trunk/modules/tcpmon/project.properties
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/project.properties?rev=388902&r1=388892&r2=388902&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.properties (original)
+++ webservices/commons/trunk/modules/tcpmon/project.properties Sun Mar 26 04:51:48 2006
@@ -19,7 +19,7 @@
 # -------------------------------------------------------------------
 #                Project Information
 # -------------------------------------------------------------------
-tracer.version=0.9-SNAPSHOT
+tcpmon.version=0.9-SNAPSHOT
 
 # -------------------------------------------------------------------
 #                JUnit

Modified: webservices/commons/trunk/modules/tcpmon/project.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/project.xml?rev=388902&r1=388892&r2=388902&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/project.xml Sun Mar 26 04:51:48 2006
@@ -17,13 +17,13 @@
  */
  -->
 <project>
-    <name>HTTP Tracer</name>
+    <name>tcpmon</name>
 	<pomVersion>3</pomVersion>
 	<!-- a unique name for this project -->
-	<name>Apache HTTP Tracer</name>
-	<id>HTTPtracer</id>
+	<name>Apache TCPMon</name>
+	<id>tcpmon</id>
 	<groupId>ws-commons</groupId>
-	<package>org.apache.ws.commons.tracer</package>
+	<package>org.apache.ws.commons.tcpmon</package>
 	<currentVersion>${tracer.version}</currentVersion>
 	<!-- details about the organization that 'owns' the project -->
 	<organization>
@@ -32,16 +32,15 @@
 		<logo>http://www.apache.org/images/asf-logo.gif</logo>
 	</organization>
 	<inceptionYear>2004</inceptionYear>
-	<package>org.apache.ws.commons.tracer</package>
 	<logo>http://www.apache.org/images/asf-logo.gif</logo>
-	<description>HTTP tracer is a utility that allows the messages to be viewed and resent. It is very much useful
+	<description>TCPMon is a utility that allows the messages to be viewed and resent. It is very much useful
 	as a debug tool. It has originally being part of Axis1</description>
 	<shortDescription>HTTPTracer</shortDescription>
 	<!-- the project home page -->
-	<url>http://ws.apache.org/commons/tracer</url>
+	<url>http://ws.apache.org/commons/tcpmon</url>
 	<issueTrackingUrl>http://issues.apache.org/jira/browse/WS-Commons</issueTrackingUrl>
-	<siteAddress>ws.apache.org/commons/tracer</siteAddress>
-	<siteDirectory>/www/ws.apache.org/commons/tracer/</siteDirectory>
+	<siteAddress>ws.apache.org/commons/tcpmon</siteAddress>
+	<siteDirectory>/www/ws.apache.org/commons/tcpmon/</siteDirectory>
 	<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
 
     <!-- ========== -->