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 17:51:29 UTC

svn commit: r388917 - in /webservices/commons/trunk/modules/tcpmon: project.properties project.xml xdocs/navigation.xml

Author: ajith
Date: Sun Mar 26 07:51:28 2006
New Revision: 388917

URL: http://svn.apache.org/viewcvs?rev=388917&view=rev
Log:
Minor optimizations

Modified:
    webservices/commons/trunk/modules/tcpmon/project.properties
    webservices/commons/trunk/modules/tcpmon/project.xml
    webservices/commons/trunk/modules/tcpmon/xdocs/navigation.xml

Modified: webservices/commons/trunk/modules/tcpmon/project.properties
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/project.properties?rev=388917&r1=388916&r2=388917&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.properties (original)
+++ webservices/commons/trunk/modules/tcpmon/project.properties Sun Mar 26 07:51:28 2006
@@ -21,11 +21,6 @@
 # -------------------------------------------------------------------
 tcpmon.version=0.9-SNAPSHOT
 
-# -------------------------------------------------------------------
-#                JUnit
-# -------------------------------------------------------------------
-maven.junit.jvmargs=-Xmx256m -Djava.awt.headless=true
-maven.junit.fork=true
 
 # -------------------------------------------------------------------
 #                Compile
@@ -45,6 +40,4 @@
 maven.html2xdoc.enabled=true
 maven.html2xdoc.dir=./xdocs
 maven.pdf.navigationFile=navigation-pdf.xml
-maven.allreports.disable=true
-
-
+maven.allreports.disable=true
\ No newline at end of file

Modified: webservices/commons/trunk/modules/tcpmon/project.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/project.xml?rev=388917&r1=388916&r2=388917&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/project.xml Sun Mar 26 07:51:28 2006
@@ -17,7 +17,7 @@
  */
  -->
 <project>
-    <name>tcpmon</name>
+	<name>tcpmon</name>
 	<pomVersion>3</pomVersion>
 	<!-- a unique name for this project -->
 	<name>Apache TCPMon</name>
@@ -42,8 +42,7 @@
 	<siteAddress>ws.apache.org/commons/tcpmon</siteAddress>
 	<siteDirectory>/www/ws.apache.org/commons/tcpmon/</siteDirectory>
 	<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
-
-    <!-- ========== -->
+	<!-- ========== -->
 	<!-- Developers -->
 	<!-- ========== -->
 	<developers>
@@ -161,7 +160,6 @@
 			<email>chamil AT wso2.com</email>
 			<organization>WSO2</organization>
 		</developer>
-
 	</developers>
 	<contributors>
 		<contributor>
@@ -169,13 +167,9 @@
 			<email>chatra AT WSO2.com</email>
 			<organization>WSO2</organization>
 		</contributor>
-		
 	</contributors>
-
-
-    <build>
-        <nagEmailAddress>commons-dev@ws.apache.org</nagEmailAddress>
-       <sourceDirectory>src</sourceDirectory>
-     </build>
-
+	<build>
+		<nagEmailAddress>commons-dev@ws.apache.org</nagEmailAddress>
+		<sourceDirectory>src</sourceDirectory>
+	</build>
 </project>

Modified: webservices/commons/trunk/modules/tcpmon/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/xdocs/navigation.xml?rev=388917&r1=388916&r2=388917&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/xdocs/navigation.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/xdocs/navigation.xml Sun Mar 26 07:51:28 2006
@@ -1,5 +1,5 @@
 <project name="TCPMon">
-	<title>Web Services Commons : TCPMon Implemenation</title>
+	<title>Web Services Commons : TCPMon </title>
 	<body>
 		<menu name="TCPMon">
 			<item name="Home" href="index.html"/>