File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change 9292 <module >repository</module >
9393 </modules >
9494 </profile >
95- <profile >
96- <id >generate-feature-source</id >
97- <activation >
98- <file >
99- <exists >feature.xml</exists >
100- </file >
101- </activation >
102- <build >
103- <plugins >
104- <plugin >
105- <groupId >org.eclipse.tycho</groupId >
106- <artifactId >tycho-source-plugin</artifactId >
107- <version >${tycho.version} </version >
108- <executions >
109- <execution >
110- <phase >package</phase >
111- <id >feature-source</id >
112- <goals >
113- <goal >feature-source</goal >
114- </goals >
115- <configuration >
116- <excludes >
117- <plugin id =" org.eclipse.pde" />
118- <plugin id =" org.eclipse.pde.doc.user" />
119- </excludes >
120- </configuration >
121- </execution >
122- </executions >
123- </plugin >
124- <plugin >
125- <groupId >org.eclipse.tycho</groupId >
126- <artifactId >tycho-p2-plugin</artifactId >
127- <version >${tycho.version} </version >
128- <executions >
129- <execution >
130- <id >attach-p2-metadata</id >
131- <phase >package</phase >
132- <goals >
133- <goal >p2-metadata</goal >
134- </goals >
135- </execution >
136- </executions >
137- </plugin >
138- </plugins >
139- </build >
140- </profile >
14195 </profiles >
14296</project >
You can’t perform that action at this time.
0 commit comments