mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 575654 - fix baseSearchDir
Change-Id: If8f9b4a3c43bd8ac7daa3f5c5d276f1b96dcbeb9 Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
9c44aff074
commit
fc1583b7d8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
<goal>sign</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<baseSearchDir>${project.build.directory}/products/${project.artifactId}</baseSearchDir>
|
||||
<baseSearchDir>${project.build.directory}/products/proxy.server/macosx</baseSearchDir>
|
||||
<fileNames>
|
||||
<fileName>Proxy.app</fileName>
|
||||
</fileNames>
|
||||
|
|
Loading…
Add table
Reference in a new issue