dev@glassfish.java.net

pom.xml review request of distributions/pom.xml - comment out appclient distribution construction

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Tue, 14 Jul 2009 11:28:12 -0500

Hi.

I suggested earlier that we could stop building the appclient
distribution. This change simply comments out that part of the
distributions build.

Thanks.

- Tim

Index: distributions/pom.xml
===================================================================
--- ../distributions/pom.xml (revision 29093)
+++ ../distributions/pom.xml (working copy)
@@ -80,7 +80,8 @@
     <module>web-nb</module>
     <module>web</module>
     <module>glassfish</module>
- <module>appclient</module>
+<!-- disable appclient distribution build since we're not using it yet -->
+<!-- <module>appclient</module> -->
     </modules>
 
      <build>