Skip to content

Commit 4d77854

Browse files
laeubiakurtakov
authored andcommitted
Remove SourceFeatureMojo
1 parent b26c62d commit 4d77854

16 files changed

Lines changed: 2 additions & 1036 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature id="helloworld.feature" />
4-
<!-- this should be auto generated too ! -->
5-
<feature id="helloworld.feature.source" />
3+
<feature id="helloworld.feature"/>
64
</site>

tycho-its/projects/automaticSourceGeneration/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
<goal>plugin-source</goal>
5252
</goals>
5353
</execution>
54-
<execution>
55-
<id>feature-source</id>
56-
<goals>
57-
<goal>feature-source</goal>
58-
</goals>
59-
</execution>
6054
</executions>
6155
</plugin>
6256
<plugin>

tycho-its/projects/feature.attributes.inference/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
<groupId>org.eclipse.tycho</groupId>
3535
<artifactId>tycho-source-plugin</artifactId>
3636
<version>${tycho-version}</version>
37-
<executions>
38-
<execution>
39-
<id>feature-source</id>
40-
<goals>
41-
<goal>feature-source</goal>
42-
</goals>
43-
</execution>
44-
</executions>
4537
</plugin>
4638
<plugin>
4739
<groupId>org.eclipse.tycho</groupId>

tycho-its/projects/reproducible-build/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@
6363
<groupId>org.eclipse.tycho</groupId>
6464
<artifactId>tycho-source-plugin</artifactId>
6565
<version>${tycho-version}</version>
66-
<executions>
67-
<execution>
68-
<id>plugin-source</id>
69-
<goals>
70-
<goal>plugin-source</goal>
71-
<goal>feature-source</goal>
72-
</goals>
73-
</execution>
74-
</executions>
7566
</plugin>
7667

7768
<plugin>

tycho-its/projects/sourcePlugin/basic/feature.consumingsourcefeature/feature.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
id="feature.consumingsourcefeature"
44
version="1.0.0.qualifier">
55

6-
<includes
7-
id="sourcefeature.feature.source"
8-
version="0.0.0"/>
9-
106
</feature>

tycho-its/projects/sourcePlugin/basic/sourcefeature.feature.indirect/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
<groupId>org.eclipse.tycho</groupId>
1818
<artifactId>tycho-source-plugin</artifactId>
1919
<version>${tycho-version}</version>
20-
<executions>
21-
<execution>
22-
<id>feature-source</id>
23-
<goals>
24-
<goal>feature-source</goal>
25-
</goals>
26-
<configuration>
27-
<brandingPlugin>sourcefeature.bundle</brandingPlugin>
28-
</configuration>
29-
</execution>
30-
</executions>
3120
</plugin>
3221
<plugin>
3322
<groupId>org.eclipse.tycho</groupId>

tycho-its/projects/sourcePlugin/basic/sourcefeature.feature/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@
1818
<groupId>org.eclipse.tycho</groupId>
1919
<artifactId>tycho-source-plugin</artifactId>
2020
<version>${tycho-version}</version>
21-
<executions>
22-
<execution>
23-
<id>feature-source</id>
24-
<goals>
25-
<goal>feature-source</goal>
26-
</goals>
27-
<configuration>
28-
<reuseBrandingPlugin>false</reuseBrandingPlugin>
29-
<excludes>
30-
<plugin id="sourcefeature.bundle.nosource"/>
31-
</excludes>
32-
</configuration>
33-
</execution>
34-
</executions>
3521
</plugin>
3622

3723
<plugin>

tycho-its/projects/sourcePlugin/basic/sourcefeature.repository/sourcefeature.repository.product

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<features>
77
<feature id="sourcefeature.feature" version="1.0.0.qualifier"/>
8-
<feature id="sourcefeature.feature.source" version="1.0.0.qualifier"/>
98
</features>
109

1110
</product>

tycho-its/projects/sourcePlugin/extra-source-bundles/sourcefeature.feature/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@
3434
<groupId>org.eclipse.tycho</groupId>
3535
<artifactId>tycho-source-plugin</artifactId>
3636
<version>${tycho-version}</version>
37-
<executions>
38-
<execution>
39-
<id>feature-source</id>
40-
<goals>
41-
<goal>feature-source</goal>
42-
</goals>
43-
<configuration>
44-
<plugins>
45-
<plugin id="extra.sourcefeature.bundle" versionRange="0.0.0" />
46-
</plugins>
47-
</configuration>
48-
</execution>
49-
</executions>
5037
</plugin>
5138
<plugin>
5239
<groupId>org.eclipse.tycho</groupId>

tycho-its/projects/sourcePlugin/license-feature/feature/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
<groupId>org.eclipse.tycho</groupId>
1818
<artifactId>tycho-source-plugin</artifactId>
1919
<version>${tycho-version}</version>
20-
<executions>
21-
<execution>
22-
<id>feature-source</id>
23-
<goals>
24-
<goal>feature-source</goal>
25-
</goals>
26-
</execution>
27-
</executions>
2820
</plugin>
2921
<plugin>
3022
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)