Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml')
-rw-r--r--features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml b/features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml
index 0a1e05d40..a581f0fd4 100644
--- a/features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml
+++ b/features/org.eclipse.jst.enterprise_userdoc.feature/pom.xml
@@ -24,37 +24,4 @@
<artifactId>org.eclipse.jst.enterprise_userdoc.feature</artifactId>
<version>3.6.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras.version}</version>
- <executions>
- <execution>
- <id>source-feature</id>
- <phase>package</phase>
- <goals>
- <goal>source-feature</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-plugin</artifactId>
- <version>${tycho.version}</version>
- <executions>
- <execution>
- <id>attach-p2-metadata</id>
- <phase>package</phase>
- <goals>
- <goal>p2-metadata</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>

Back to the top