You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/05/11 01:36:20 UTC

git commit: DELTASPIKE-102 excluded module for testing the sonar build

Updated Branches:
  refs/heads/master 447b50f17 -> 5ebfeb600


DELTASPIKE-102 excluded module for testing the sonar build


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

Branch: refs/heads/master
Commit: 5ebfeb6008061d2bad5a95eb16082ce553977e1d
Parents: 447b50f
Author: gpetracek <gp...@apache.org>
Authored: Fri May 11 01:35:51 2012 +0200
Committer: gpetracek <gp...@apache.org>
Committed: Fri May 11 01:35:51 2012 +0200

----------------------------------------------------------------------
 deltaspike/cdictrl/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/5ebfeb60/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 6b0e39f..1d886ed 100644
--- a/deltaspike/cdictrl/pom.xml
+++ b/deltaspike/cdictrl/pom.xml
@@ -38,6 +38,6 @@
         <module>tck</module>
         <module>impl-owb</module>
         <module>impl-weld</module>
-        <module>impl-openejb</module>
+        <!--module>impl-openejb</module-->
     </modules>
 </project>