diff options
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml')
-rw-r--r-- | features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml deleted file mode 100644 index 426015a7bb8..00000000000 --- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.epf.richtext.feature/pom.xml +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>org.eclipse.papyrus.extra.releng</artifactId> - <groupId>org.eclipse.papyrus</groupId> - <version>1.2.0-SNAPSHOT</version> - <relativePath>../../../releng/extra/pom.xml</relativePath> - </parent> - <groupId>org.eclipse.papyrus</groupId> - <artifactId>org.eclipse.papyrus.extra.epf.richtext.feature</artifactId> - <version>1.2.0-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> - <repositories> - <repository> - <id>org.eclipse.epf.richtext_1.5.1.6-update-site</id> - <layout>p2</layout> - <url>http://download.eclipse.org/modeling/mdt/papyrus/updates/epf/main</url> - </repository> - </repositories> - <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.ui" /> - <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> |