Author: rob.stryker(a)jboss.com
Date: 2011-10-24 07:53:45 -0400 (Mon, 24 Oct 2011)
New Revision: 35930
Added:
trunk/openshift/plugins/pom.xml
Log:
JBIDE-10013 - missed plugins pom.xml
Added: trunk/openshift/plugins/pom.xml
===================================================================
--- trunk/openshift/plugins/pom.xml (rev 0)
+++ trunk/openshift/plugins/pom.xml 2011-10-24 11:53:45 UTC (rev 35930)
@@ -0,0 +1,19 @@
+<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.jboss.tools</groupId>
+ <artifactId>openshift</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.openshift</groupId>
+ <artifactId>plugins</artifactId>
+ <name>openshift.plugins</name>
+ <packaging>pom</packaging>
+ <modules>
+ <module>org.jboss.ide.eclipse.as.egit.core</module>
+ <module>org.jboss.ide.eclipse.as.egit.ui</module>
+ <module>org.jboss.tools.openshift.express.client</module>
+ <module>org.jboss.tools.openshift.express.ui</module>
+ </modules>
+</project>