File tree Expand file tree Collapse file tree
releng/org.eclipse.epp.config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >com.apple.security.cs.allow-jit</key >
6+ <true />
7+ <key >com.apple.security.cs.allow-unsigned-executable-memory</key >
8+ <true />
9+ <key >com.apple.security.cs.disable-executable-page-protection</key >
10+ <true />
11+ <key >com.apple.security.cs.allow-dyld-environment-variables</key >
12+ <true />
13+ <key >com.apple.security.cs.disable-library-validation</key >
14+ <true />
15+ <key >com.apple.security.cs.debugger</key >
16+ <true />
17+ </dict >
18+ </plist >
Original file line number Diff line number Diff line change 2727 <tycho .version>1.3.0</tycho .version>
2828 <tycho .extras.version>${tycho.version} </tycho .extras.version>
2929 <tycho .scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho .scmUrl>
30- <cbi .version>1.1.5 </cbi .version>
30+ <cbi .version>1.1.8-SNAPSHOT </cbi .version>
3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3232 <maven .build.timestamp.format>yyyyMMdd-HHmm</maven .build.timestamp.format>
3333 <build >${maven.build.timestamp}</build >
Original file line number Diff line number Diff line change 135135 <fileName >Eclipse.app</fileName >
136136 </fileNames >
137137 <timeoutMillis >300000</timeoutMillis > <!-- 5 min -->
138+ <signerUrl >http://172.30.206.146:8282/macosx-signing-service/1.0.1-SNAPSHOT</signerUrl >
139+ <entitlements >${project.basedir} /../releng/macos/product.entitlements</entitlements >
138140 </configuration >
139141 </execution >
140142 </executions >
You can’t perform that action at this time.
0 commit comments