Skip to content

Commit 236f3be

Browse files
committed
Leverage Tycho-pomless in e.platform.releng and e.platform.common
1 parent 9d3e22c commit 236f3be

File tree

30 files changed

+102
-585
lines changed

30 files changed

+102
-585
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
target/
21
bin/
32
TMP/m2repo/
43
settings.xml
@@ -9,4 +8,9 @@ workspace/
98
.metadata/
109
RemoteSystemsTempFiles/
1110
/apiAnalyzer-workspace/
12-
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples/*/doc-html
11+
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples/*/doc-html
12+
13+
# Maven/Tycho build artifats
14+
target/
15+
.polyglot.*
16+
pom.tycho

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/build.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2000, 2012 IBM Corporation and others.
2+
# Copyright (c) 2000, 2025 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v1.0
55
# which accompanies this distribution, and is available at
@@ -13,3 +13,6 @@ custom=true
1313

1414
bin.includes=*.properties,*.xml,*.html,*.png,*.css,META-INF/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
1515
bin.excludes=build.properties,build.xml,workspace,.m2
16+
17+
# Maven/Tycho pom model adjustments
18+
pom.model.groupId = org.eclipse.jdt

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
###############################################################################
2+
# Copyright (c) 2018, 2025 Remain Software and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v1.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v10.html
7+
#
8+
# Contributors:
9+
# Remain Software - initial API and implementation
10+
###############################################################################
111
source.. = src/
212
output.. = bin/
313
bin.includes = META-INF/,\
414
.,\
515
plugin.xml
16+
17+
# Maven/Tycho pom model adjustments
18+
pom.model.groupId = org.eclipse.jdt

eclipse.platform.common/bundles/org.eclipse.jdt.tips.user/pom.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
###############################################################################
2+
# Copyright (c) 2018, 2025 Vogella GmbH and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v1.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v10.html
7+
#
8+
# Contributors:
9+
# Vogella GmbH - initial API and implementation
10+
###############################################################################
111
source.. = src/
212
output.. = bin/
313
bin.includes = META-INF/,\
414
.,\
515
plugin.xml,\
616
icons/
17+
18+
# Maven/Tycho pom model adjustments
19+
pom.model.groupId = org.eclipse.platform

eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/build.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2000, 2012 IBM Corporation and others.
2+
# Copyright (c) 2000, 2025 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v1.0
55
# which accompanies this distribution, and is available at
@@ -14,3 +14,6 @@ bin.includes = META-INF/,\
1414
reference/, tasks/, tips/, whatsNew/
1515

1616
bin.excludes = build.properties
17+
18+
# Maven/Tycho pom model adjustments
19+
pom.model.groupId = org.eclipse.platform

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pom.model.artifactId = releng-bundles
2+
pom.model.groupId = org.eclipse.platform

0 commit comments

Comments
 (0)