Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreneufeld2014-06-14 23:35:45 +0000
committereneufeld2014-06-14 23:36:41 +0000
commitde96d1064b5330198d6a753643c0d65305331aa3 (patch)
tree495d2d31fff242b797d7098c5e9380d54dcd60cc /examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml
parent7e8e3d3970f0fa05fa51f1e80ef9b18880e7dc7f (diff)
downloadorg.eclipse.emf.ecp.core-de96d1064b5330198d6a753643c0d65305331aa3.tar.gz
org.eclipse.emf.ecp.core-de96d1064b5330198d6a753643c0d65305331aa3.tar.xz
org.eclipse.emf.ecp.core-de96d1064b5330198d6a753643c0d65305331aa3.zip
437092: org.eclipse.emf.ecp.makeithappen.wizards provider name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=437092
Diffstat (limited to 'examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml')
-rw-r--r--examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml27
1 files changed, 14 insertions, 13 deletions
diff --git a/examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml b/examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml
index 2201b1524d..0a0f2f1b6c 100644
--- a/examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml
+++ b/examples/org.eclipse.emf.ecp.makeithappen.feature/pom.xml
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.emf.ecp</groupId>
- <artifactId>ecp-examples-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.emf.ecp.releng.examples/</relativePath>
- </parent>
- <groupId>org.eclipse.emf.ecp</groupId>
- <artifactId>org.eclipse.emf.ecp.makeithappen.feature</artifactId>
- <version>1.3.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.eclipse.emf.ecp</groupId>
+ <artifactId>ecp-examples-parent</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <relativePath>../../releng/org.eclipse.emf.ecp.releng.examples/</relativePath>
+ </parent>
+ <groupId>org.eclipse.emf.ecp</groupId>
+ <artifactId>org.eclipse.emf.ecp.makeithappen.feature</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
</project>

Back to the top