Author: nickboldt
Date: 2011-09-27 11:15:59 -0400 (Tue, 27 Sep 2011)
New Revision: 35060
Modified:
trunk/central/features/org.jboss.tools.central.feature/pom.xml
Log:
add missing pom.xml
Modified: trunk/central/features/org.jboss.tools.central.feature/pom.xml
===================================================================
--- trunk/central/features/org.jboss.tools.central.feature/pom.xml 2011-09-27 15:10:52 UTC
(rev 35059)
+++ trunk/central/features/org.jboss.tools.central.feature/pom.xml 2011-09-27 15:15:59 UTC
(rev 35060)
@@ -1,13 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<<<<<<< Updated upstream
<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>
+=======
+<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>
+>>>>>>> Stashed changes
<parent>
<groupId>org.jboss.tools.central</groupId>
<artifactId>features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.central.features</groupId>
+<<<<<<< Updated upstream
<artifactId>org.jboss.tools.central.feature</artifactId>
+=======
+ <artifactId>org.jboss.tools.central.feature</artifactId>
+>>>>>>> Stashed changes
<packaging>eclipse-feature</packaging>
</project>