Skip to content

Commit 90246ac

Browse files
author
jan
committed
Checking in as is. mvn build succeeds but product does not load
1 parent cd2784d commit 90246ac

File tree

8 files changed

+33
-48
lines changed

8 files changed

+33
-48
lines changed

io.sloeber.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<packaging>pom</packaging>
1010

1111
<properties>
12-
<tycho.version>4.0.3</tycho.version>
12+
<tycho.version>4.0.4</tycho.version>
1313
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
1414
<!-- maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target -->

io.sloeber.product/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
55
<attributes>
66
<attribute name="module" value="true"/>
77
</attributes>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
eclipse.preferences.version=1
22
encoding/<project>=UTF-8
3+
encoding/build.properties=UTF-8
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
3+
org.eclipse.jdt.core.compiler.compliance=17
4+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
5+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
7+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
8+
org.eclipse.jdt.core.compiler.release=enabled
9+
org.eclipse.jdt.core.compiler.source=17

io.sloeber.product/build.properties

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
bin.includes = META-INF/,\
2-
.,\
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = .,\
4+
META-INF/,\
35
plugin_customization.ini,\
46
plugin.xml,\
57
icons/,\
68
splash.bmp,\
79
launch/,\
810
introContent.xml,\
911
sloeber.product,\
10-
build.properties
12+
build.properties,\
13+
bin/,\
14+
.settings/
1115

1216
src.includes = icons/
17+

io.sloeber.product/p2.inf

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

io.sloeber.product/plugin.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<?eclipse version="3.4"?>
33
<plugin>
44
<extension
5-
id="product"
5+
id="io.sloeber.product.sloeber"
6+
name="sloeber2"
67
point="org.eclipse.core.runtime.products">
78
<product
89
application="org.eclipse.ui.ide.workbench"
@@ -42,8 +43,7 @@
4243
</property>
4344
</product>
4445
</extension>
45-
46-
<extension
46+
<extension
4747
id="io.sloeber.product.intro"
4848
point="org.eclipse.ui.intro">
4949
<intro
@@ -52,7 +52,7 @@
5252
</intro>
5353
<introProductBinding
5454
introId="io.sloeber.product.intro"
55-
productId="io.sloeber.product.product">
55+
productId="io.sloeber.product.sloeber">
5656
</introProductBinding>
5757
</extension>
5858
<extension
@@ -71,5 +71,5 @@
7171
</presentation>
7272
</config>
7373
</extension>
74-
74+
7575
</plugin>

io.sloeber.product/sloeber.product

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Sloeber" uid="io.sloeber.product" id="io.sloeber.product.product" application="org.eclipse.ui.ide.workbench" version="4.4.2.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="sloeber" uid="io.sloeber.product" id="io.sloeber.product.sloeber" application="org.eclipse.ui.ide.workbench" version="4.4.2.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<aboutInfo>
77
<image path="/io.sloeber.product/icons/eclipse_lg.png"/>
@@ -207,7 +207,6 @@ United States, other countries, or both.
207207
</plugins>
208208

209209
<features>
210-
<feature id="io.sloeber.feature" installMode="root"/>
211210
<feature id="org.eclipse.cdt.autotools" installMode="root"/>
212211
<feature id="org.eclipse.cdt.gdb" installMode="root"/>
213212
<feature id="org.eclipse.cdt.gnu.build" installMode="root"/>
@@ -246,7 +245,13 @@ United States, other countries, or both.
246245
<feature id="org.eclipse.rse.ssh" installMode="root"/>
247246
<feature id="org.eclipse.rse.telnet" installMode="root"/>
248247
<feature id="org.eclipse.rse" installMode="root"/>
249-
<feature id="org.eclipse.embedcdt.debug.gdbjtag.openocd" installMode="root"/>
248+
<feature id="org.eclipse.jgit.ssh.apache" installMode="root"/>
249+
<feature id="org.eclipse.equinox.core.feature.source" installMode="root"/>
250+
<feature id="org.eclipse.userstorage" installMode="root"/>
251+
<feature id="org.eclipse.jgit.http.apache" installMode="root"/>
252+
<feature id="org.eclipse.ecf.filetransfer.httpclientjava.feature" installMode="root"/>
253+
<feature id="org.eclipse.jgit.gpg.bc" installMode="root"/>
254+
<feature id="org.eclipse.equinox.core.feature" installMode="root"/>
250255
</features>
251256

252257
<configurations>

0 commit comments

Comments
 (0)