You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2018/02/04 19:20:16 UTC

empire-db git commit: EMPIREDB-257 added empire-db-eclipse-codegen module to pom

Repository: empire-db
Updated Branches:
  refs/heads/master 80f8b5754 -> ccbf407ac


EMPIREDB-257
added empire-db-eclipse-codegen module to pom


Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo
Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/ccbf407a
Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/ccbf407a
Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/ccbf407a

Branch: refs/heads/master
Commit: ccbf407ac2c1aead8937de201646693f110d2a79
Parents: 80f8b57
Author: Rainer Döbele <do...@apache.org>
Authored: Sun Feb 4 20:21:04 2018 +0100
Committer: Rainer Döbele <do...@apache.org>
Committed: Sun Feb 4 20:21:04 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/empire-db/blob/ccbf407a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb6ad09..4313e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
 		<module>empire-db-struts2</module>
 		<module>empire-db-jsf2</module>
 		<module>empire-db-codegen</module>
+		<module>empire-db-eclipse-codegen</module>
 		<module>empire-db-maven-plugin</module>
 		<module>empire-db-spring</module>
 		<module>empire-db-examples</module>