[jbossws-commits] JBossWS SVN: r9579 - stack/metro/trunk/modules/management.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Mar 12 05:22:18 EDT 2009


Author: richard.opalka at jboss.com
Date: 2009-03-12 05:22:18 -0400 (Thu, 12 Mar 2009)
New Revision: 9579

Modified:
   stack/metro/trunk/modules/management/pom.xml
Log:
[JBWS-2573] fix comment

Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml	2009-03-12 09:18:54 UTC (rev 9578)
+++ stack/metro/trunk/modules/management/pom.xml	2009-03-12 09:22:18 UTC (rev 9579)
@@ -1,28 +1,28 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  
+
   <name>JBoss Web Services - Stack Metro Management</name>
   <artifactId>jbossws-metro-management</artifactId>
   <packaging>war</packaging>
-  
+
   <parent>
     <groupId>org.jboss.ws.metro</groupId>
     <artifactId>jbossws-metro</artifactId>
     <version>3.1.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  
+
   <dependencies>
-    <!-- 
-      These runtime dependencies are picked up by the assembly-deploy-artifacts
-      descriptor. They have no real relevants to this module. 
+    <!--
+      These dependencies are picked up by the assembly-deploy-artifacts
+      descriptor. They have no real and relevant meaning for this module
     -->
     <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-framework</artifactId>
       <scope>provided</scope>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-framework</artifactId>




More information about the jbossws-commits mailing list