From 2bd4b91943f51766636a42018c8b8f32f4c217d6 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Sun, 25 Oct 2009 19:11:38 +0000 Subject: [PATCH] HHH-4525 - Trunk is not including the newly added modules to the distribution bundle git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17834 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- distribution/pom.xml | 15 +++++++++++++++ distribution/src/assembly/dist.xml | 16 ++-------------- distribution/src/assembly/hibernate-all.xml | 8 ++++++-- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index e81b7cb222..c90dbb84ac 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -107,6 +107,21 @@ hibernate-proxool ${project.version} + + ${project.groupId} + hibernate-annotations + ${project.version} + + + ${project.groupId} + hibernate-entitymanager + ${project.version} + + + ${project.groupId} + hibernate-envers + ${project.version} + diff --git a/distribution/src/assembly/dist.xml b/distribution/src/assembly/dist.xml index 4947b2be7a..a4aa439fd9 100644 --- a/distribution/src/assembly/dist.xml +++ b/distribution/src/assembly/dist.xml @@ -24,9 +24,9 @@ ~ Boston, MA 02110-1301 USA --> - + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> - + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">