Skip to content

Commit cb4d7f3

Browse files
committed
Bug 550997 - Fix path to entitlement
Change-Id: I65d69d4cd9c696a75d1610b1b41ef162a62c6028 Signed-off-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org>
1 parent 526c693 commit cb4d7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • releng/org.eclipse.epp.config/parent/product

releng/org.eclipse.epp.config/parent/product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</fileNames>
137137
<timeoutMillis>300000</timeoutMillis> <!-- 5 min -->
138138
<signerUrl>http://172.30.206.146:8282/macosx-signing-service/1.0.1-SNAPSHOT</signerUrl>
139-
<entitlements>${project.basedir}/../releng/macos/product.entitlements</entitlements>
139+
<entitlements>${project.basedir}/../../releng/org.eclipse.epp.config/macos/product.entitlements</entitlements>
140140
</configuration>
141141
</execution>
142142
</executions>

0 commit comments

Comments
 (0)