Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.core.ui/pom.xml')
-rw-r--r--org.eclipse.m2e.core.ui/pom.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/org.eclipse.m2e.core.ui/pom.xml b/org.eclipse.m2e.core.ui/pom.xml
index 79c6c95d..76255d4b 100644
--- a/org.eclipse.m2e.core.ui/pom.xml
+++ b/org.eclipse.m2e.core.ui/pom.xml
@@ -8,25 +8,11 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
- <artifactId>org.eclipse.m2e.parent</artifactId>
+ <artifactId>m2e-core</artifactId>
<version>1.0.100-SNAPSHOT</version>
- <relativePath>../org.eclipse.m2e.parent</relativePath>
</parent>
<artifactId>org.eclipse.m2e.core.ui</artifactId>
<packaging>eclipse-plugin</packaging>
- <build>
- <sourceDirectory>src</sourceDirectory>
-
- <resources>
- <resource>
- <directory>${basedir}/src</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </resource>
- </resources>
-
- </build>
</project>

Back to the top