You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2014/09/04 00:11:25 UTC

[30/52] [abbrv] git commit: Don't build the launcher until we have a fix for the Apple ext jar issue.

Don't build the launcher until we have a fix for the Apple ext jar issue.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/e1295134
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/e1295134
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/e1295134

Branch: refs/heads/two-dot-o-push-notifications
Commit: e129513400db991654c04f1a081ff158b4d8fb1d
Parents: 8c89e3c
Author: Dave Johnson <dm...@apigee.com>
Authored: Fri Aug 29 17:28:01 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Fri Aug 29 17:28:01 2014 -0400

----------------------------------------------------------------------
 stack/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e1295134/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 1656d24..67ce19c 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -200,7 +200,11 @@
     <module>rest</module>
     <module>tools</module>
     <module>websocket</module>
+    <!--
+    Re-enable when we have a fix for the AppleJavaExtensions jar issue
+    https://issues.apache.org/jira/browse/USERGRID-224
     <module>launcher</module>
+    -->
     <module>mongo-emulator</module>
     <!--  
     Re-enable when query-validator updated to work with Core Persistence.