Skip to content

Leverage Tycho-pomless in e.platform.releng and e.platform.common #2990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target/
bin/
TMP/m2repo/
settings.xml
Expand All @@ -9,4 +8,9 @@ workspace/
.metadata/
RemoteSystemsTempFiles/
/apiAnalyzer-workspace/
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples/*/doc-html
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples/*/doc-html

# Maven/Tycho build artifats
target/
.polyglot.*
pom.tycho
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2012 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand All @@ -13,3 +13,6 @@ custom=true

bin.includes=*.properties,*.xml,*.html,*.png,*.css,META-INF/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
bin.excludes=build.properties,build.xml,workspace,.m2

# Maven/Tycho pom model adjustments
pom.model.groupId = org.eclipse.jdt
24 changes: 0 additions & 24 deletions eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
###############################################################################
# Copyright (c) 2018, 2025 Remain Software and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Remain Software - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml

# Maven/Tycho pom model adjustments
pom.model.groupId = org.eclipse.jdt
26 changes: 0 additions & 26 deletions eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
###############################################################################
# Copyright (c) 2018, 2025 Vogella GmbH and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Vogella GmbH - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/

# Maven/Tycho pom model adjustments
pom.model.groupId = org.eclipse.platform

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2012 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
Expand All @@ -14,3 +14,6 @@ bin.includes = META-INF/,\
reference/, tasks/, tips/, whatsNew/

bin.excludes = build.properties

# Maven/Tycho pom model adjustments
pom.model.groupId = org.eclipse.platform

This file was deleted.

2 changes: 2 additions & 0 deletions eclipse.platform.releng/bundles/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pom.model.artifactId = releng-bundles
pom.model.groupId = org.eclipse.platform

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2016 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -19,3 +19,5 @@ bin.includes = about.html,\
plugin.properties,\
META-INF/

# Maven/Tycho pom model adjustments
pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}'
34 changes: 0 additions & 34 deletions eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2011 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -23,3 +23,7 @@ bin.includes = compare.properties,\
.
source.. = src/
output.. = bin/

# Maven/Tycho pom model adjustments
pom.model.property.testSuite = ${project.artifactId}
pom.model.property.skipTests = true
30 changes: 0 additions & 30 deletions eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2010 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -25,3 +25,5 @@ bin.includes = about.html,\
# these files need to end up as root files in <install>/eclipse/
src.includes=about.html

# Maven/Tycho pom model adjustments
pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}'
34 changes: 0 additions & 34 deletions eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -18,3 +18,6 @@ bin.includes = about.html,\
eclipse32.png,\
plugin.properties,\
META-INF/

# Maven/Tycho pom model adjustments
pom.model.property.tycho.buildqualifier.format = 'v${buildTimestamp}'
Loading
Loading