-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3265 from eclipse-xtext/cd-fix-links-in-javas
update some links to new repo
- Loading branch information
Showing
18 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,9 +118,9 @@ | |
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:https://github.com/eclipse/xtext.git</connection> | ||
<developerConnection>scm:git:https://github.com/eclipse/xtext.git</developerConnection> | ||
<url>[email protected]:eclipse/xtext.git</url> | ||
<connection>scm:git:https://github.com/eclipse-xtext/xtext.git</connection> | ||
<developerConnection>scm:git:https://github.com/eclipse-xtext/xtext.git</developerConnection> | ||
<url>[email protected]:eclipse-xtext/xtext.git</url> | ||
</scm> | ||
|
||
<properties> | ||
|
@@ -161,7 +161,7 @@ | |
retrieve at run-time the current Xtext version --> | ||
<mavenVersionManifestEntry>${project.version}</mavenVersionManifestEntry> | ||
|
||
<tycho.scmUrl>scm:git:https://github.com/eclipse/xtext.git</tycho.scmUrl> | ||
<tycho.scmUrl>scm:git:https://github.com/eclipse-xtext/xtext.git</tycho.scmUrl> | ||
|
||
<!-- Required properties for releasing --> | ||
<ssh-uri>[email protected]</ssh-uri> | ||
|
@@ -454,7 +454,7 @@ | |
Since the Xtend compiler generates Java code using new API introduced in Java 21, | ||
so we must increase the release level or the Java compilation would not find the | ||
new API when it compiles the Java code generated by Xtend. | ||
see https://github.com/eclipse/xtext/issues/2686#issuecomment-2038175179 | ||
see https://github.com/eclipse-xtext/xtext/issues/2686#issuecomment-2038175179 | ||
--> | ||
<maven.compiler.release>21</maven.compiler.release> | ||
<!-- | ||
|
@@ -591,7 +591,7 @@ | |
<artifactId>maven-bundle-plugin</artifactId> | ||
<!-- extensions is crucial to avoid classloading problems | ||
and API incompatibility when running in a Tycho build. | ||
see https://github.com/eclipse/xtext/issues/2914 --> | ||
see https://github.com/eclipse-xtext/xtext/issues/2914 --> | ||
<extensions>true</extensions> | ||
<version>5.1.9</version> | ||
<executions> | ||
|
@@ -674,7 +674,7 @@ | |
</excludes> | ||
<failIfNoTests>true</failIfNoTests> | ||
<systemProperties> | ||
<!-- https://github.com/eclipse/xtext/issues/3057 --> | ||
<!-- https://github.com/eclipse-xtext/xtext/issues/3057 --> | ||
<DetectVMInstallationsJob.disabled>true</DetectVMInstallationsJob.disabled> | ||
</systemProperties> | ||
</configuration> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
How to setup the contributor environment: | ||
|
||
Xtext team uses Oomph to setup the developer environment. | ||
Detailed informations can be found here: https://github.com/eclipse/xtext/blob/master/CONTRIBUTING.md | ||
Detailed informations can be found here: https://github.com/eclipse-xtext/xtext/blob/master/CONTRIBUTING.md | ||
For further information about how to use oomph read this wiki page https://wiki.eclipse.org/Eclipse_Oomph_Installer |