|
47 | 47 | </licenses>
|
48 | 48 |
|
49 | 49 | <scm>
|
50 |
| - <connection>scm:git:http://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git</connection> |
51 |
| - <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/ecf/org.eclipse.ecf.git</developerConnection> |
52 |
| - <url>http://git.eclipse.org/c/ecf/org.eclipse.ecf.git</url> |
| 50 | + <connection>scm:git:https://github.com/eclipse/ecf.git</connection> |
| 51 | + <developerConnection>scm:git:git@github.com:eclipse/ecf.git</developerConnection> |
| 52 | + <url>https://github.com/eclipse/ecf.git</url> |
53 | 53 | </scm>
|
54 | 54 |
|
55 | 55 | <issueManagement>
|
56 |
| - <url>https://bugs.eclipse.org/bugs/buglist.cgi?product=ECF</url> |
57 |
| - <system>Bugzilla</system> |
| 56 | + <url>https://github.com/eclipse/ecf/issues</url> |
| 57 | + <system>GitHub</system> |
58 | 58 | </issueManagement>
|
59 | 59 |
|
60 | 60 | <distributionManagement>
|
|
72 | 72 | </distributionManagement>
|
73 | 73 |
|
74 | 74 | <properties>
|
75 |
| - <tycho-version>2.7.5</tycho-version> |
| 75 | + <tycho-version>4.0.7</tycho-version> |
76 | 76 | <cbi-version>1.4.3</cbi-version>
|
77 |
| - <target-platform>latest-3</target-platform> |
| 77 | + <target-platform>2024-06</target-platform> |
78 | 78 | <execution-environment>JavaSE-17</execution-environment>
|
79 | 79 | <eclipserun-repo>https://download.eclipse.org/eclipse/updates/latest/</eclipserun-repo>
|
80 | 80 | <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
|
|
93 | 93 | </pluginRepositories>
|
94 | 94 |
|
95 | 95 | <modules>
|
96 |
| - <module>doc/bundles/org.eclipse.ecf.doc</module> |
97 |
| - |
98 | 96 | <module>examples/bundles/com.mycorp.examples.timeservice</module>
|
99 | 97 | <module>examples/bundles/com.mycorp.examples.timeservice.async</module>
|
100 | 98 | <module>examples/bundles/com.mycorp.examples.timeservice.consumer</module>
|
|
248 | 246 |
|
249 | 247 | <module>releng/org.eclipse.ecf.releng.target</module>
|
250 | 248 | <module>releng/org.eclipse.ecf.releng.repository</module>
|
| 249 | + |
| 250 | + <module>doc/bundles/org.eclipse.ecf.doc</module> |
251 | 251 | </modules>
|
252 | 252 |
|
253 | 253 | <build>
|
|
285 | 285 | <groupId>org.eclipse.tycho</groupId>
|
286 | 286 | <artifactId>tycho-source-plugin</artifactId>
|
287 | 287 | <version>${tycho-version}</version>
|
| 288 | + <configuration> |
| 289 | + <includeBinaryFeature>false</includeBinaryFeature> |
| 290 | + </configuration> |
288 | 291 | <executions>
|
289 | 292 | <execution>
|
290 | 293 | <id>plugin-source</id>
|
291 | 294 | <goals>
|
292 | 295 | <goal>plugin-source</goal>
|
293 | 296 | </goals>
|
294 | 297 | </execution>
|
295 |
| - </executions> |
296 |
| - </plugin> |
297 |
| - <plugin> |
298 |
| - <groupId>org.eclipse.tycho.extras</groupId> |
299 |
| - <artifactId>tycho-source-feature-plugin</artifactId> |
300 |
| - <version>${tycho-version}</version> |
301 |
| - <configuration> |
302 |
| - <includeBinaryFeature>false</includeBinaryFeature> |
303 |
| - </configuration> |
304 |
| - <executions> |
305 | 298 | <execution>
|
306 |
| - <id>source-feature</id> |
| 299 | + <id>feature-source</id> |
307 | 300 | <phase>package</phase>
|
308 | 301 | <goals>
|
309 |
| - <goal>source-feature</goal> |
| 302 | + <goal>feature-source</goal> |
310 | 303 | </goals>
|
311 | 304 | </execution>
|
312 | 305 | </executions>
|
|
349 | 342 | <version>${tycho-version}</version>
|
350 | 343 | <dependencies>
|
351 | 344 | <dependency>
|
352 |
| - <groupId>org.eclipse.tycho.extras</groupId> |
| 345 | + <groupId>org.eclipse.tycho</groupId> |
353 | 346 | <artifactId>tycho-buildtimestamp-jgit</artifactId>
|
354 | 347 | <version>${tycho-version}</version>
|
355 | 348 | </dependency>
|
|
0 commit comments