summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-02-22 09:19:13 +0000
committerKeith Wall <kwall@apache.org>2012-02-22 09:19:13 +0000
commit84121b3bb5e9c98a853301d9eb7ceca4d62380d5 (patch)
treefe183d4d9db32454f122a2bdd01a2ec07eac48b8
parent8e4eee4ce540867f095534f695205e9ea7fdef7e (diff)
downloadqpid-python-84121b3bb5e9c98a853301d9eb7ceca4d62380d5.tar.gz
NO-JIRA: Extend genpom's search path to include a modules private /lib directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292208 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index a3b8606525..3c2be75d8f 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -220,7 +220,7 @@
<jython path="${mllib.dir}">
<args>
<arg line='"${project.root}/genpom"'/>
- <arg line='-s "${project.root}/lib/poms"'/>
+ <arg line='-s "${project.root}/lib/poms${path.separator}lib/poms"'/>
<arg line='-o "${build.scratch}/qpid-${module.name}.pom"'/>
<arg line="-u ${project.url}"/>
<arg line="-g ${project.groupid}"/>