[jboss-cvs] JBossAS SVN: r66964 - projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 12 09:45:14 EST 2007


Author: newtonm
Date: 2007-11-12 09:45:14 -0500 (Mon, 12 Nov 2007)
New Revision: 66964

Modified:
   projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/pom.xml
Log:
Added comments to pom.xml

Modified: projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/pom.xml
===================================================================
--- projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/pom.xml	2007-11-12 14:42:19 UTC (rev 66963)
+++ projects/microcontainer/trunk/docs/examples/User_Guide/gettingStarted/pom.xml	2007-11-12 14:45:14 UTC (rev 66964)
@@ -9,6 +9,8 @@
   <name></name>
   <description></description>
 
+  <!-- We need to build auditAspect before commandLineClient
+       as the client-aop assembly depends on it. -->
   <modules>
     <module>humanResourcesService</module>
     <module>auditAspect</module>
@@ -42,9 +44,6 @@
     </dependencies>
   </dependencyManagement>
 
-  <dependencies>
-  </dependencies>
-
   <build>
     <plugins> 
       <plugin>




More information about the jboss-cvs-commits mailing list