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 | 9602bc9175fef6b88f70c4e5ada0847ab279799a (patch) | |
| tree | 0f6444e928ca03086e7161e79b9dccb37def98d3 /java | |
| parent | d2182fd55334fce5cd275f330bb21119fd1ade8e (diff) | |
| download | qpid-python-9602bc9175fef6b88f70c4e5ada0847ab279799a.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/qpid@1503656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/module.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/module.xml b/java/module.xml index ce54e108c5..868bf07ff6 100644 --- a/java/module.xml +++ b/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 |
