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>