diff options
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml')
-rw-r--r-- | features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml index 4106116852d..8c4cf5221ff 100644 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml +++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/pom.xml @@ -11,29 +11,4 @@ <groupId>org.eclipse.papyrus</groupId> <version>1.0.1-SNAPSHOT</version> <packaging>eclipse-feature</packaging> - <build> - <plugins> - <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-source-feature-plugin</artifactId> - <version>${tychoExtrasVersion}</version> - <executions> - <execution> - <id>source-feature</id> - <phase>package</phase> - <goals> - <goal>source-feature</goal> - </goals> - </execution> - </executions> - <configuration> - <excludes> - <plugin id="org.eclipse.epf.common" /> - <plugin id="org.eclipse.epf.common.html" /> - <plugin id="org.eclipse.epf.richtext" /> - </excludes> - </configuration> - </plugin> - </plugins> - </build> </project>
\ No newline at end of file |