diff options
| author | Phil Harvey <philharveyonline@apache.org> | 2013-07-16 10:58:32 +0000 |
|---|---|---|
| committer | Phil Harvey <philharveyonline@apache.org> | 2013-07-16 10:58:32 +0000 |
| commit | 5c1b81dce2cc9816fb5c23216b6b0ce5da0273ac (patch) | |
| tree | f434d8627d6babd334719b8a41ad0e56dcb91ec3 /qpid/java/module.xml | |
| parent | 9079613764ae9bff8a21e8062899881d928f0f98 (diff) | |
| download | qpid-python-5c1b81dce2cc9816fb5c23216b6b0ce5da0273ac.tar.gz | |
NO-JIRA: Ant eclipse targets now support eclipse.project.suffix property.
This is useful if you have multiple checkouts and wish the projects to be given
distinct names.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1503656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index ce54e108c5..868bf07ff6 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -909,7 +909,7 @@ qpid.name=${project.name} <map from="${project.root}${file.separator}" to=''/> </pathconvert> <map property="eclipse.required.slashedprojectnames" value="${eclipse.required.projectnames}" join="${path.separator}"> - <globmapper from="*" to="/*"/> + <globmapper from="*" to="/*${eclipse.project.suffix}"/> </map> <echo message="Ant module dependencies : ${module.depends} ${module.test.depends} converted to Eclipse required project(s): ${eclipse.required.slashedprojectnames}"/> @@ -921,7 +921,7 @@ qpid.name=${project.name} <!-- Create the Eclipse .project --> <target name="eclipse-project"> <eclipse updatealways="${eclipse.updatealways}"> - <project name="${module.name}"/> + <project name="${module.name}${eclipse.project.suffix}"/> <!-- If the Eclipse task were to ever support the generation of linked resources, we would configure it to generate |
