Repository: empire-db Updated Branches: refs/heads/master b0eb672d5 -> ab130552b
add spring to dist assembly Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/ab130552 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/ab130552 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/ab130552 Branch: refs/heads/master Commit: ab130552bea3b8f666cc25cd4c71b70d6f0d7327 Parents: b0eb672 Author: Rainer Döbele <[email protected]> Authored: Tue Jan 3 15:22:19 2017 +0100 Committer: Rainer Döbele <[email protected]> Committed: Tue Jan 3 15:22:19 2017 +0100 ---------------------------------------------------------------------- CHANGELOG.txt | 4 ++-- empire-db-dist/src/assemble/empire-assembly-all.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/ab130552/CHANGELOG.txt ---------------------------------------------------------------------- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e2f52a1..2072f6b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,7 +9,7 @@ Release 2.4.5: -------------- ** Improvement - EMPIREDB-245 Add Supprt for DELETE with JOIN for MySQL + EMPIREDB-245 Add Support for DELETE with JOIN for MySQL EMPIREDB-243 Add Eclipse m2e plugin lifecycle mapping EMPIREDB-242 Explicitly declare cross joins EMPIREDB-238 Miscellaneous small improvements @@ -20,7 +20,7 @@ Release 2.4.5: EMPIREDB-231 Improve CheckboxInputControl EMPIREDB-229 Code cleanup and adjustment of maven project settings EMPIREDB-228 Allow access to TagEncodingHelper in derived classes - EMPIREDB-227 Spring Integration + EMPIREDB-227 Spring Integration including example ** Bugfix EMPIREDB-248 date functions not properly handled in PostgreSQL http://git-wip-us.apache.org/repos/asf/empire-db/blob/ab130552/empire-db-dist/src/assemble/empire-assembly-all.xml ---------------------------------------------------------------------- diff --git a/empire-db-dist/src/assemble/empire-assembly-all.xml b/empire-db-dist/src/assemble/empire-assembly-all.xml index 583890a..d2cc2ae 100644 --- a/empire-db-dist/src/assemble/empire-assembly-all.xml +++ b/empire-db-dist/src/assemble/empire-assembly-all.xml @@ -34,11 +34,12 @@ <include>pom.xml</include> <include>empire-assembly-all.xml</include> <include>empire-db/**</include> - <include>empire-db-struts2/**</include> <include>empire-db-jsf2/**</include> - <include>empire-db-examples/**</include> <include>empire-db-maven-plugin/**</include> <include>empire-db-codegen/**</include> + <include>empire-db-spring/**</include> + <include>empire-db-struts2/**</include> + <include>empire-db-examples/**</include> </includes> <excludes> <exclude>**/empire-db/target/**</exclude>
