From 1a33e2c780fa1d515d255f62cda6de1b4e5d718b Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 14 Apr 2010 20:47:48 +0000 Subject: [PATCH] correction to aggregated javadocs build git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19234 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- distribution/pom.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 1400c6f6db..b8ab449c93 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -57,18 +57,19 @@ Red Hat, Inc. All Rights Reserved.', use: true ) { @@ -141,7 +142,7 @@ imagesDir = targetDir + '/images' ant.mkdir( dir: imagesDir ) ant.copy( toDir: imagesDir ) { - fileset( dir: "src/javadoc/images" ) + fileset( dir: "${pom.basedir}/src/javadoc/images" ) } ]]>