Skip to content

Commit e0d1ad9

Browse files
committed
Stop building source features
They are not deployed and deprecated in Tycho.
1 parent 72e362c commit e0d1ad9

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

pom.xml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -60,59 +60,6 @@
6060
</repository>
6161
</repositories>
6262
</profile>
63-
<profile>
64-
<id>build-feature-source</id>
65-
<activation>
66-
<!-- Only activated for feature projects-->
67-
<file>
68-
<exists>feature.xml</exists>
69-
</file>
70-
</activation>
71-
<build>
72-
<plugins>
73-
<plugin>
74-
<groupId>org.eclipse.tycho</groupId>
75-
<artifactId>tycho-source-plugin</artifactId>
76-
<executions>
77-
<execution>
78-
<phase>package</phase>
79-
<id>feature-source</id>
80-
<goals>
81-
<goal>feature-source</goal>
82-
</goals>
83-
<configuration>
84-
<excludes>
85-
<plugin id="javax.xml" />
86-
<plugin id="org.eclipse.swt" />
87-
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
88-
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64" />
89-
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
90-
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
91-
<plugin id="org.eclipse.equinox.launcher.gtk.linux.riscv64" />
92-
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
93-
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
94-
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
95-
</excludes>
96-
</configuration>
97-
</execution>
98-
</executions>
99-
</plugin>
100-
<plugin>
101-
<groupId>org.eclipse.tycho</groupId>
102-
<artifactId>tycho-p2-plugin</artifactId>
103-
<executions>
104-
<execution>
105-
<id>attach-p2-metadata</id>
106-
<phase>package</phase>
107-
<goals>
108-
<goal>p2-metadata</goal>
109-
</goals>
110-
</execution>
111-
</executions>
112-
</plugin>
113-
</plugins>
114-
</build>
115-
</profile>
11663
</profiles>
11764

11865
<build>

0 commit comments

Comments
 (0)