Author: rob.stryker(a)jboss.com
Date: 2011-10-24 10:56:42 -0400 (Mon, 24 Oct 2011)
New Revision: 35938
Added:
trunk/openshift/site/pom.xml
trunk/openshift/site/site.xml
Log:
JBIDE-10013 - site.xml and pom
Added: trunk/openshift/site/pom.xml
===================================================================
--- trunk/openshift/site/pom.xml (rev 0)
+++ trunk/openshift/site/pom.xml 2011-10-24 14:56:42 UTC (rev 35938)
@@ -0,0 +1,12 @@
+<?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.jboss.tools</groupId>
+ <artifactId>openshift</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.openshift</groupId>
+ <artifactId>openshift.site</artifactId>
+ <packaging>eclipse-update-site</packaging>
+</project>
Added: trunk/openshift/site/site.xml
===================================================================
--- trunk/openshift/site/site.xml (rev 0)
+++ trunk/openshift/site/site.xml 2011-10-24 14:56:42 UTC (rev 35938)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this
site.</description>
+ <!-- JBoss Tools as Nightly Build Update Site -->
+ <category-def label="JBoss Tools OpenShift Nightly Build Update Site"
name="JBoss Tools OpenShift Nightly Build Update Site">
+ <description>JBoss Tools OpenShift Nightly Build Update Site: contains all
features in this build.</description>
+ </category-def>
+ <feature
url="features/org.jboss.tools.openshift.egit.integration.feature_0.0.0.jar"
id="org.jboss.tools.openshift.egit.integration.feature"
version="0.0.0">
+ <category name="JBoss Tools OpenShift Nightly Build Update Site" />
+ </feature>
+ <feature
url="features/org.jboss.tools.openshift.egit.integration.source.feature_0.0.0.jar"
id="org.jboss.tools.openshift.egit.integration.source.feature"
version="0.0.0">
+ <category name="JBoss Tools OpenShift Nightly Build Update Site" />
+ </feature>
+
+ <feature url="features/org.jboss.tools.openshift.express.feature_0.0.0.jar"
id="org.jboss.tools.openshift.express.feature" version="0.0.0">
+ <category name="JBoss Tools OpenShift Nightly Build Update Site" />
+ </feature>
+ <feature
url="features/org.jboss.tools.openshift.express.source.feature_0.0.0.jar"
id="org.jboss.tools.openshift.express.source.feature"
version="0.0.0">
+ <category name="JBoss Tools OpenShift Nightly Build Update Site" />
+ </feature>
+</site>