Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-examples-features/org.eclipse.papyrus.examples.feature/pom.xml~')
-rw-r--r--features/papyrus-examples-features/org.eclipse.papyrus.examples.feature/pom.xml~29
1 files changed, 29 insertions, 0 deletions
diff --git a/features/papyrus-examples-features/org.eclipse.papyrus.examples.feature/pom.xml~ b/features/papyrus-examples-features/org.eclipse.papyrus.examples.feature/pom.xml~
new file mode 100644
index 00000000000..2a8e9925f09
--- /dev/null
+++ b/features/papyrus-examples-features/org.eclipse.papyrus.examples.feature/pom.xml~
@@ -0,0 +1,29 @@
+<?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>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.examples.features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.papyrus.examples.feature</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <plugin id="org.eclipse.upr.utp"/> <!-- UPR doesn't provide sources -->
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+</project> \ No newline at end of file

Back to the top