You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/05/30 15:04:40 UTC

git commit: reactivate cdictrl-openejb in the build

Updated Branches:
  refs/heads/master d1ed1336e -> 870a6b46e


reactivate cdictrl-openejb in the build

why has this been disabled?


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

Branch: refs/heads/master
Commit: 870a6b46e9899012854c987c29d604afa9ad012f
Parents: d1ed133
Author: Mark Struberg <st...@apache.org>
Authored: Wed May 30 15:03:28 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Wed May 30 15:03:28 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/870a6b46/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 1d886ed..6b0e39f 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>