-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eclipse Java Code Manipulation Functionality Issue: deepin-community/sig-deepin-sysdev-team#547 Log: update repo
- Loading branch information
Showing
759 changed files
with
45,137 additions
and
7,831 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
pipeline { | ||
options { | ||
timeout(time: 40, unit: 'MINUTES') | ||
buildDiscarder(logRotator(numToKeepStr:'5')) | ||
timestamps() | ||
} | ||
agent { | ||
label "centos-latest" | ||
} | ||
tools { | ||
maven 'apache-maven-latest' | ||
jdk 'openjdk-jdk17-latest' | ||
} | ||
stages { | ||
stage('Build') { | ||
steps { | ||
wrap([$class: 'Xvnc', useXauthority: true]) { | ||
sh """ | ||
mvn -f pom.xml -Dmaven.compiler.failOnWarning=true -DskipTests=false -Dmaven.repo.local=$WORKSPACE/.m2/repository \ | ||
clean verify --batch-mode -Pbuild-individual-bundles -Pbree-libs -Papi-check | ||
""" | ||
} | ||
} | ||
post { | ||
always { | ||
archiveArtifacts artifacts: '*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log', allowEmptyArchive: true | ||
recordIssues aggregatingResults: true, enabledForFailure: true, qualityGates: [[threshold: 1, type: 'DELTA', unstable: false]], tools: [acuCobol()] | ||
publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())] | ||
junit '**/target/surefire-reports/*.xml' | ||
} | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
eclipse-jdt-ui (4.26-1) unstable; urgency=medium | ||
|
||
* New upstream release | ||
- Depend on libeclipse-jdt-core-java (>= 3.32) | ||
- Build more bundles with Java 11 | ||
* Standards-Version updated to 4.6.2 | ||
|
||
-- Emmanuel Bourg <[email protected]> Thu, 05 Jan 2023 12:19:29 +0100 | ||
|
||
eclipse-jdt-ui (4.23-1) unstable; urgency=medium | ||
|
||
* New upstream release | ||
- Depend on libeclipse-core-resources-java (>= 3.16) | ||
- Depend on libeclipse-jface-text-java (>= 3.20) | ||
- Build org.eclipse.jdt.ui with Java 11 | ||
* Standards-Version updated to 4.6.1 | ||
* Track and download the new releases from GitHub | ||
|
||
-- Emmanuel Bourg <[email protected]> Fri, 09 Dec 2022 09:32:38 +0100 | ||
|
||
eclipse-jdt-ui (4.21-1) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] | |
Uploaders: Emmanuel Bourg <[email protected]> | ||
Build-Depends: | ||
debhelper-compat (= 13), | ||
default-jdk, | ||
default-jdk (>= 2:1.11), | ||
ant, | ||
junit, | ||
junit4, | ||
|
@@ -17,16 +17,16 @@ Build-Depends: | |
libeclipse-core-filebuffers-java, | ||
libeclipse-core-filesystem-java, | ||
libeclipse-core-jobs-java, | ||
libeclipse-core-resources-java, | ||
libeclipse-core-resources-java (>= 3.16), | ||
libeclipse-core-runtime-java, | ||
libeclipse-core-variables-java, | ||
libeclipse-debug-core-java, | ||
libeclipse-debug-ui-java, | ||
libeclipse-help-java, | ||
libeclipse-jdt-core-java (>= 3.20), | ||
libeclipse-jdt-core-java (>= 3.32), | ||
libeclipse-jdt-launching-java (>= 3.11), | ||
libeclipse-jface-java (>= 3.14), | ||
libeclipse-jface-text-java (>= 3.16), | ||
libeclipse-jface-text-java (>= 3.20), | ||
libeclipse-search-java, | ||
libeclipse-team-core-java, | ||
libeclipse-team-ui-java, | ||
|
@@ -48,7 +48,7 @@ Build-Depends: | |
libicu4j-java, | ||
libswt-gtk-4-java, | ||
eclipse-debian-helper | ||
Standards-Version: 4.6.0.1 | ||
Standards-Version: 4.6.2 | ||
Vcs-Git: https://salsa.debian.org/java-team/eclipse-jdt-ui.git | ||
Vcs-Browser: https://salsa.debian.org/java-team/eclipse-jdt-ui | ||
Homepage: https://www.eclipse.org/jdt/ui/ | ||
|
@@ -112,7 +112,7 @@ Depends: | |
libeclipse-core-jobs-java, | ||
libeclipse-core-resources-java, | ||
libeclipse-core-runtime-java, | ||
libeclipse-jdt-core-java (>= 3.20), | ||
libeclipse-jdt-core-java (>= 3.32), | ||
libeclipse-jdt-launching-java, | ||
libeclipse-text-java (>= 3.8), | ||
libequinox-common-java, | ||
|
@@ -275,7 +275,7 @@ Depends: | |
libeclipse-jdt-core-java (>= 3.16), | ||
libeclipse-jdt-launching-java (>= 3.11), | ||
libeclipse-jface-java (>= 3.14), | ||
libeclipse-jface-text-java (>= 3.16), | ||
libeclipse-jface-text-java (>= 3.20), | ||
libeclipse-search-java, | ||
libeclipse-team-core-java, | ||
libeclipse-team-ui-java, | ||
|
@@ -332,7 +332,7 @@ Depends: | |
libeclipse-core-filebuffers-java, | ||
libeclipse-core-filesystem-java, | ||
libeclipse-core-jobs-java, | ||
libeclipse-core-resources-java, | ||
libeclipse-core-resources-java (>= 3.16), | ||
libeclipse-core-runtime-java, | ||
libeclipse-text-java, | ||
libequinox-common-java, | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=4 | ||
opts="mode=git,repack,compression=xz,uversionmangle=s/_/./g" \ | ||
https://git.eclipse.org/r/jdt/eclipse.jdt.ui refs/tags/R([\d_]+[az]?) | ||
https://github.com/eclipse-jdt/eclipse.jdt.ui refs/tags/R([\d_]+[az]?) |
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
Oops, something went wrong.