[overlord-commits] Overlord SVN: r720 - bpm-console/trunk/console/war.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Fri Jul 31 03:45:31 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-07-31 03:45:31 -0400 (Fri, 31 Jul 2009)
New Revision: 720

Modified:
   bpm-console/trunk/console/war/pom.xml
Log:
Comment pom file

Modified: bpm-console/trunk/console/war/pom.xml
===================================================================
--- bpm-console/trunk/console/war/pom.xml	2009-07-31 07:36:33 UTC (rev 719)
+++ bpm-console/trunk/console/war/pom.xml	2009-07-31 07:45:31 UTC (rev 720)
@@ -155,6 +155,13 @@
     <finalName>gwt-console</finalName>
 
     <plugins>
+
+      <!--
+        =======================================================
+         GWT Maven Pugin
+        =======================================================
+       -->
+
       <plugin>
         <groupId>com.totsp.gwt</groupId>
         <artifactId>maven-googlewebtoolkit2-plugin</artifactId>
@@ -192,6 +199,13 @@
          don't have GWT installed already, or you just want a maven way to
          handle gwt deps)
       -->
+
+      <!--
+        =======================================================
+         GWT SDK Installation
+        =======================================================
+       -->
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
@@ -272,7 +286,6 @@
     </plugins>
   </build>
 
-  <!--  profiles (with activation per platform) -->
   <profiles>
 
     <profile>
@@ -288,6 +301,11 @@
       </properties>
     </profile>
 
+    <!--
+      =======================================================
+       jBPM Profile (default)       
+      =======================================================
+     -->
     <profile>
       <id>jbpm-console.profile</id>
       <activation>
@@ -295,8 +313,7 @@
           <name>!console.profile</name>
         </property>
       </activation>
-      <dependencies>
-        <!-- JBPM -->
+      <dependencies>        
         <dependency>
           <groupId>org.jboss.bpm</groupId>
           <artifactId>gwt-console-profile-jbpm</artifactId>
@@ -341,6 +358,11 @@
       </build>
     </profile>
 
+    <!--
+       =======================================================
+        Drools Profile
+       =======================================================
+    -->
     <profile>
       <id>drools-console.profile</id>
       <activation>
@@ -393,6 +415,11 @@
       </build>
     </profile>
 
+    <!--
+      =======================================================
+       SAM Profile       
+      =======================================================
+     -->
     <profile>
       <id>sam-console.profile</id>
       <activation>
@@ -445,6 +472,12 @@
       </build>
     </profile>
 
+    <!--
+      =======================================================
+       OS Switch used for GWT SDK selection
+      =======================================================
+     -->
+
     <profile>
       <id>gwt-dev-windows</id>
       <properties>



More information about the overlord-commits mailing list