You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/05/28 16:44:17 UTC

[tomee] 02/03: Exclude applet

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit be0dd01ec059b4c45b426fa7cd0b3d82274fb6f0
Author: Jonathan Gallimore <jg...@tomitribe.com>
AuthorDate: Tue May 28 17:42:34 2019 +0100

    Exclude applet
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 30aea46..002974e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,7 @@
     <module>access-timeout-meta</module>
     <module>access-timeout</module>
     <module>alternate-descriptors</module>
-    <module>applet</module>
+    <!--<module>applet</module>-->
     <module>application-composer</module>
     <module>applicationcomposer-jaxws-cdi</module>
     <module>applicationexception</module>